]> git.r.bdr.sh - rbdr/cologne/blame - CHANGELOG
Recover from npm package
[rbdr/cologne] / CHANGELOG
CommitLineData
bfd26c00 12016-01-22 Ruben Beltran Del Rio <ben@nsovocal.com>
3a0fbfeb
BB
2
3 Version 1.1.0
4
bfd26c00
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.
3a0fbfeb 7
bfd26c00
RBR
8 * lib/cologne/log_utilities.js: Add the getLevelAnsi method that will
9 return an ANSI keyword depending on the log level sent.
3a0fbfeb 10
bfd26c00
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.
3a0fbfeb 14
bfd26c00
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.
3a0fbfeb 17
bfd26c00 18 * README.md: Adds references to all new features
3a0fbfeb 19
bfd26c00 202016-01-21 Ruben Beltran Del Rio <ben@nsovocal.com>
db6bc3cb
BB
21
22 Version 1.0.0
23
bfd26c00 24 * all: initial release.