Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
142 lines (80 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

142 lines (80 loc) · 3.68 KB

Change Log (@egodigital/express-controllers)

8.0.0

7.2.0

7.1.0

  • add global schema namespace to joi module, used by that library

7.0.1

  • module requires a least Node.js 12+ now
  • npm update

6.2.0

  • npm update

6.1.4

  • fix minimist < 0.2.1 security issue

6.1.3

  • add node >= 10.0.0 as minimum requirement to package.json/.npmrc

6.1.2

  • update README.md to fix issue #2

6.1.0

  • implemented "after-ware", handlers, which are invoked after a controller method call

6.0.0

  • added filter property
  • changed default value of files property
  • updated to fast-glob@^3.1.1

5.4.0

  • updated to swagger-ui-express@^4.1.3

5.3.0

5.2.0

5.1.1

5.0.2

  • @ character prefixes in directory paths, will be interpreted as : route parameters prefixes now
  • bug fixes

4.7.0

  • can define response serializer as global default via setResponseSerializer() function now
  • code cleanups and improvements

4.6.0

4.5.1

  • can define optional __updateSwaggerPath method in controller now

4.4.2

  • improvements
  • bug fixes

4.3.0

  • improvements

4.2.1

  • fixes
  • improvements

4.1.5

  • bug fixes

4.0.3

  • implemented @Swagger decorator
  • bug fixes
  • code cleanups and improvements

3.1.0

  • code improvements

3.0.1

  • FIX: failed authorization returns 403 instead of 401 by default

3.0.0

  • added authorization feature with @Authorize decorator
  • updated to lodash@^4.17.14

2.1.0

  • updated to express@^4.17.1
  • bugfixes

2.0.0

  • code is build for Node.js 10+ now
  • set compiler flags and libs to es2017
  • updated to express@^4.17.0
  • updated to fast-glob@^2.2.7

1.2.0

1.1.1

  • (bug)fixes

1.0.8

  • initial release