Skip to content

Releases: ukayani/restify-router

BugFix: Fixes issue with route nesting with group operator

01 Oct 15:54
11c7454
Compare
Choose a tag to compare
Merge pull request #30 from jvverde/master

Fix a bug I found when there are more than one group (at same nesting level) under a non null prefix path

v0.6.1 - Enable function type as a possible middleware handler type

16 Jul 16:16
9693d0f
Compare
Choose a tag to compare
  • In addition to restify middleware type, support a generic function type to support doing uploads for example.

v0.6.0

10 Jul 19:04
76acccb
Compare
Choose a tag to compare
  • Supports a new syntax for inline nesting of routers via .group