Skip to content

Releases: akmjenkins/json-modifiable

The one with optional pointer/patch

22 Dec 13:55
Compare
Choose a tag to compare
  • No longer uses json-pointer/patch in the internal library

  • JSON pointer/patch can still be used by either

    1. Supplying them as the resolver/patch functions OR
    2. Using the named jsonEngine export

v1.2.0 - ⚡ Perf ⚡

11 Nov 01:48
Compare
Choose a tag to compare

Further performance boost by

  • Upgrading to interpolatable 1.2 - allow pattern to be null to skip object traversal
  • Only (re)evaluating rules when
    • their validation dependencies (object keys) have changed between runs
    • they have interpolations (which could result in a different schema)

validator must now be a pure function

Interpolatable

10 Nov 16:05
Compare
Choose a tag to compare

Significant performance boost by memoizing interpolations using interpolatable

🎉 v1.0.0

14 Sep 01:06
Compare
Choose a tag to compare
1.0.0