-
View engine handling
-
Param handling (https://expressjs.com/en/4x/api.html#app.param)
-
Tests
-
Add priority for middleware + natural priority when middleware is declared in route children
-
Tests
-
Fix bug middleware when you had a middleware in child of "/"
-
Refacto string config to variable
-
Refacto static route feature + tests
-
Fix middleware level Global error
-
Add purge method
-
Inheritance for middleware Error and NotFound
-
Tests
-
Route's configuration accept path of json file or json object
-
Route JSON object standard
- Should start with route
- Should continue with method or with sub route
- Then configure your route with
- String :
MyController#MyAction
- Object
- Function
- String :
-
Fix vulnerability dependencies
-
Multiple configurations
-
Deduping + deduping with parameters for strict mode
-
Default handler for error like not found or errors throwed by user
-
Static routes with static as method
-
Middlewares handing
-
Error middleware
-
App middleware
-
Global middleware
-
-
Not found handling
-
Route prefix for each route's config file.
-
Docs
-
Examples