gulp-notify
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "gulp-notify", | ||
"version": "1.2.1", | ||
"description": "A plugin for Gulp to send messages to Mac Notification Center or Linux' notify-send", | ||
"version": "1.2.2", | ||
"description": "A plugin for Gulp to send notification messages (Mac, Linux and Windows", | ||
"keywords": [ | ||
@@ -31,3 +31,3 @@ "gulpplugin", | ||
"lodash.template": "~2.4.1", | ||
"node-notifier": "^2.0.2", | ||
"node-notifier": "^2.0.3", | ||
"node.extend": "^1.0.9" | ||
@@ -50,2 +50,2 @@ }, | ||
] | ||
} | ||
} |
@@ -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.1.0 | | ||
| Package Version | 1.2.1 | | ||
@@ -279,2 +279,6 @@ **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.** | ||
### `v1.2.1` | ||
1. The entire options-object is passed to the notifier, allowing pass additional information to notifiers. | ||
2. Adds support for showing errors returned from the notifiers and showing these errors in the console. | ||
### `v1.1.0` | ||
@@ -281,0 +285,0 @@ 1. Bumps dependency for `node-notifier`. Now supports Growl on Windows! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39054
314
Updatednode-notifier@^2.0.3