Releases: pabloosabaterr/Edno
Releases · pabloosabaterr/Edno
More Decorators !
What's Changed
- Many new decorators to improve the experience and comfort,
@HttpCode,@Header... among others. - To note that endpoint and middleware parameters can now be set with
@Res(),@Param(),@Body(),@Next()decorators. - parts of the code have been improved and bugs have been fixed
Full Changelog: v2.2.0...v3.0.0
following semantic versioning standard 2.0
What's Changed
- we now follow the semantic versioning standard 2.0 (https://semver.org/lang/es/)
Full Changelog: v1.1.0...v2.2.0
flexible structure
What's Changed
-
Now you can have a more customized structure with the new configuration options, with the abstract paths.
Abstract path example:/something/**/*.ts. -
version has been upgraded to 1.1.0 to move forward with the same npm version
Full Changelog: v1.0.3...v1.1.0
dependency injections !
Injections
What's new ?
@Injectiondecorator allowing classes to be injected.@Componentdecorator allowing classes to be injected.
Full Changelog: v1.0.2...v1.0.3
Error handling
Exceptions
What's new ?
- Added
HttpStatusenum - be able to create throwable and handleable exceptions
- new decorator
@ErrorHandler(Exception)to execute a method when Exception is thrown.
OOP & decorator layer
Merge pull request #4 from Blopaa/decorator-layer Decorator layer
base version
Multiple middleware (#1) * refactor: added multiple middleware option * documentacion update