Skip to content

Releases: gimox/json-routing

the last before next major

22 Sep 21:18
Compare
Choose a tag to compare
  • fix option to hide/display routes info
  • remove deprecated @type for express validation

display cols

22 Sep 21:14
Compare
Choose a tag to compare

add options to change display cols size on start

Windows ASCII FIX

28 Jun 19:17
Compare
Choose a tag to compare

fix ascii chars for windows platform in route display screen

Fix cors and interface

15 Jun 20:35
Compare
Choose a tag to compare
  • rollback to old cors
  • fix typescript interface

Cors and console

13 Jun 20:12
Compare
Choose a tag to compare

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

13 Jun 20:16
Compare
Choose a tag to compare

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

13 Jun 20:17
Compare
Choose a tag to compare

Protect route with jwt.
Enable or disable jwt in json file definition.
Display jwt status in console.

A new Era

13 Jun 20:19
Compare
Choose a tag to compare

Complete refactoring in typescript.
more extendible