From a7a4719378f405a1f3d82b66afbbff778500fe11 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Thu, 7 Sep 2017 11:55:57 +0200 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3d613a7 --- /dev/null +++ b/CHANGELOG.md @@ -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. + + +# 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))