Skip to content

Releases: jsmodule/express-common-router

Fix a npm release bug

08 Mar 07:25
Compare
Choose a tag to compare
v2.2.1

Release v2.2.1

Add `all` method for router

08 Mar 07:24
Compare
Choose a tag to compare

Add all method for router to make we can use all to handle all request methods.

Using another lib to check the values.

05 Oct 07:47
Compare
Choose a tag to compare

Features:

  1. Using common-basic-validator to check values.

Update the readme.

02 Oct 12:01
Compare
Choose a tag to compare

Update the README.

Update the structure.

02 Oct 12:01
Compare
Choose a tag to compare

Features:

  1. Export ExpressCommonRouter as default.
  2. Export HandlerManager to make we can custom that.

Express Common Router

20 Sep 09:27
Compare
Choose a tag to compare

This is a router plugin, it will be used with express.
Using this plugin, we can easy to config the routes and separate the config and controller code.