-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
<a name="1.0.0"></a> | ||
# 1.0.0 (2017-09-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* take back exposure of nsChildren ([1784c1a](https://github.com/medikoo/log4/commit/1784c1a)) | ||
|
||
|
||
### Features | ||
|
||
* do not force sort on getAllLevels ([8489362](https://github.com/medikoo/log4/commit/8489362)) | ||
* ensure emitted messageTokens are array ([28bea04](https://github.com/medikoo/log4/commit/28bea04)) | ||
* ensure enable/disable return target logger ([76228c0](https://github.com/medikoo/log4/commit/76228c0)) | ||
* expose array of predefined levels ([354db58](https://github.com/medikoo/log4/commit/354db58)) | ||
* expose levels at named properties ([91ab1c4](https://github.com/medikoo/log4/commit/91ab1c4)) | ||
* getLevels method ([8f36cfe](https://github.com/medikoo/log4/commit/8f36cfe)) | ||
* introduce getAllNs method ([e7eabee](https://github.com/medikoo/log4/commit/e7eabee)) | ||
* introduce hasLevel and hasNs ([2887a80](https://github.com/medikoo/log4/commit/2887a80)) | ||
* make _children public as nsChildren ([0729be7](https://github.com/medikoo/log4/commit/0729be7)) | ||
* node.js env logger ([2582afe](https://github.com/medikoo/log4/commit/2582afe)) | ||
* predefined log levels ([ad23c30](https://github.com/medikoo/log4/commit/ad23c30)) | ||
* replace getLevels with getAllLevels ([03478fc](https://github.com/medikoo/log4/commit/03478fc)) | ||
* setupEnv functionality ([a873045](https://github.com/medikoo/log4/commit/a873045)) | ||
* tolerate whitespace noise in visibility conf ([14953be](https://github.com/medikoo/log4/commit/14953be)) |