diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-01-22 00:09:07 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-01-22 00:09:07 -0600 |
| commit | 474f5dc481a6b8819d72fed9ed1db39bd4e820b3 (patch) | |
| tree | 57c446a69831a6ba6984a13e373ec0eab71e412a | |
| parent | 653db94ca15b709e89672aeea9dc4cb9f830cf97 (diff) | |
Updates CHANGELOG retroactively, bumps version
| -rw-r--r-- | CHANGELOG | 38 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 36 insertions, 4 deletions
@@ -1,16 +1,48 @@ +2015-01-21 Ben Beltran <ben@nsovocal.com> + + Version 1.1.3 + + * lib/loggers/file.js: Makes the log work in append mode instead of + overwrite mode. + 2015-01-09 Sergio de la Garza <sergio@delagarza.io> - Version 1.1.1 + Version 1.1.2 - * lib/cobalt.js (dependencies): require colors fix the log output when + * lib/cobalt.js (dependencies): Require colors fix the log output when using the tocken formatter. + +2015-01-09 Ben Beltran <ben@nsovocal.com> + + Version 1.1.1 + + * lib/loggers/file.js: Writes raw log if no formatter is present. + + * lib/cobalt.js: Logging null now converts it to the string "null"; + + Version 1.1.0 + + * lib/loggers/file.js: Includes the new file logger. + + * lib/formatters/simple.js (format): Simple formatter outputs date and + loglevel. + + * lib/cobalt.js: Includes the file logger and simple formatter. + + * lib/formatters/token.js: Extends with options on + initialization, including a new option isoDate that will make the + date an ISOString. + + * README.md: Updates documentation to consider the new options, formatter + and logger. + 2014-03-20 Ben Beltran <ben@nsovocal.com> Version 1.0.0 - * lib/cobalt.js (buildLog): logging a logObject will now use the calling + * lib/cobalt.js (buildLog): Logging a logObject will now use the calling method's severity instead of the logObject severity. so calling `#error` will always provide severity level 3. diff --git a/package.json b/package.json index b7d17d8..5006593 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "http://github.com/ktlacaelel" } ], - "version": "1.1.2", + "version": "1.1.3", "dependencies": { "colors": "^1.0.3", "emailjs": "^0.3.12", |