All Versions
10
Latest Version
Avg Release Cycle
134 days
Latest Release
1624 days ago
Changelog History
Changelog History
-
v0.3.3 Changes
October 13, 2020⬆️ This version mainly upgrades to RDF.ex 0.9.
➕ Added
- ⚠ proper typespecs so that Dialyzer passes without warnings (@rustra)
-
v0.3.2 Changes
June 19, 2020 -
v0.3.1 Changes
June 01, 2020⬆️ This version just upgrades to RDF.ex 0.8. With that Elixir version < 1.8 are no longer supported.
-
v0.3.0 Changes
September 17, 2018No significant changes. Just some adoptions to work with RDF.ex 0.5. 👍 But together with RDF.ex 0.5, Elixir versions < 1.6 are no longer supported.
-
v0.2.3 Changes
July 11, 2018- ⬆️ Upgrade to Jason 1.1
- Pass options to
JSON.LD.Encoder.encode/2
andJSON.LD.Encoder.encode!/2
through to Jason; this allows to use the new Jason pretty printing options
-
v0.2.2 Changes
March 17, 2018➕ Added
- JSON-LD encoder can handle
RDF.Graph
s andRDF.Description
s
🔄 Changed
- 👉 Use Jason instead of Poison for JSON encoding and decoding, since it's faster and more standard conform
- JSON-LD encoder can handle
-
v0.2.1 Changes
March 10, 2018 -
v0.2.0 Changes
August 24, 2017 -
v0.1.1 Changes
August 06, 2017🔄 Changed
- 🔀 Don't support Elixir versions < 1.5, since
URI.merge
is broken in earlier versions
- 🔀 Don't support Elixir versions < 1.5, since
-
v0.1.0 Changes
June 25, 2017🎉 Initial release