Skip to content

Releases: bananasplit-js/router-dex

router-dex@1.1.0

19 Apr 13:08
Compare
Choose a tag to compare

changelog

  • Express removed as dependency (now package is lighter)
  • Routes path format issue in windows platform
  • Issue when matching regular expressions after route path fix for windows
  • Brand new logo

router-dex@1.0.3

19 Apr 00:08
Compare
Choose a tag to compare

fixes

  • Base route path after windows issue fix

router-dex@1.0.2

19 Apr 00:08
Compare
Choose a tag to compare

fixes

  • Tablerize routes after windows patch in route path

router-dex@1.0.1

18 Apr 23:34
Compare
Choose a tag to compare

fixes

  • Route path issue in windows when using path resolve

router-dex@1.0.0

12 Feb 05:54
Compare
Choose a tag to compare

Router Dex for Express

First stable release.

Features:

  • Command-line execution
  • Command-line filters by type
  • Call from another module script
  • Get all routes in JSON format
  • Types for Typescript

router-dex@1.0.0-rc1

12 Feb 05:30
Compare
Choose a tag to compare
router-dex@1.0.0-rc1 Pre-release
Pre-release

Router Dex for Express

rc-1

Changelog

  • Minor changes: console outputs, lib -> src
  • Documentation changes

Features:

  • Command-line execution
  • Command-line filters by type
  • Call from another module script
  • Get all routes in JSON format
  • Types for Typescript

router-dex@1.0.0-beta.10

11 Feb 12:56
260b76f
Compare
Choose a tag to compare
Pre-release

Router Dex for Express

Beta 10 in order to pass to rc-1.

Includes all basic features.

Features:

  • Command-line execution
  • Command-line filters by type
  • Call from another module script
  • Get all routes in JSON format
  • Types for Typescript