Releases: SleeplessByte/media-types-ruby
Releases · SleeplessByte/media-types-ruby
v2.3.3
v2.3.2
What's Changed
- Add loose tests for invariants by @SleeplessByte in #149
Full Changelog: v2.3.1...v2.3.2
v2.3.0
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
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.