Releases: marcolink/generate-json-patch
Releases · marcolink/generate-json-patch
v1.2.5
28 Oct 19:47
Compare
Sorry, something went wrong.
No results found
1.2.5 (2025-10-28)
Bug Fixes
v1.2.4
04 Sep 22:33
Compare
Sorry, something went wrong.
No results found
1.2.4 (2024-09-04)
Bug Fixes
ignore key order when comparing objects at max depth (0c59d87 )
v1.2.3
04 Sep 20:39
Compare
Sorry, something went wrong.
No results found
1.2.3 (2024-09-04)
Bug Fixes
maxDepth: do not return a replace operation for identical array hashes (128034e )
v1.2.2
03 Sep 20:33
Compare
Sorry, something went wrong.
No results found
1.2.2 (2024-09-03)
Bug Fixes
respect maxDepth for array values (623fc53 )
v1.2.1
03 Sep 19:12
Compare
Sorry, something went wrong.
No results found
1.2.1 (2024-09-03)
Bug Fixes
maxDepth was not respected fully (196c157 )
v1.2.0
03 Sep 18:13
Compare
Sorry, something went wrong.
No results found
1.2.0 (2024-09-03)
Bug Fixes
Features
v1.1.1
22 May 12:40
Compare
Sorry, something went wrong.
No results found
1.1.1 (2024-05-22)
Bug Fixes
v1.1.0
25 Sep 11:37
Compare
Sorry, something went wrong.
No results found
1.1.0 (2023-09-25)
Features
use LCS to find the least required move operations (c0a1c83 )
v1.0.1
09 Sep 07:59
Compare
Sorry, something went wrong.
No results found
1.0.1 (2023-09-09)
Bug Fixes
v1.0.0
09 Sep 07:46
Compare
Sorry, something went wrong.
No results found
1.0.0 (2023-09-09)
Bug Fixes
add dedicated object hash context (03a7b11 )
added props on nested array objects (3f012f2 )
custom comparator case (079b188 )
readme and package.json (ef80451 )
readme example and test (c7de52c )
rename internal parameters (e4a6dcf )
Features
add pathInfo util to inspect provided path (5318a78 )
add test coverage and matrix test (1fa6490 )
change context format and introduce path property (d741fe0 )
first commit (868dbb2 )
implement "move" generation (707dee8 )
implement reverse index order (8e404bc )
introduce arrat index to context (b8bb862 )
rename comparator back to objectHash and add example to readme (65b2c19 )