X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/6aa8f9bb8f1b67b5751c5bf3468848a629a02ae4..bfd26c004f1bbc07f049013ab4e8de970e14341f:/CHANGELOG

diff --git a/CHANGELOG b/CHANGELOG
index ff007d7..915f2e3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,20 +1,24 @@
-2015-01-09 Sergio de la Garza <sergio@delagarza.io>
+2016-01-22 Ruben Beltran Del Rio <ben@nsovocal.com>
 
-	Version 1.1.1
+	Version 1.1.0
 
-	* lib/cobalt.js (dependencies): require colors fix the log output when
-	using the tocken formatter.
+	* lib/cologne.js (buildLog): Add a new parameter called meta that expects an
+	object, it will be used to extend the log.
 
-	
-2014-03-20 Ben Beltran <ben@nsovocal.com>
+	* lib/cologne/log_utilities.js: Add the getLevelAnsi method that will
+	return an ANSI keyword depending on the log level sent.
 
-	Version 1.0.0
+	* lib/cologne/formatter/simple (format): Now uses getLevelAnsi, this means
+	that info and debug get colors (they used to be defualt.) info is blue,
+	debug is green.
+
+	* lib/cologne/formatter/token (format): Adds support for the {{_ansi:_level}}
+	token that uses getLevelAnsi to generate color depending on the level.
 
-	* 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.
+	* README.md: Adds references to all new features
 
-	* package.json: Updates neon dependency to 2.0, adds tellurium as
-	dev-dependency.
+2016-01-21 Ruben Beltran Del Rio <ben@nsovocal.com>
+
+	Version 1.0.0
 
-	* /test: Adds VERY basic tests before tellurium is integrated.
+	* all: initial release.