All Versions
2
Latest Version
Avg Release Cycle
69 days
Latest Release
2386 days ago
Changelog History
Changelog History
-
v0.3.1 Changes
April 21, 2018๐ฅ Just some more specs. Main thing that may be a breaking change is that I had to remove the addition of extensions.
get "/users"
would becomeGET /v1/users.json
but that.json
would fail on any route that ended in a param like/users/:id
. Removing that allows you to use all your routes like you would expect. -
v0.3.0 Changes
February 11, 2018๐ This release has a more stable structure to it. Check out the README for how this thing works.