aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: ff007d7d3d65c1e8f34d969e6647f6cb5e40b0bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2015-01-09 Sergio de la Garza <sergio@delagarza.io>

	Version 1.1.1

	* lib/cobalt.js (dependencies): require colors fix the log output when
	using the tocken formatter.

	
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.