Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

1.1.0

Choose a tag to compare

@mdevlamynck mdevlamynck released this 22 Jan 15:08
· 24 commits to master since this release

New features:

  • There is a new type of Parameter: enum. #2
  • You can now allow extra fields in an ObjectParameter. #3
  • You can now define a global suffix to the route url. It works like the global prefix. #3
  • When defining your routes, previously you could only use an ObjectParameter as the base type (using a associative array). You can now also use any kind of Parameter. #4