Skip to content

Releases: ruby-rdf/rdf-rdfa

Release 3.3.0

01 Sep 20:39
Compare
Choose a tag to compare
  • Updates for version 3.3.0 with minimum Ruby version 3.0.
  • Updates (soft) Nokogiri dependency to 1.15 to address vulnerability.
  • Updates Haml to 6.1.

Release 3.2.2

05 Apr 21:21
Compare
Choose a tag to compare
  • Change check for Haml version. In some cases Haml::Template is defined even in Haml 5.

Release 3.2.1

03 Apr 23:21
Compare
Choose a tag to compare

Allow Haml versions >= 5.2 and < 7.

Release 3.2.0

29 Dec 22:26
Compare
Choose a tag to compare
  • Minimum Ruby version now 2.6.
  • Don't use Nokogumbo directly, as it is included in Nokgiri 1.12.

Release 3.1.3

06 Mar 21:03
Compare
Choose a tag to compare

Update dependencies.

Release 3.1.2

06 Mar 21:03
Compare
Choose a tag to compare

Update some allowed HTML errors.

Release 3.1.1

30 May 22:26
Compare
Choose a tag to compare
  • 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

30 May 22:25
Compare
Choose a tag to compare
  • 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

30 May 22:23
Compare
Choose a tag to compare

When processing base element or attribute, apply current base to allow for proper relative URI resolution.

Release 3.0.0

30 May 22:23
Compare
Choose a tag to compare
  • 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.