Changelog
Source:
CHANGELOG.md— auto-mirrored on each deploy.
2.1.0 (2026-05-13)
Features
Bug Fixes
2.0.0 (2026-05-12)
⚠ BREAKING CHANGES
- OrderBy
changed from a data class to a sealed class. Code that read OrderBy.path or used data-class operations (copy, componentN) must migrate to the new JsonPathOrderBy / CaseOrderBy subclasses.
Features
Bug Fixes
- docs: repair feature cards, swap in real logo, add CI smoke check (#46) (546bb29)
- enable pretty permalinks so child pages resolve on GitHub Pages (#43) (8f9b312)
- keyset paging refresh key returns null on fresh source (#51) (d29e325)
- Not predicate inverts per-entity (was broken by json_tree row explosion) (#48) (79b6e66)
Dependencies
Documentation
- GitHub Pages site (Jekyll + Just the Docs + Dokka v2) (#42) (0ecfdf5)
- polish home page, restructure Querying, fix mermaid, link Why Sqkon cards (#45) (ff6b043)
1.3.2 (2026-04-28)
Bug Fixes
1.3.1 (2026-04-15)
Bug Fixes
- trigger Maven Central deploy from release-please workflow (945bb8b)