Releases: mcmath/gulp-transform
Releases · mcmath/gulp-transform
v2.0.0
Breaking Changes
- Removes support for Node 0.x
- Requires the ES2015
Promise
constructor to be available globally
v1.1.0 - Async transformations
This commit adds support for asynchronous transformations.
Community Contributions
- #2 by @zbigg. Adds asynchronous support.
Features
- Asynchronous support by returning a promise
Maintenance
- Adds es6-promise dependency for compatibility with Node 0.10 to 0.12
- Update outdated dependencies
- Update README.md with async documentation
v1.0.8
This release changes nothing. It's just for testing purposes.
v1.0.7
Development Changes
- Source files are now in ES2015, compiled with Babel
- ESLint replaces JSHint and JSCS
- Tests are refactored and now in CoffeeScript
- Automatic deployment added through Travis
v1.0.6
Maintenance
Development Features