diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index d0bf50f..7e1ac59 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,3 +1,29 @@ +# @hoth/logger-v1.0.0 (2021-05-24) + + +### Bug Fixes + +* **logger:** module pass error ([9bdaee3](https://github.com/cxtom/hoth/commit/9bdaee3ebc662d94afeb7711cc35e20ac417b1b6)) +* log time ([463b628](https://github.com/cxtom/hoth/commit/463b628a26d1160972ce86f6b3549238dc2ac936)) +* logger notice format not valid ([a864b1e](https://github.com/cxtom/hoth/commit/a864b1e9ab56293935b6463642384d77c353a5aa)) +* throw error when exit ([f290b80](https://github.com/cxtom/hoth/commit/f290b80a484d1ddd0e9dab376c5a48a5f0dd44a8)) +* **app-autoload:** entry file scope error ([78e28e6](https://github.com/cxtom/hoth/commit/78e28e6ef95fc02b0d33182346d631abaea842a2)) +* **logger:** remove querystring in product ([426b3eb](https://github.com/cxtom/hoth/commit/426b3eb783c3f2714ba68e3f89be6a4148ce08dd)) + + +### Features + +* **logger:** add parseTime & validationTime & pid ([e7a8304](https://github.com/cxtom/hoth/commit/e7a830402b70af1fe26029fbf87c159dacb3004e)) +* add log rotate ([de2a9a7](https://github.com/cxtom/hoth/commit/de2a9a7c57544bbee4ab818cf166e6d706a78c35)) +* app-autoload add config module ([24df2e3](https://github.com/cxtom/hoth/commit/24df2e36906820c9626b88dfae6a45e7ac231887)) +* logger add notice & performace ([f3c73a0](https://github.com/cxtom/hoth/commit/f3c73a0ab5e480bef01476b922e3e319977ef9ff)) +* support request notice log & string log format ([c9eaa65](https://github.com/cxtom/hoth/commit/c9eaa659fd564542b95c165fa019316bb10f3e20)) + + +### Performance Improvements + +* reuse the stream ([333a5fe](https://github.com/cxtom/hoth/commit/333a5fe2a36811c9d11c827f7a5745c6c35e696d)) + # Change Log All notable changes to this project will be documented in this file. diff --git a/packages/logger/package.json b/packages/logger/package.json index fa2ba42..0033158 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@hoth/logger", - "version": "1.1.2", + "version": "1.0.0", "description": "logger plugin for hoth framework", "main": "dist/index.js", "scripts": {