]>
Commit | Line | Data |
---|---|---|
1 | 2015-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 | ||
8 | 2015-01-09 Sergio de la Garza <sergio@delagarza.io> | |
9 | ||
10 | Version 1.1.2 | |
11 | ||
12 | * lib/cobalt.js (dependencies): Require colors fix the log output when | |
13 | using the tocken formatter. | |
14 | ||
15 | ||
16 | 2015-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 | ||
40 | ||
41 | 2014-03-20 Ben Beltran <ben@nsovocal.com> | |
42 | ||
43 | Version 1.0.0 | |
44 | ||
45 | * lib/cobalt.js (buildLog): Logging a logObject will now use the calling | |
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. |