Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
This commit adds support for asynchronous transformations.

## Community Contributions

 * #2 by @zbigg. Adds asynchronous support.

## Feautres

 * Asyncronous 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
  • Loading branch information
mcmath committed Oct 19, 2016
1 parent 2d592ba commit 3456dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-transform",
"version": "1.0.8",
"version": "1.1.0",
"description": "Perform arbitrary transformations on files",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3456dcc

Please sign in to comment.