Skip to content

Releases: ruby-rdf/rdf-tabular

Release 3.3.0

01 Sep 20:46
Compare
Choose a tag to compare
  • Opening metadata, ENOENT treated as IOError.
  • Use bcp47_spec gem instead of the no longer supported bcp47 gem.
  • Updates for version 3.3.0 with minimum Ruby version 3.0.

Release 3.2.1

26 Apr 15:51
Compare
Choose a tag to compare
  • Update documentation links to use gh-pages, and add action to publish gh-pages from Yard docs.
  • Add windows CI.
  • Fix README examples.
  • Improve check for absolute base URI, and creation of file scheme URIs for local resources. This improves accessing local files on the Windows platform.

Release 3.2.0

29 Dec 22:32
Compare
Choose a tag to compare
  • Minimum Ruby version now 2.6.
  • If using a local file as the base, normalize the associated URI to handle inappropriate elements such as spaces.

Release 3.1.1

25 Oct 23:48
Compare
Choose a tag to compare
  • Update URLs to use HTTPS, where possible.
  • Change doap:license to https://unlicense.org/.
  • Fix some options as keywords warnings.
  • Add decode_uri option to decode the result of URI template, which seem to encode extendec-character ranges.

Release 3.1.0

16 Dec 22:12
Compare
Choose a tag to compare
  • Update for 3.1 release and Ruby 2.7 calling sequences.

Release 1.0.0

31 Dec 21:31
Compare
Choose a tag to compare
  • Update minimum ruby version to 2.2.2. See ruby-rdf/rdf#307.
  • Add priorities to content types.
  • Refactor UAX35 bits into the UAX35 module. Add more year formats "y" and "yy".

Release 0.4.0

31 Dec 21:31
Compare
Choose a tag to compare

Updates for RDF.rb 2.0

  • Make incompatable column error/warning messages more human friendly.
  • Add experimental support for CSV input being embedded in HTML in a table. Must be identified using a fragment identifier.
  • Use RDF::Util::Logger.
  • Remove default value of commentPrefix dialect.

0.4 Beta Release

23 Feb 23:48
Compare
Choose a tag to compare
0.4 Beta Release Pre-release
Pre-release

Updates for RDF.rb 2.0 Beta

  • Make incompatable column error/warning messages more human friendly.
  • Add experimental support for CSV input being embedded in HTML in a table. Must be identified using a fragment identifier.
  • Use RDF::Util::Logger.
  • Remove default value of commentPrefix dialect.