Releases: gimox/json-routing
Releases · gimox/json-routing
the last before next major
display cols
add options to change display cols size on start
Windows ASCII FIX
fix ascii chars for windows platform in route display screen
Fix cors and interface
- rollback to old cors
- fix typescript interface
Cors and console
Better cors support with express cors. Now you can enable or disable cors for single routes. Better console output with jwt and cors info
Add Route validators
Add validators in routers. Now you can write less code using the bundled validation.
All configuration can be done inside routes json
definition files.
JWT protected
Protect route with jwt.
Enable or disable jwt in json file definition.
Display jwt status in console.