|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## v0.6.0 [2015/03/??] |
| 3 | +## v0.6.0 [2015/04/07] |
4 | 4 |
|
5 | | -- **Added automatic support for Drupal 8 based on drush detection of the Drupal version.** |
| 5 | +- **Added automatic support for Drupal 8 based on Drush detection of the Drupal |
| 6 | + version.** |
6 | 7 | - Dynamically compute Drush Make concurrency based on system capability with a |
7 | 8 | new concurrency detection service. |
8 | 9 | - Ruby (bundler) will now install dependencies into `vendor/bundle`. |
9 | 10 | - Ruby and PHP upstream binaries are placed or symlinked from `vendor/bin`. |
10 | 11 | This frees up `bin/` for custom project scripts. |
11 | | -- Moved more default Gruntconfig.json into code for a slimmer project Gruntconfig. |
12 | | -- Ensure reports directory is created before running analyze |
| 12 | +- Adding default values for the buildPaths in the project Gruntconfig.json so |
| 13 | + the buildPaths config is no longer required. |
| 14 | +- Ensure reports directory is created before running analyze. |
13 | 15 | - Support for \*.sass files in compass watch. |
14 | 16 | - Refactored `grunt help` task to be extensible from separate projects. |
15 | 17 | - The docroot assembly tasks (such as the symlinking) performed after drush make |
16 | | - have been consolidated into a new `grunt scaffold` task. |
| 18 | + have been consolidated into a new `scaffold` task. |
| 19 | +- Due to npm's behavior that strips .gitignore files from packages, the example |
| 20 | + .gitignore is renamed to gitignore, and needs to be renamed manually after |
| 21 | + installation. |
17 | 22 |
|
18 | 23 | ### Upgrade Notes |
19 | 24 |
|
20 | 25 | - Remove the Drush Make `--concurrency` option from your Gruntconfig. It will no |
21 | 26 | longer be respected. |
22 | | -- If you are using the default `Gruntconfig.json` example for bin paths on PHP |
23 | | - scripts, you should be fine. |
24 | | -- You may need to run `rm -Rf .bundle` to clear bundler configuration to make |
25 | | - way for the new install location. |
| 27 | +- The example `composer.json` and `Gruntconfig.json` have been both updated |
| 28 | + to support installing PHP component executables to `vendor/bin` instead |
| 29 | + of `bin`. If you want to continue using `bin`, use caution when updating |
| 30 | + these files. |
| 31 | +- Ruby bundle executables are moved to `vendor/bin` from `bin`. This change is |
| 32 | + intrinsic to v0.6.0. You may need to run `rm -Rf .bundle` to clear Bundler |
| 33 | + configuration to make way for the new install location. |
26 | 34 | - Gruntconfig.json no longer needs the `buildPaths` config key. Elements of |
27 | 35 | `buildPaths` added to your project Gruntconfig will override default behavior. |
28 | 36 | - Configuration of `grunt help` for project-specific tasks via Gruntconfig.json |
|
0 commit comments