gulp-notify
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -64,2 +64,15 @@ | ||
gulp.task("advanceMac", function () { | ||
gulp.src("../test/fixtures/*") | ||
.pipe(notify({ | ||
"title": "Open Github", | ||
"subtitle": "Project web site", | ||
"message": "Click to open project site", | ||
"sound": "Frog", // case sensitive | ||
// "contentImage": "file:///Some/Image/Here.png", // case sensitive | ||
"open": "https://github.com/mikaelbr/gulp-notify" | ||
})); | ||
}); | ||
gulp.task("onlast", function () { | ||
@@ -66,0 +79,0 @@ gulp.src("../test/fixtures/*") |
{ | ||
"name": "gulp-notify", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A plugin for Gulp to send notification messages (Mac, Linux and Windows", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"lodash.template": "~2.4.1", | ||
"node-notifier": "^2.0.5", | ||
"node-notifier": "^3.0.0", | ||
"node.extend": "^1.0.9" | ||
@@ -34,0 +34,0 @@ }, |
@@ -10,3 +10,3 @@ # gulp-notify [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] | ||
| Node Version | >= 0.8 | | ||
| Package Version | 1.2.4 | | ||
| Package Version | 1.3.0 | | ||
@@ -89,2 +89,4 @@ **Note: Without overriding the notifier, Mac OS X >= 10.8 or as of v0.3.2, Linux with `notify-send` installed is required for this to run.** | ||
See also the [advanceMac example](examples/gulpfile.js). | ||
#### options.onLast | ||
@@ -290,3 +292,5 @@ Type: `Boolean` | ||
[gulp] ├── onlast | ||
[gulp] ├── advanceMac | ||
[gulp] ├── error | ||
[gulp] ├── forceGrowl | ||
[gulp] └── customError | ||
@@ -336,2 +340,8 @@ ``` | ||
### `v1.3.1` | ||
1. Updates node-notifier dependency. Adds support for app icon and images for Mac. | ||
### `v1.3.0` | ||
1. Adds default setting for failing silently. Introduces concept emitError flag to still emit errors | ||
### `v1.2.1` | ||
@@ -338,0 +348,0 @@ 1. The entire options-object is passed to the notifier, allowing pass additional information to notifiers. |
43848
927
379
+ Addedgrowly@1.3.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addednode-notifier@3.4.1(transitive)
+ Addedsemver@3.0.1(transitive)
+ Addedwhich@1.3.1(transitive)
- Removedgrowler@0.0.1(transitive)
- Removednode-notifier@2.0.6(transitive)
- Removedsemver@5.7.2(transitive)
- Removedunderscore@1.13.7(transitive)
- Removedwhich@1.0.9(transitive)
Updatednode-notifier@^3.0.0