Skip to content

v1.0.0

Compare
Choose a tag to compare
@bplatz bplatz released this 03 Jul 22:16
· 35 commits to main since this release
bd639f6

First stable release of fluree/json-ld library.

Key Features

  • JSON-LD processing for Clojure and ClojureScript
  • Support for expansion and compaction
  • Context management and caching

Installation

Clojure (deps.edn)

com.fluree/json-ld {:mvn/version "1.0.0"}

Leiningen

[com.fluree/json-ld "1.0.0"]

What's Changed

  • CI/CD improvements and self-documenting Makefile
  • Consistent JAR naming aligned with fluree/db conventions
  • Various bug fixes and improvements

Full Changelog: https://github.com/fluree/json-ld/commits/v1.0.0