Skip to content

Releases: marcolink/generate-json-patch

v1.2.4

04 Sep 22:33
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

1.2.2 (2024-09-03)

Bug Fixes

  • respect maxDepth for array values (623fc53)

v1.2.1

03 Sep 19:12
Compare
Choose a tag to compare

1.2.1 (2024-09-03)

Bug Fixes

  • maxDepth was not respected fully (196c157)

v1.2.0

03 Sep 18:13
Compare
Choose a tag to compare

1.2.0 (2024-09-03)

Bug Fixes

Features

v1.1.1

22 May 12:40
Compare
Choose a tag to compare

1.1.1 (2024-05-22)

Bug Fixes

v1.1.0

25 Sep 11:37
Compare
Choose a tag to compare

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
Choose a tag to compare

1.0.1 (2023-09-09)

Bug Fixes

v1.0.0

09 Sep 07:46
392b3af
Compare
Choose a tag to compare

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)