Skip to content

Releases: pabloosabaterr/Edno

More Decorators !

01 Dec 21:45
85665e2

Choose a tag to compare

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

13 Nov 12:01
e0652e9

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.2.0

flexible structure

11 Nov 21:41
e3ea813

Choose a tag to compare

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 !

06 Nov 15:17
2ab9c0d

Choose a tag to compare

Injections

What's new ?

  • @Injection decorator allowing classes to be injected.
  • @Component decorator allowing classes to be injected.

Full Changelog: v1.0.2...v1.0.3

Error handling

29 Oct 16:00
cad5852

Choose a tag to compare

Exceptions

What's new ?

  • Added HttpStatus enum
  • be able to create throwable and handleable exceptions
  • new decorator @ErrorHandler(Exception) to execute a method when Exception is thrown.

OOP & decorator layer

20 Oct 20:53
98d8c7a

Choose a tag to compare

Merge pull request #4 from Blopaa/decorator-layer

Decorator layer

base version

17 Oct 17:55
6580c9c

Choose a tag to compare

Multiple middleware (#1)

* refactor: added multiple middleware option

* documentacion update