This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
Releases: serhiisol/node-decorators
Releases · serhiisol/node-decorators
DI@1.0.3
Express@2.4.0
- Added option to add RouterOptions to the controller
Socket@3.2.0
- Made global middleware optional
- Made dependencies as peerDependencies
Closes #75
Socket@3.1.0
- Changed library structure
- Fixed interfaces
- Added new interface to implement for server middleware
ServerMiddleware
, controllerMiddleware
interface remains the same - Updated versions of dependencies, like
socket.io
and@decorators/di
Closes #98
Express@2.3.0
- Added support for
async
middleware express
and@decorators/di
aspeerDependencies
Socket@3.0.2
- Fix sorting parameters when applying events #86
Express@2.2.2
- Fixes
getParam
to always return property ofparam
whenname
is provided #87
DI@1.0.2
Mongoose@3.0.1
- Added ability to not to use
@Injectable
from@decorators/di
in case if DI is not needed - Changed library structure
Express@2.2.1
- Router support for
attachControllers
helper function - Global error middleware also intercepts errors in async method handlers
- Changed library structure