Skip to content

Releases: niklashigi/decorate-express

v2.0.4

Choose a tag to compare

@niklashigi niklashigi released this 27 Mar 12:55

2.0.4 (2018-03-27)

Bug Fixes

v2.0.3

Choose a tag to compare

@niklashigi niklashigi released this 25 Jan 20:27

2.0.3 (2018-01-25)

Bug Fixes

  • remove duplicate dependency entry (e397e11)
  • update description (d117008)
  • use shorthands in package.json (35d1ec5)

v2.0.2

Choose a tag to compare

@niklashigi niklashigi released this 16 Sep 20:43

2.0.2 (2017-09-16)

Bug Fixes

  • testing: remove redundant console.log() (2af1ef8)

v2.0.1

Choose a tag to compare

@niklashigi niklashigi released this 16 Sep 20:40

2.0.1 (2017-09-16)

Bug Fixes

  • dependencies: remove redundant dependency (3fa25b3)

v2.0.0

Choose a tag to compare

@niklashigi niklashigi released this 16 Sep 14:34

2.0.0 (2017-09-16)

Code Refactoring

  • overall: make some opinionated changes (8058e9d)

BREAKING CHANGES

  • Decorator names were capitalized to match other decorator packages.
  • The @del decorator was renamed @Delete to match the method.
  • The register was renamed registerRoutes for easier imports.

v1.0.8

Choose a tag to compare

@niklashigi niklashigi released this 03 Sep 16:40

1.0.8 (2017-09-03)

Bug Fixes

  • package: update package name where I forgot it (4a619e6)

v1.0.7

Choose a tag to compare

@niklashigi niklashigi released this 02 Sep 10:37

1.0.7 (2017-09-02)

Bug Fixes

  • readme: improve README (7005130), closes #2

v1.0.6

Choose a tag to compare

@niklashigi niklashigi released this 02 Sep 08:29

1.0.6 (2017-09-02)

Bug Fixes

v1.0.5

Choose a tag to compare

@niklashigi niklashigi released this 02 Sep 08:24

1.0.5 (2017-09-02)

Bug Fixes

  • shortcut decorators: fix deprecation warning for app.del (704d851), closes #1

v1.0.4

Choose a tag to compare

@niklashigi niklashigi released this 02 Sep 08:09

1.0.4 (2017-09-02)

Bug Fixes

  • release: .npmignore more files (ff27dad)