Added files

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-07 21:44:09 +02:00
parent e0835ed378
commit 5b626696bd
23 changed files with 3236 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
0.1.2 / 2014-10-04
==================
* Remove `npm update npm` from travis
* Update .gitignore, .npmignore, bower ignore
* Refactor property order in component.json, bower.json
* Refactor Readme.md
* Refactor support generation to use markdown-table
* Add markdown-table as a dependency
* Add npm deployment to travis
0.1.1 / 2014-09-09
==================
* Add bower to installation methods in docs
* Add bower.json
* Update license in Readme.md
* Add missing new line
* Fix Component.js > Component
* Fix NPM > npm
* Remove section on browser support
* Remove gemoji short-codes from Supported-gemoji.md
* Refactor supported gemoji for new emoji data
* Refactor spec to depend on new emoji data
* Add new emoji data file to component.json
* Refactor module to depend on external (scraped) data
* Add functionality to scrape emoji in build-step
* Update istanbul, jscs, eslint, mocha
0.1.0 / 2014-07-08
==================
* Mentioned the list of supported gemoji in documentation
* Supported gemoji are now listed (fixes #1)
0.0.3 / 2014-06-19
==================
* Removed testling
* Fixed a bug where everything in ./spec/ was tested
* Split the lint task into lint-api, lint-test, and lint-style
* Update dependency versions of jscs
0.0.2 / 2014-06-17
==================
* Fix code styleguide for latest jscs updates
* Updated dependency version of jscs to 1.5.1
* Testling badge & browser support
* Removed retext as a dependency—was never used
0.0.1 / 2014-06-13
==================