Skip to content

Releases: ruby-rdf/rdf-xsd

Release 3.3.0

01 Sep 19:56
Compare
Choose a tag to compare

Updates for version 3.3.0 with minimum Ruby version 3.0.

Release 3.2.1

23 Feb 01:29
Compare
Choose a tag to compare
  • Update documentation links to use gh-pages, and add action to publish gh-pages from Yard docs.
  • Update gem title and description to include XQuery functions in the name.
  • Update Duration to be more compliant with XML Schema definition.
    • Remove Duration#to_f and initialization from Numeric.
    • Adds #to_h. #==, <=>, #to_r, and #to_i. for sub-types.
    • Use type_error, if appropriate, in duration operations.
    • Express durations as integers and rationals, and initialize from integers and rationals. This is compatible with doing Ruby DateTime addition and subtraction.
    • Initialize with Integer or Rational.

Release 3.2.0

29 Dec 22:23
Compare
Choose a tag to compare
  • Minimum Ruby version now 2.6.

Release 3.1.1

19 Jan 21:20
Compare
Choose a tag to compare

Release 3.1.0

16 Dec 22:19
Compare
Choose a tag to compare
  • Updates for 3.1 release and Ruby 2.7 calling sequence changes.

Release 3.3.0

30 Dec 21:48
Compare
Choose a tag to compare

Synchronize version for RDF.rb 3.0 release.

Release 2.2.0

30 Dec 21:48
Compare
Choose a tag to compare

Update XML c14nxl for changes to Nokogiri.

Release 2.1.0

31 Dec 21:46
Compare
Choose a tag to compare
  • Update minimum ruby version to 2.2.2. See ruby-rdf/rdf#307.
  • Update initializers to use keyword arguments, to be compatible with changes in RDF.rb 2.2.

Release 2.0.0

31 Dec 21:45
Compare
Choose a tag to compare

Updates for RDF.rb 2.0

  • Account for the fact that integer types promote to decimal on division.

2.0 Beta Release

24 Feb 00:09
Compare
Choose a tag to compare
2.0 Beta Release Pre-release
Pre-release

Updates for RDF.rb 2.0 Beta

  • Account for the fact that integer types promote to decimal on division.