json_patch 3.0.0 json_patch: ^3.0.0 copied to clipboard
Pure Dart utility package for the JSON Patch standard. Can apply patch operations as well as perform a diff algorithm on JSON-like objects.
2.1.0+1 #
- Fix bug in list diffing algorithm (thank you to joachimvalente!)
2.1.0 #
- Implement proper list diffing instead of replacing entire lists (thank you to samabbey-sonocent!)
2.0.1 #
- Fix patch operation parameter sometimes being modified
- Update repository URL
2.0.0 #
- Fix warnings (requires Dart 2.2)
1.0.2 #
- Loosen dependency version constraints
- Improve README.md and example
1.0.1 #
- Apply maintenance and health suggestions
1.0.0 #
- Initial release