Skip to content

Releases: mcmath/gulp-transform

v2.0.0

Choose a tag to compare

@mcmath mcmath released this 11 May 17:23

Breaking Changes

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

v1.1.0 - Async transformations

Choose a tag to compare

@mcmath mcmath released this 19 Oct 11:04

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

Choose a tag to compare

@mcmath mcmath released this 29 Jun 21:02

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

v1.0.7

Choose a tag to compare

@mcmath mcmath released this 10 Jun 00:27

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

Choose a tag to compare

@mcmath mcmath released this 11 Feb 10:58

Maintenance

Development Features