Skip to content

v3.0.0

Choose a tag to compare

@char0n char0n released this 23 Jan 15:40
· 2 commits to main since this release

3.0.0 (2026-01-23)

Features

  • evaluate: divide realms into core and contrib (#186) (3292bc2), closes #65 #33
  • evaluate: emit parse error on invalid JSONPointer (#185) (2e46b8f)

BREAKING CHANGES

  • evaluate: only json and map-set realms and still part of the package. apidom, minim and immutable are no longer part of npm distributions but live in contrib directory in the GitHub repo.
  • evaluate: evalute can now throw either JSONPointerParseError
    or busclasses of JSONPointerEvaluateError.