From 3456dcc4c209abeb47fe4c9a66168c2c20cbd3bd Mon Sep 17 00:00:00 2001 From: Akim McMath Date: Wed, 19 Oct 2016 03:58:35 -0700 Subject: [PATCH] v1.1.0 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 947e459..7e4999f 100644 --- a/package.json +++ b/package.json @@ -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": {