- Migrate to new npm
- Add license header
- Support module entry in package.json
- Migrate tests from mocha to tape
- Updated dependencies
- Migrate to yarn (add yarn.lock file)
- Migrate to standard.js from custom eslint
- Update dev deps
- Releasing 1.0.0 with tested node 0.1X support. Tested older node version will be (likely) dropped from 2.0.0
- Support for node 0.10 added by using babel-runtime plugin
- Travis builds with node 0.12 and 0.10
- dev deps updates
- Added tests
- includes -> indexOf to make ES5 compatible without polyfill
- dev deps updates
- Fixing package.json files to include src to make jsnext:main to work
- Update main entry in package.json
- Renamed the rename plugin: babel-rename-assigned-properties -> babel-plugin-rename-assigned-properties
- Upgrade dev dependencies
- Added changelog :)
- Add missing package.json information
- First version