diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 01:07:52 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 01:07:52 +0200 |
| commit | 8d2dfbab7667bef775f220f2d88c0f1f4aab7805 (patch) | |
| tree | 1340085fb3e7b3282f0c572117f78c95fa70c775 /CHANGELOG | |
| parent | b3847a2e355c1c5113eb99eb1a755535bd225998 (diff) | |
Update docs and tooling
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 915f2e3..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,24 +0,0 @@ -2016-01-22 Ruben Beltran Del Rio <ben@nsovocal.com> - - Version 1.1.0 - - * lib/cologne.js (buildLog): Add a new parameter called meta that expects an - object, it will be used to extend the log. - - * lib/cologne/log_utilities.js: Add the getLevelAnsi method that will - return an ANSI keyword depending on the log level sent. - - * lib/cologne/formatter/simple (format): Now uses getLevelAnsi, this means - that info and debug get colors (they used to be defualt.) info is blue, - debug is green. - - * lib/cologne/formatter/token (format): Adds support for the {{_ansi:_level}} - token that uses getLevelAnsi to generate color depending on the level. - - * README.md: Adds references to all new features - -2016-01-21 Ruben Beltran Del Rio <ben@nsovocal.com> - - Version 1.0.0 - - * all: initial release. |