update changelog

This commit is contained in:
Michael Barrett 2015-05-05 11:20:09 +01:00
parent c156450925
commit 6d07275f89

View File

@ -1,17 +1,30 @@
#Changelog #Changelog
##1.1.1
- src now uses ES6
- use gulp instead of grunt
- setup gulp build pipeline
- use analysis tools: JSCS, jshint
- use consistent coding style (jQuery coding style)
- send code coverage to coveralls.io
- use browserify to generate distributable scripts
- add contributing doc
- misc meta data updates
- add sourcemaps
##1.1.0 ##1.1.0
- Added MIT license - add MIT license
- Added Changelog - add Changelog
- Added Grunt config - add Grunt config
- Added editorconfig - add editorconfig
- Added Tests - add Tests
- Fixed JSHint errors - fix JSHint errors
- Formatted code as per editorconfig - format code as per editorconfig
- Fixed bug with conversion from year(s) to another unit - fix bug with conversion from year(s) to another unit
- Make sure `Error` (type) is thrown when invalid unit is encountered - make sure `Error` (type) is thrown when invalid unit is encountered
- Added minified distributable version - add minified distributable version
- Updated package.json - update package.json
- Added bower config - add bower config
- Added travis config - add travis config