deep_merge

Deep (recursive) merge for maps, keywords and others in Elixir

MIT License

Downloads
8.1M
Stars
110
Committers
2

Bot releases are visible (Hide)

deep_merge - 1.0.0 Latest Release

Published by PragTob over 5 years ago

  • Added the possibility to @derive [DeepMerge.Resolver] if you want your custom structs to also easily be deep_mergeable
  • added type specs
  • Changed elixir support to ~> 1.6

Considered feature complete (tm) - unless you come with great feature ideas of course ;)

deep_merge -

Published by PragTob about 6 years ago

Initial release

deep_merge -

Published by PragTob about 6 years ago

  • Remove warnings when run with elixir 1.4.0-rc.0
deep_merge -

Published by PragTob about 6 years ago

  • Remove compile warnings on elixir 1.7
  • Remove 1.2 from the build matrix (was getting big, should still work)