You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): cut the 3.0.0 release
# [3.0.0](v2.10.2...v3.0.0) (2026-01-23)
### Features
* **evaluate:** divide realms into core and contrib ([#186](#186)) ([3292bc2](3292bc2)), closes [#65](#65) [#33](#33)
* **evaluate:** emit parse error on invalid JSONPointer ([#185](#185)) ([2e46b8f](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.
chore(release): cut the 2.8.1 release
## [2.8.1](v2.8.0...v2.8.1) (2025-04-28)
### Bug Fixes
* **evaluate:** remove support for providing other than APiDOM realm ([49b055b](49b055b))