Skip to content

Commit 9340aee

Browse files
author
Joe Turgeon
committed
Updating version in main and example package.json, and adding CHANGELOG.md documentation.
1 parent fcf5e37 commit 9340aee

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## v0.10.0 [2016/03/08]
4+
5+
- Replaced copy with rsync to move the temporary build output as part of the
6+
default build process. For Windows environments, copy is still used.
7+
- Added support for running tests included with custom modules for Drupal 8.
8+
- Updated default phplint patterns to skip `*.panels_default.inc` files.
9+
- Removed peer dependency on Grunt in package.json. This prevents issues when
10+
updating to the forthcoming Grunt 1.0.0.
11+
- Updating Node.js engines requirement in package.json to v0.12.0 or later.
12+
- Updated dependencies.
13+
14+
### Upgrade Notes
15+
16+
- Node.js v0.10.x is no longer supported.
17+
- Project configurations that override the default `drushmake` task should be
18+
updated to use `rsync:tempbuild` instead of `copy:tempbuild` on non-Windows
19+
environments. The `canRsync` function from `lib/util.js` should be used to
20+
determine if rsync is supported in an environment.
21+
322
## v0.9.3 [2016/02/25]
423

524
- Improved performance for code style quality checks by limiting file scans.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"grunt": "~0.4.5",
8-
"grunt-drupal-tasks": "~0.9.0",
8+
"grunt-drupal-tasks": "~0.10.0",
99
"zombie": "^2.5.1"
1010
}
1111
}

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-drupal-tasks",
33
"description": "A Grunt plugin to automate Drupal build and testing tasks.",
4-
"version": "0.9.3",
4+
"version": "0.10.0",
55
"main": "bootstrap.js",
66
"dependencies": {
77
"grunt-available-tasks": "~0.6.1",

0 commit comments

Comments
 (0)