blob: 0a2c8a5428f5c4f03983ca7e20e5ec1324a94635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
2014-03-20 Ben Beltran <ben@nsovocal.com>
Version 1.0.0
* 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.
* package.json: Updates neon dependency to 2.0, adds tellurium as
dev-dependency.
* /test: Adds VERY basic tests before tellurium is integrated.
|