Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Releases: gustavohenke/shrinkroute

Version 0.3.1

10 Mar 11:45
Compare
Choose a tag to compare
  • [#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

07 Mar 16:51
Compare
Choose a tag to compare
  • Updated dependencies
  • Added license info in the README
  • [#4] url and fullUrl weren't available in views when the middleware wasn't added yet
  • [#5] Modularized the code, splitting into various files

Version 0.2.2

30 Oct 23:37
Compare
Choose a tag to compare
  • Updated dependencies
  • Info on minimal Express version added, to avoid future confusion

Version 0.2.1

30 Oct 23:36
Compare
Choose a tag to compare
  • Route name identification (req.route.name)

Version 0.2.0

30 Oct 23:35
Compare
Choose a tag to compare
  • Support for full URL building added

Version 0.1.1

30 Oct 21:03
Compare
Choose a tag to compare
  • Completed package.json manifest
  • Fixed nested URL building
  • [#1] Inexistent routes should return empty URL

Version 0.1.0

30 Oct 21:01
Compare
Choose a tag to compare

Totally rewrote Shrinkroute. Completed tests for the new API.

Version 0.0.2

30 Oct 20:59
Compare
Choose a tag to compare
  • Documentation, with usage examples
  • Tests
  • Travis badge

Version 0.0.1

30 Oct 20:57
Compare
Choose a tag to compare

Initial release.