Sha256: a6e7a315477e23ab8cc31fe476a54f25ac47150f84e189640717a5f315ea78a3

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

=== 0.1.4
* Added bin/jsonld for command-line manipulation of JSON-LD files and to perform RDF transformations.

=== 0.1.3
* Progress release syncing with the spec. Most expansion and compaction tests pass. RDF is okay, framing has many issues.

=== 0.1.1
* Changed @literal to @value.
* Change expanded double format to %1.6e
* Only recognize application/ld+json and :jsonld.

=== 0.1.0
* New @context processing rules.
* @iri and @subject changed to @id.
* @datatype changed to @type.
* @coerce keys can be CURIEs or IRIs (not spec'd).
* @language in @context.
* Implemented JSON::LD::API for .compact and .expand.
* Support relative IRI expansion based on document location.
* Make sure that keyword aliases are fully considered on both input and output and used when compacting.

=== 0.0.8
* RDF.rb 0.3.4 compatibility.
* Format detection.
* Use new @list syntax for parsing ordered collections.
* Separate normalize from canonicalize


=== 0.0.7
* Change MIME Type and extension from application/json, .json to application/ld+json, .jsonld.
  * Also added application/x-ld+json
* Process a remote @context
* Updated to current state of spec, including support for aliased keywords
* Update Writer to output consistent with current spec.

=== 0.0.6
* Another order problem (in literals)

=== 0.0.5
* Fix @literal, @language, @datatype, and @iri serialization
* Use InsertOrderPreservingHash for Ruby 1.8

=== 0.0.4
* Fixed ruby 1.8 hash-order problem when parsing @context.
* Add .jsonld file extention and format
* JSON-LD Writer
* Use test suite from json.org
* Use '@type' instead of 'a' and '@subject' instead of '@'

=== 0.0.3
* Downgrade RDF.rb requirement from 0.4.0 to 0.3.3.

=== 0.0.2
* Functional Reader with reasonable test coverage.

=== 0.0.1
* First release of project scaffold.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
json-ld-0.1.4 History.markdown