Skip to content

Releases: kgiszczak/shale

v0.3.1

10 May 11:18
Compare
Choose a tag to compare

Changed

  • Rename id -> $id and add info about supported JSON Schema dialect

v0.3.0

29 Apr 12:04
Compare
Choose a tag to compare

Added

  • Support for XML namespaces
  • Add option to pretty print JSON and XML and to include XML declaration
  • Add support for generating JSON and XML Schema

Changed

  • Various fixes to documentation
  • Rename hash -> hsh (hash is used internally by Ruby)
  • Rename Shale::Type::Base -> Shale::Type::Value
  • Use ISO 8601 format for date and time in JSON, YAML and XML

v0.2.1

06 Feb 11:33
Compare
Choose a tag to compare

Fixed

  • Fix attribute declaration causing problems in some runtimes (e.g Opal)

v0.2.0

20 Jan 12:11
Compare
Choose a tag to compare

Added

  • Support for using methods to extract/generate data from/to document

Changed

  • Deduplicate code
  • Rename Shale::Type::Complex -> Shale::Type::Composite

v0.1.0

30 Nov 16:41
Compare
Choose a tag to compare

First public release