This repository was archived by the owner on Jun 23, 2022. It is now read-only.
1.1.0
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