Skip to content

Nothing huge

Latest
Compare
Choose a tag to compare
@jwoertink jwoertink released this 21 Apr 21:24
· 5 commits to master since this release

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 become GET /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.