Skip to content

Tags: orchejs/rest

Tags

0.4.0

Toggle 0.4.0's commit message
build: bump version to 0.4.0.

This 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

Toggle 0.3.2's commit message
Merge branch 'master' of https://github.com/orchejs/rest

0.3.1

Toggle 0.3.1's commit message
build: changed @orchejs/common to 0.3.0. Bump version to 0.3.1

0.3.0

Toggle 0.3.0's commit message
docs: fixed wrong title references

0.2.0

Toggle 0.2.0's commit message
refactor: removed restify and koa from this release.

- The implementation of restify and koa will remain in a develop branch for future release.

0.1.0

Toggle 0.1.0's commit message
fix(routers): wrong reference of ValidatorRunner in restify router.