This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
Releases: gustavohenke/shrinkroute
Releases · gustavohenke/shrinkroute
Version 0.3.1
- [#6] The Shrinkroute middleware should always be above app.router
- Added test coverage via Coveralls.io
- Added NPM deploy via Travis
Version 0.3.0
Version 0.2.2
- Updated dependencies
- Info on minimal Express version added, to avoid future confusion
Version 0.2.1
- Route name identification (
req.route.name
)
Version 0.2.0
- Support for full URL building added
Version 0.1.1
- Completed
package.json
manifest - Fixed nested URL building
- [#1] Inexistent routes should return empty URL
Version 0.1.0
Totally rewrote Shrinkroute. Completed tests for the new API.
Version 0.0.2
- Documentation, with usage examples
- Tests
- Travis badge
Version 0.0.1
Initial release.