- added: the
min
andlint
aliases - changed: use headless chrome instead of the deprecated phantomjs for the karma tests
- changed: use babel-env to configure the babel presets
- changed: replace the deprecated
prepublish
withprepare
in the package.json - updated: all dependencies
- removed: support for node 4 and 5
- removed: saucelabs tests
- updated: the
make
file was renamedmake.js
and it should be triggered vianode make
- updated: dev dependencies
- updated: dev dependencies
- updated: dev dependencies
- updated: dev dependencies
- fixed: unit test
- updated: dev dependencies
- updated: dev dependencies
- updated: optimized the
watch
errors handling - updated: dev dependencies
- updated: dev dependencies
- fixed: compatibility issues on windows more info
- updated: dev dependencies
- updated: dev dependencies and updated
- removed: peerDependencies
- added:
jsnext:main
property in the package.json file - added: better error logs for the build step
- added: all the missing peerDependencies
mocha
andphantomjs
- removed: webpack replaced with rollup
- updated: babel to 6.*
- updated: switch to ASI (Automatic Semicolon Insertion)
- updated: upgrade to node 4.*
- updated: dev dependencies
- added: showcase in the README.md file
- updated: dev dependencies
- updated: dev dependencies
- updated: dev dependencies
- updated: es6 available also for the tests scripts
- updated: dev dependencies
- added: the
npm run
command aliases closing #6 - updated: dev dependencies
- updated: dev dependencies
- removed: bye bye grunt tasks
- removed: jshint + jscs
- removed: requirejs optimizer + amdclean
- removed:
dist/cjs
folder nodejs will rely on the same file needed for the web environments - added: custom build system based on javascript native promises
- added: webpack as build tool
- added: eslint as default syntax style checker
- added: karma as default testing tool
- updated: small fix to the tests
- updated: dev dependencies
- updated: dev dependencies
- updated: 6to5 to babel 4.3.0
- removed: 6to5 runtime dependecy
- added:
grunt serve
command
- updated: 6to5 to 3.6.0
- updated: 6to5 to 3.3.10
- updated: the amd output will use only the 6to5 runtime injected with the build script
- updated: 6to5 to 3.3.1
- added:
6to5-runtime
dependency needed for the commonjs output