]> git.r.bdr.sh - rbdr/cologne/blame - CHANGELOG
Updates CHANGELOG retroactively, bumps version
[rbdr/cologne] / CHANGELOG
CommitLineData
474f5dc4
BB
12015-01-21 Ben Beltran <ben@nsovocal.com>
2
3 Version 1.1.3
4
5 * lib/loggers/file.js: Makes the log work in append mode instead of
6 overwrite mode.
7
8dd0e624
SG
82015-01-09 Sergio de la Garza <sergio@delagarza.io>
9
474f5dc4 10 Version 1.1.2
8dd0e624 11
474f5dc4 12 * lib/cobalt.js (dependencies): Require colors fix the log output when
8dd0e624
SG
13 using the tocken formatter.
14
474f5dc4
BB
15
162015-01-09 Ben Beltran <ben@nsovocal.com>
17
18 Version 1.1.1
19
20 * lib/loggers/file.js: Writes raw log if no formatter is present.
21
22 * lib/cobalt.js: Logging null now converts it to the string "null";
23
24 Version 1.1.0
25
26 * lib/loggers/file.js: Includes the new file logger.
27
28 * lib/formatters/simple.js (format): Simple formatter outputs date and
29 loglevel.
30
31 * lib/cobalt.js: Includes the file logger and simple formatter.
32
33 * lib/formatters/token.js: Extends with options on
34 initialization, including a new option isoDate that will make the
35 date an ISOString.
36
37 * README.md: Updates documentation to consider the new options, formatter
38 and logger.
39
8dd0e624 40
a181aeae
BB
412014-03-20 Ben Beltran <ben@nsovocal.com>
42
43 Version 1.0.0
44
474f5dc4 45 * lib/cobalt.js (buildLog): Logging a logObject will now use the calling
a181aeae
BB
46 method's severity instead of the logObject severity. so calling `#error`
47 will always provide severity level 3.
48
49 * package.json: Updates neon dependency to 2.0, adds tellurium as
50 dev-dependency.
51
52 * /test: Adds VERY basic tests before tellurium is integrated.