Skip to content

Releases: ruby-rdf/yaml-ld

Release 0.0.3

29 Oct 22:24
Compare
Choose a tag to compare
  • Add support for YAML-LD test suite.
  • More error cases in parsing YAML.
  • Add more output when failing to load document.
  • Update dependencies; minimum Ruby version 3.0.
  • Find alias cycles.
  • Notes for libyaml version requirement on Ubuntu.

Release 0.0.2

07 Sep 21:27
Compare
Choose a tag to compare
  • 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 and compact 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

04 Aug 22:05
Compare
Choose a tag to compare

First release of gem.