Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Releases: hubertursua/express-path

v0.3.4

03 Apr 00:20
Compare
Choose a tag to compare
  • Updated outdated dependencies.
  • CoffeeScript support.
  • Auto-publishing of module via Travis.
  • Removed support for node.js v0.6
  • Minor bug fixes in test scripts

v0.2.1

25 Aug 05:59
Compare
Choose a tag to compare

Fixed major bug for routes passed as an array instead of a file path. Also added an acceptance test which tries out different combinations of use cases for routes.

v0.2.0

12 Aug 08:22
Compare
Choose a tag to compare

Major feature in this release is middleware support. A couple new options are available which controls logging and error throwing.

The module was rewritten and unit tests were added.

v0.1.3

12 Aug 08:24
Compare
Choose a tag to compare

Allows basic route mapping for Express.

Middlewares not yet supported.