Skip to content

Releases: takama/router

Version 0.2.6

03 Sep 09:20

Choose a tag to compare

  • Restored a duration in addition to the timer

Version 0.2.5

02 Sep 17:56

Choose a tag to compare

  • Added a human readable duration value

Version 0.2.4

25 Aug 19:16

Choose a tag to compare

  • Fixed semantic of the service handlers
  • Use 'Data' as shortcut in an examples

Version 0.2.3

21 Aug 06:47

Choose a tag to compare

  • Speed improvement for static path
  • Added tests for multi parameters

Version 0.2.2

20 Aug 12:35

Choose a tag to compare

  • Fixed a panic for calling of absent http method

Version 0.2.1

20 Aug 04:58

Choose a tag to compare

  • Correction of the description and typos

Version 0.2.0

19 Aug 18:15

Choose a tag to compare

  • 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

19 Aug 07:01

Choose a tag to compare

  • Adding a tests for POST/PUT JSON Data

Version 0.1.0

18 Aug 18:20

Choose a tag to compare

  • Initial version