]>
Commit | Line | Data |
---|---|---|
a181aeae BB |
1 | 2014-03-20 Ben Beltran <ben@nsovocal.com> |
2 | ||
3 | Version 1.0.0 | |
4 | ||
5 | * lib/cobalt.js (buildLog): logging a logObject will now use the calling | |
6 | method's severity instead of the logObject severity. so calling `#error` | |
7 | will always provide severity level 3. | |
8 | ||
9 | * package.json: Updates neon dependency to 2.0, adds tellurium as | |
10 | dev-dependency. | |
11 | ||
12 | * /test: Adds VERY basic tests before tellurium is integrated. |