]>
Commit | Line | Data |
---|---|---|
58906d77 | 1 | 2016-01-22 Ruben Beltran Del Rio <ben@nsovocal.com> |
474f5dc4 BB |
2 | |
3 | Version 1.1.0 | |
4 | ||
58906d77 RBR |
5 | * lib/cologne.js (buildLog): Add a new parameter called meta that expects an |
6 | object, it will be used to extend the log. | |
474f5dc4 | 7 | |
58906d77 RBR |
8 | * lib/cologne/log_utilities.js: Add the getLevelAnsi method that will |
9 | return an ANSI keyword depending on the log level sent. | |
474f5dc4 | 10 | |
58906d77 RBR |
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. | |
474f5dc4 | 14 | |
58906d77 RBR |
15 | * lib/cologne/formatter/token (format): Adds support for the {{_ansi:_level}} |
16 | token that uses getLevelAnsi to generate color depending on the level. | |
474f5dc4 | 17 | |
58906d77 | 18 | * README.md: Adds references to all new features |
474f5dc4 | 19 | |
58906d77 | 20 | 2016-01-21 Ruben Beltran Del Rio <ben@nsovocal.com> |
a181aeae BB |
21 | |
22 | Version 1.0.0 | |
23 | ||
58906d77 | 24 | * all: initial release. |