This repository was archived by the owner on Apr 13, 2023. It is now read-only.
v0.2.0
What's New
- Add swagger support. Now we can easily generate Swagger (OpenAPI) 2.0 documents. π
- Add
Group.version()method to version your API group. uncapture()has a new parametershouldSliceArray, which is useful in combination with limit() / offset().
Breaking Changes
Group.group(title)andGroup.action(title)now will always return the same group/action given a same title.