Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 16:24
· 74 commits to master since this release
v0.2.0
55ad2c4

This release brings various performance improvements for all options.
The Differ type is also now exported and provide a Reset method, to allow reuse of underlying storage.

A playground is also now available, if you want to try the package directly in your browser.

Changelog

  • 55ad2c4 docs: add badge for playground in README header
  • 213ca8c refactor: export Differ type to allow reuse of resources
  • c04fcf3 feat: add new Equivalent option
  • 291eb7c ci: add go1.18 to tests matrix
  • 344b4be docs: update benchmark results with latest improvements
  • 7ba8329 perf: various performance improvements for all options
  • 5aa8829 test: add benchmark run for differ.diff method only
  • b393df1 test: benchmark CompareJSON against Compare
  • fdd6214 chore: add goreleaser Github workflow

Full Changelog: v0.1.1...v0.2.0