Skip to content

Releases: SleeplessByte/media-types-ruby

v2.3.3

11 Sep 22:42
Compare
Choose a tag to compare

What's Changed

  • Fix crash when defining multiple versions by @thexa4 in #151

Full Changelog: v2.3.2...v2.3.3

v2.3.2

17 Aug 23:01
dd7a1de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.0

08 Aug 14:50
Compare
Choose a tag to compare

What's Changed

  • Add ability to define multiple versions of validator in one block by @thexa4 in #144
  • Add ability to declare some attributes as loosly validated by @thexa4 in #145
  • Add publish workflows by @thexa4 in #146
  • Add helper methods for use with serialization by @thexa4 in #147

Full Changelog: v2.2.0...v2.3.0

v2.0.0

28 Mar 15:44
82e4fc7
Compare
Choose a tag to compare

2.0.0

  • Removed ability to set default suffix. All suffixes now default to +json.
  • Suffixes are now set for a given view and version instead of as a block.
  • Added suffix :yoursuffix command to override the default :json suffix.
  • Removed defaults block.
  • Removed registrations block.