Releases: ruby-rdf/rdf-tabular
Releases · ruby-rdf/rdf-tabular
Release 3.3.0
Release 3.2.1
- 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
- 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
- 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
- Update for 3.1 release and Ruby 2.7 calling sequences.
Release 1.0.0
- 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
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
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.