Releases: takama/router
Releases · takama/router
Version 0.2.6
- Restored a duration in addition to the timer
Version 0.2.5
- Added a human readable duration value
Version 0.2.4
- Fixed semantic of the service handlers
- Use 'Data' as shortcut in an examples
Version 0.2.3
- Speed improvement for static path
- Added tests for multi parameters
Version 0.2.2
- Fixed a panic for calling of absent http method
Version 0.2.1
- Correction of the description and typos
Version 0.2.0
- Adding a timer which allow calculate duration time of request
- Adding a panic handler which should be prevents your server from crashing
- Enhancement tests to 85% coverage
Version 0.1.1
- Adding a tests for POST/PUT JSON Data
Version 0.1.0
- Initial version