mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
1.5 KiB
Executable File
1.5 KiB
Executable File
0.1.2 / 2014-10-04
- Remove
npm update npmfrom 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