Skip to content

Release 3.0.13

Compare
Choose a tag to compare
@gkellogg gkellogg released this 31 Oct 21:48
· 339 commits to develop since this release
  • Improve documentation for validate CLI command.
  • Add default User-Agent header, and improve documentation on header defaults.
  • Issue deprecation notice on versions of Ruby < 2.4.
  • Update language tag validation to what BCP47 requires, not RDF, which is too liberal.
  • Fix URI#join for path-rootless, which goes away when merged with a relative path.
  • A Time should be typed as XMLSchema#dateTime
    Ruby does not have a class which represents a time without date. A Tod::TimeOfDay provided by the tod gem would justify XMLSchema#time, but the default Time class always includes a Date.