Releases: ruby-rdf/rdf-rdfa
Releases · ruby-rdf/rdf-rdfa
Release 3.3.0
Release 3.2.2
- Change check for Haml version. In some cases
Haml::Template
is defined even in Haml 5.
Release 3.2.1
Allow Haml versions >= 5.2 and < 7.
Release 3.2.0
- Minimum Ruby version now 2.6.
- Don't use Nokogumbo directly, as it is included in Nokgiri 1.12.
Release 3.1.3
Update dependencies.
Release 3.1.2
Update some allowed HTML errors.
Release 3.1.1
- Regenerate RDFA vocabulary.
- Update RDFa initial context.
- Update 'rdf' dependency to 3.1.2 and add runtime dependency on rdf-vocab.
Release 3.1.0
- Keep a cache of found readers, so not constantly re-initializing.
- Update language and base attribute detection.
- Do script extraction from within traverse so that base (and potentially language) can be passed in as an option.
- Update RDFa initial context.
- Updates for 3.1 and Ruby 2.7 calling sequences.
Release 3.0.1
When processing base element or attribute, apply current base to allow for proper relative URI resolution.
Release 3.0.0
- Update nokogumbo dependencies to lock at 1.4.13, as 1.5 is not catching markup errors.
- Use
max_parse_errors: 100
option to Nokogumbo, allowing 1.5.