]> git.r.bdr.sh - rbdr/cologne/blob - CHANGELOG
Update the code.
[rbdr/cologne] / CHANGELOG
1 2016-01-22 Ruben Beltran Del Rio <ben@nsovocal.com>
2
3 Version 1.1.0
4
5 * lib/cologne.js (buildLog): Add a new parameter called meta that expects an
6 object, it will be used to extend the log.
7
8 * lib/cologne/log_utilities.js: Add the getLevelAnsi method that will
9 return an ANSI keyword depending on the log level sent.
10
11 * lib/cologne/formatter/simple (format): Now uses getLevelAnsi, this means
12 that info and debug get colors (they used to be defualt.) info is blue,
13 debug is green.
14
15 * lib/cologne/formatter/token (format): Adds support for the {{_ansi:_level}}
16 token that uses getLevelAnsi to generate color depending on the level.
17
18 * README.md: Adds references to all new features
19
20 2016-01-21 Ruben Beltran Del Rio <ben@nsovocal.com>
21
22 Version 1.0.0
23
24 * all: initial release.