elixir-map_diff
elixir-map_diff copied to clipboard
Calculates the difference between two (nested) maps, and returns a map representing the patch of changes.
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.25.3 to 0.29.4. Changelog Sourced from ex_doc's changelog. v0.29.4 (2023-03-29) Bug fixes Fix sidebar element with no children taking additional padding Fix elements being rendered too thick...
Bumps [earmark](https://github.com/pragdave/earmark) from 1.4.15 to 1.4.37. Changelog Sourced from earmark's changelog. Earmark 1.4.37 2023-03-03 updating EarmarkParser to v1.4.31 Earmark 1.4.36 2023-02-11 PR-459 Fix api traversal for comment nodes Kudos to...
Here is an example of where `DateTime` values are not being considered equal, I suppose because under-the-hood a regular `==` comparison is being done: ``` # DateTime with no milliseconds...