v0.5.0
This release introduces a new experimental option LCS()
(Longest Common Subsequences) as an alternative method for arrays comparison.
New Contributors
- @woostundy made their first contribution in #14
Changelog
- 6ac8ca8 ci: increase code coverage failure threshold
- 95e4faa style: fix linting issues
- 9f65129 style: update comments and table driven tests variable name
- b9ab68b test: replace evanphx/json-patch dependency with custom patch apply method
- e8e9ed7 ci: remove windows-latest from test matrix
- f1e0ad8 ci: update test job to use the go toolchain directly
- 068222c test: ensure patch produce the expected result
- 3c79dd5 docs(README): add documentation for the LCS option
- 80dc0ed test: add more cases for the LCS option
- 121d244 docs: document the LCS-related code
- 0e3c674 ci: refactor Github workflows
- a434103 feat: add LCS (Longest Common Subsequences) based array comparison
- 5303ffa fix: do not default in-place compaction option
- c85fb8c feat: add old value to rationalized operations (#14)
- 0975f4a docs(README): remove references to deprecated functions
Full Changelog: v0.4.0...v0.5.0