blob: 915f2e302aa2bedd3a0440982d7fd3a6cdad7020 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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.
|