Skip to content

chore(release): release v0.2.0

Compare
Choose a tag to compare
@b5 b5 released this 29 Jun 19:00
· 4 commits to master since this release
d301595

v0.2.0 (2020-06-29)

Bug Fixes

  • calcDeltas: propagate hasChanges of descendants upward (12ed525)
  • diff: sorting output must respect integer addresses (b59d728)
  • int: Can diff ints, needed for csv body files (d2c2210)
  • stats: Avoid crashing when array in a map is entirely deleted (e5f2ec3)

Features

  • address: reperesent address elements as strings, ints, or null (2610583)
  • changes: make change calculation optional (e9dbc5f)
  • DeepDiff: move diff functions into methods of a config struct (6bf7c9a)

BREAKING CHANGES

  • DeepDiff: api for accessing diff methods have moved into methods, added context to request methods