Releases: ruby-rdf/yaml-ld
Releases · ruby-rdf/yaml-ld
Release 0.0.3
Release 0.0.2
- Update dependencies for RDF.rb and json-ld for CLI commands.
- Add formats for commands defined in JSON::LD::Format to work with YAML-LD as well as JSON-LD. This allows the CLI commands defined for JSON-LD, such as
expand
andcompact
to work with YAML-LD inputs and outputs. - Amazing Print helper for Psych AST nodes.
- Parse XSD and I18N tags using custom Yaml to Internal Representation methods.
- Use YAML-LD files in API tests.
- Always set processingMode to json-ld-1.1.
- Update Representation to only allow aliases and literal on extendedYAML. De-duplicateion the representation if not extended.
- Set content type on strings in reader.
- Pass
allowed_content_types
including those allowing YAML and derived types which goes to the documentLoader for validation purposes. - Downgrade Psych dependency to >= 3.3 and only use
Psych::Visitors::RestrictedYAMLTree
if defined.
Release 0.0.1
First release of gem.