Skip to content

Releases: mcmath/gulp-transform

v2.0.0

11 May 17:23
Compare
Choose a tag to compare

Breaking Changes

  • Removes support for Node 0.x
  • Requires the ES2015 Promise constructor to be available globally

v1.1.0 - Async transformations

19 Oct 11:04
Compare
Choose a tag to compare

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

29 Jun 21:02
Compare
Choose a tag to compare

This release changes nothing. It's just for testing purposes.

v1.0.7

10 Jun 00:27
Compare
Choose a tag to compare

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

11 Feb 10:58
Compare
Choose a tag to compare

Maintenance

Development Features