You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.