Releases: orchejs/common
Releases · orchejs/common
0.4.0
0.3.1
Changed in winston setting to color the console transport.
0.3.0
Added winston types as dependency, otherwise the projects should install this dependency.
0.2.2
Fixed transport remotion when instance is defined.
- Giving errors when an instance was defined and the log should be disabled.
0.2.1
This release fixes log instance initialization when disabled option is true.
- When disabled is true the instance is undefined and the log methods were not dealing with it, resulting in application error.
0.2.0
Added in UrlUtils:
- New method to transform to spinal-case. It will be necessary to transform route names and can also be used in websockets module and graphql in future libraries.
0.1.0
First release. Contains:
- Property object conversion.
- Generic decorator loader.
- Generic utility classes.