Releases: kgiszczak/shale
Releases · kgiszczak/shale
v0.4.0
Added
- Allow to add title to JSON Schema
- Map Shale::Type::Value to "anyType" XML Schema type
- Map Shale::Type::Value to "any" JSON Schema type
- Allow to generate Shale model from JSON Schema
Changed
- Performance improvements
- Reformat README a little bit and fix typos
Fixed
- Fix stack overflow caused by circular dependency when generating JSON and XML schemas
v0.3.1
v0.3.0
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