All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.0.1 - 2025-01-06
- Fixed context URL mapping for Fluree ledger context to properly handle
https://ns.flur.ee/ledger/v1
(#42) - Fixed compaction issue where derived context entries interfered with IRI compaction (#42)
- IRIs like
https://ns.flur.ee/ledger#v
now correctly compact to "v"
instead of remaining as full IRIs
- Fixed processor API tests that were using incorrect context URLs
- Incorporated fidx (Fluree index) namespace properties into the v1 context (#42)
- Updated all EDN context files with new
:derived?
metadata to fix compaction
1.0.0 - 2024-12-09
- Initial release of Fluree JSON-LD library
- Full JSON-LD 1.1 support for expand, compact, and normalize operations
- Support for both Clojure and ClojureScript
- Pre-parsed external contexts for improved performance
- Integration with external JSON-LD processors