Releases: piprate/json-gold
Releases · piprate/json-gold
v0.6.0
What's Changed
- Bugfix: copy SafeMode in JsonLdOptions.Copy by @reinkrul in #64
- Add CodeCov workflow step by @kazarena in #65
- context.parse now returns underlying document loader error by @reinkrul in #66
- should return serializer error by @suutaku in #67
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.3 by @dependabot in #72
- Fix #76: Nested @context definition returns an error by @kazarena in #77
- Fix GetCanonicalDouble for values between -1 and +1 by @olomix in #78
- feat: add optimization for finding the best CURIE by @michaeladler in #82
New Contributors
- @reinkrul made their first contribution in #64
- @suutaku made their first contribution in #67
- @olomix made their first contribution in #78
- @michaeladler made their first contribution in #82
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.0
- JSON 1.1 support
- Breaking interface change: JsonLdOptions.Embed is now string (used to be bool)
- Do not use native types to create IRIs in value expansion.
- Improve acceptable N-Quads blank node labels.
- Compact the @context array if it contains a single element
- Fix a bug which omitted the context if provided in a URL form
- Provide error message when output form for FromRDF operation is unknown
- Pass array compaction flag to compaction inside of framing
v0.1.1
Maintainer change
Copy the original library under the following terms:
- @piprate team will be the maintainer of the new library
- The original repo will remain available
- Interfaces of the new library will be preserved, but may deviate in future versions
- Licensing will not change
- Past contributors will be recognised
- Commit history will not be preserved in the new library
- Versions of the new library will be reset
See the full announcement here.