Skip to content

Releases: takama/router

Version 0.2.6

Choose a tag to compare

@takama takama released this 03 Sep 09:20
  • Restored a duration in addition to the timer

Version 0.2.5

Choose a tag to compare

@takama takama released this 02 Sep 17:56
  • Added a human readable duration value

Version 0.2.4

Choose a tag to compare

@takama takama released this 25 Aug 19:16
  • Fixed semantic of the service handlers
  • Use 'Data' as shortcut in an examples

Version 0.2.3

Choose a tag to compare

@takama takama released this 21 Aug 06:47
  • Speed improvement for static path
  • Added tests for multi parameters

Version 0.2.2

Choose a tag to compare

@takama takama released this 20 Aug 12:35
  • Fixed a panic for calling of absent http method

Version 0.2.1

Choose a tag to compare

@takama takama released this 20 Aug 04:58
  • Correction of the description and typos

Version 0.2.0

Choose a tag to compare

@takama takama released this 19 Aug 18:15
  • 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

Choose a tag to compare

@takama takama released this 19 Aug 07:01
  • Adding a tests for POST/PUT JSON Data

Version 0.1.0

Choose a tag to compare

@takama takama released this 18 Aug 18:20
  • Initial version