Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 943 Bytes

changelog.md

File metadata and controls

58 lines (31 loc) · 943 Bytes

Express Routes Controllers logs

0.4.0

  • Update node version to fermium
  • Update dependencies

0.3.2

  • Handle error when on incorrect or not present Accept header versioning. Returns 406 status

v0.3.1

  • Override default actions path

v0.3.0

  • Add .nvmrc with node 12.18.1
  • Upgrade to express4

v0.2.5

  • [BUG] Fixes subfolder after adding a nested controller

v0.2.4

  • [BUG] Support '.avi-on.com.v' urls at regex when getting versioning

v0.2.3

  • [BUG] Support double nested controllers

v0.2.2

  • Upgrade lodash to 4.6.1

v0.2.1

  • [BUG] Fix critical issue when Accept's header is present but not grab is provided
  • [BUG] Fix critical issue when more than one before is provided

v0.2.0

  • [FEATURE] use different API versions

v0.1.1

  • [BUG] Fixed nested controllers

v0.1.0

  • [FEATURE] Changes the way to add the routes

v0.0.4

  • First stable version
  • Implemented all basic functions