Skip to content

Releases: orchejs/rest

0.4.0

22 Nov 09:01
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • fix issue #1 - middleware loading in routes
  • change first character case to lower in decorators - breaking change
  • color in console log
  • removed wrong license info.

0.3.2

25 Oct 02:13
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

This release fixes the scope of rest classes.

0.3.1

24 Oct 03:56
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Updated @orchejs/common version to 0.3.0 which fixing the @types/winston import.

0.3.0

24 Oct 01:31
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

This release fixes several issues and has 98% coverage.
The final release for this library will soon be published.

0.2.0

29 Sep 00:22
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Removed restify and koa implementations. They will be added in a future release.

0.1.0

28 Sep 19:20
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First version, delivering:

  • Routes with express using Typescript decorators
  • Validators
  • Object conversion
  • Parameters
  • Interceptors
  • Response and Request functionalities.