gg_json_hash 2.0.5 gg_json_hash: ^2.0.5 copied to clipboard
Hashes JSON objects deeply. Good or JSON comparison, sync and more.
Changelog #
2.0.5 - 2024-11-30 #
Changed #
- Make JsonHash const
2.0.4 - 2024-11-30 #
Changed #
- Update example
2.0.3 - 2024-11-30 #
Changed #
- Allow to configure number ranges, precision
2.0.1 - 2024-11-29 #
Fixed #
- Fix typo in README
2.0.0 - 2024-11-29 #
Changed #
- BREAKING CHANGE: Fix floating point issues. Improve compatibility with Javascript.
Fixed #
- Fix small issues with floating point precision. Add README.md and example.
1.1.4 - 2024-11-28 #
Removed #
- Remove path dependency
1.1.3 - 2024-11-27 #
Changed #
- Make hash url save
1.1.2 - 2024-11-27 #
Added #
- Add GgJsonHash.validate
1.1.1 - 2024-11-27 #
Added #
- Add recursive flag for adding hashes
1.1.0 - 2024-11-23 #
Added #
- Add inPlace option to write hashes in place.
- Add updateExistingHashes to control if existing hashes are updated.
Changed #
- Update CHANGELOG.md
1.0.2 - 2024-11-22 #
Added #
- Initial boilerplate.
- Add initial implementation
- Add applyToString
- Add example
Changed #
- Increase version