node-logger-c7z
Version:
Basic Node.js logger module
31 lines (18 loc) • 645 B
Markdown
# Changelog
## v0.4.0
### Features
* The parameters sent in the methods are now entirely free, you are not forced to follow the typing
* Update the README.md to add `Emitter / Listener` section
### Dependencies
* Removed Redis
* Updated Typescript in version 4.8.4 & @types/node in version 18.11.7
## v0.3.0
### Breaking changes
* Redis has been removed from the dependency
* Configuration has been refactored, it now supports : directory & filename properties
### Features
* Exposed config method
### Dependencies
* Removed Redis
* Updated Typescript in version 4.7.4 & @types/node in version 18.6.3
* Added TSLint in version 6.1.3