Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

v0.2.0

Choose a tag to compare

@stackia stackia released this 07 Mar 21:12
· 361 commits to master since this release

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 parameter shouldSliceArray, which is useful in combination with limit() / offset().

Breaking Changes

  • Group.group(title) and Group.action(title) now will always return the same group/action given a same title.