]>
Commit | Line | Data |
---|---|---|
8dd0e624 SG |
1 | 2015-01-09 Sergio de la Garza <sergio@delagarza.io> |
2 | ||
3 | Version 1.1.1 | |
4 | ||
5 | * lib/cobalt.js (dependencies): require colors fix the log output when | |
6 | using the tocken formatter. | |
7 | ||
8 | ||
a181aeae BB |
9 | 2014-03-20 Ben Beltran <ben@nsovocal.com> |
10 | ||
11 | Version 1.0.0 | |
12 | ||
13 | * lib/cobalt.js (buildLog): logging a logObject will now use the calling | |
14 | method's severity instead of the logObject severity. so calling `#error` | |
15 | will always provide severity level 3. | |
16 | ||
17 | * package.json: Updates neon dependency to 2.0, adds tellurium as | |
18 | dev-dependency. | |
19 | ||
20 | * /test: Adds VERY basic tests before tellurium is integrated. |