Skip to content

Commit

Permalink
Updating version in main and example package.json, and adding CHANGEL…
Browse files Browse the repository at this point in the history
…OG.md documentation.
  • Loading branch information
Joe Turgeon committed Mar 8, 2016
1 parent fcf5e37 commit 9340aee
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## v0.10.0 [2016/03/08]

- Replaced copy with rsync to move the temporary build output as part of the
default build process. For Windows environments, copy is still used.
- Added support for running tests included with custom modules for Drupal 8.
- Updated default phplint patterns to skip `*.panels_default.inc` files.
- Removed peer dependency on Grunt in package.json. This prevents issues when
updating to the forthcoming Grunt 1.0.0.
- Updating Node.js engines requirement in package.json to v0.12.0 or later.
- Updated dependencies.

### Upgrade Notes

- Node.js v0.10.x is no longer supported.
- Project configurations that override the default `drushmake` task should be
updated to use `rsync:tempbuild` instead of `copy:tempbuild` on non-Windows
environments. The `canRsync` function from `lib/util.js` should be used to
determine if rsync is supported in an environment.

## v0.9.3 [2016/02/25]

- Improved performance for code style quality checks by limiting file scans.
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"grunt": "~0.4.5",
"grunt-drupal-tasks": "~0.9.0",
"grunt-drupal-tasks": "~0.10.0",
"zombie": "^2.5.1"
}
}
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-drupal-tasks",
"description": "A Grunt plugin to automate Drupal build and testing tasks.",
"version": "0.9.3",
"version": "0.10.0",
"main": "bootstrap.js",
"dependencies": {
"grunt-available-tasks": "~0.6.1",
Expand Down

0 comments on commit 9340aee

Please sign in to comment.