rfc_6902 0.3.0
rfc_6902: ^0.3.0 copied to clipboard
JSON Patch (RFC 6902). Implements Add, Copy, Move, Remove, Replace, Test operations on JSON documents using JSON Pointers.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning v2.
0.3.0 - 2025-05-21 #
Added #
- Preserve map order on replace (PR) by pattobrien
- Add toString in the OperationFailure (PR) by lubritto
0.2.0 - 2024-02-18 #
Changed #
- Updated dependencies and refactored
0.1.0 - 2021-02-18 #
Added #
- Initial release