We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b140b commit 5f3c65eCopy full SHA for 5f3c65e
CHANGELOG.md
@@ -1,11 +1,13 @@
1
# 2.0.0
2
+
3
- Removed ability to set default suffix. All suffixes now default to `+json`.
4
- Suffixes are now set for a given view and version instead of as a block.
5
- Added `suffix :yoursuffix` command to override the default `:json` suffix.
6
- Removed defaults block.
7
- Removed registrations block.
8
9
# 1.0.0
10
11
- Added the ability to do inline tests when defining validations using `assert_pass '<json>'` and `assert_fail '<json>'`.
12
- `media_type` has been replaced with `use_name`.
13
- It is no longer possible to set a default version. Please use `version <x> do` instead.
0 commit comments