UNPKG

40.7 kBMarkdownView Raw
1# Change Log - @microsoft/rush
2
3This log was last generated on Wed, 15 Apr 2020 03:33:55 GMT and should not be manually modified.
4
5## 5.23.1
6Wed, 15 Apr 2020 03:33:55 GMT
7
8### Updates
9
10- Fix a regression in Rush 5.19.0 where customizing "rush rebuild" would call the "build" script instead of the "rebuild" script.
11- Fix an issue where, on some minimal systems, Rush used a missing shell command to detect an application path.
12- Fix an issue where the common/temp/*.tgz files resulted in different shrinkwrap files on different operating systems
13
14## 5.23.0
15Sat, 04 Apr 2020 00:38:29 GMT
16
17### Updates
18
19- Add a new rush.json setting "preventManualShrinkwrapChanges" which prevents against accidental mistakes in pnpm-lock.yaml.
20- Upgrade node-tar
21- Remove some misleading log output for "rush build" (GitHub #1733)
22
23## 5.22.0
24Wed, 18 Mar 2020 01:23:22 GMT
25
26### Updates
27
28- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
29- Support setting environment variables for package manager install processes in rush.json and expose --max-install-attempts as a parameter for rush install/update.
30
31## 5.21.0
32Sat, 07 Mar 2020 05:36:08 GMT
33
34### Updates
35
36- Make the event hook failure message print in yellow.
37- Improve phrasing of an error message.
38- Add a new command-line.json setting "required" for non-optional parameters
39- Implement `pnpmOptions.pnpmStore` and RUSH_PNPM_STORE_PATH, to allow the end-user to define where PNPM will place its store.
40- Add a --json flag for "rush check" to facilitate automation
41
42## 5.20.0
43Wed, 12 Feb 2020 21:51:19 GMT
44
45### Updates
46
47- Support "." as a value for the --to and --from parameters to build to the current project.
48- Improve security by allowing the "rush publish" authentication token to be specified via an environment variable.
49
50## 5.19.4
51Tue, 28 Jan 2020 03:57:30 GMT
52
53### Updates
54
55- Fix an issue where a missing "repository" property in rush.json would cause "rush change" to throw.
56
57## 5.19.3
58Tue, 28 Jan 2020 01:35:53 GMT
59
60*Version update only*
61
62## 5.19.2
63Tue, 28 Jan 2020 01:08:26 GMT
64
65### Updates
66
67- Fix an issue where the rushx command will always report error.
68- Fixes "too many params" and "unable to find ref v<version>" issues in git tagging while publishing.
69
70## 5.19.1
71Sat, 25 Jan 2020 05:15:10 GMT
72
73### Updates
74
75- Fix an issue with install-run.js, where successful executions exit with a nonzero exit code.
76
77## 5.19.0
78Sat, 25 Jan 2020 04:19:23 GMT
79
80### Updates
81
82- Make the default branch and default remote configurable.
83- Fix an issue where the Rush process terminates without any error message during installation/linking, due to a dependency package that broke its SemVer contract (GitHub #1713)
84- Update package.json files without reformatting or reordering properties and fields during "rush add", "rush version" and "rush publish".
85- Upgrade Node typings to Node 10
86- Update the "rush init" .gitignore file to ignore .rush/temp and .DS_Store folders
87- Improve command-line.json handling so that the "rush build" and "rush rebuild" commands can be extended without having to duplicate the built-in options (GitHub #1375)
88- Add a --json flag for "rush list" to facilitate automation
89
90## 5.18.0
91Sat, 11 Jan 2020 05:38:55 GMT
92
93### Updates
94
95- Don't use the `build` verb when printing task failures
96- Add a --commit command-line argument to the publish command to allow the git commit to be explicitly provided for tagging.
97- Update GitHub project URL in some resource files
98- fix typo in version-policies.json
99
100## 5.17.2
101Tue, 26 Nov 2019 00:53:52 GMT
102
103### Updates
104
105- Resolve an issue where git tags were not being applied when using pack or publish with --include-all
106
107## 5.17.1
108Thu, 21 Nov 2019 00:50:15 GMT
109
110### Updates
111
112- Fix an issue with Rush add, where Rush was unable to add unpublished local projects as dependencies.
113
114## 5.17.0
115Thu, 14 Nov 2019 22:52:48 GMT
116
117### Updates
118
119- Add a new setting "implicitlyPreferredVersions" in common-versions.json that can be used to solve some installation failures involving peer dependencies
120- Improve the generation of shrinkwrap-deps.json to consider optional peer dependencies and implicitlyPreferredVersions=false
121- Fix an issue where certain operations did not use a stable sort when executed on older versions of NodeJS
122
123## 5.16.1
124Fri, 25 Oct 2019 20:15:59 GMT
125
126### Updates
127
128- Log to console instead of throwing when an unmet peer dependency is encountered during linking, and strictPeerDependencies is false
129- Refactor some code as part of migration from TSLint to ESLint
130
131## 5.16.0
132Thu, 17 Oct 2019 00:41:01 GMT
133
134### Updates
135
136- Support PNPM 4 on Rush
137- Add support for "rush add" for repos using the Yarn package manager.
138
139## 5.15.1
140Thu, 10 Oct 2019 23:47:19 GMT
141
142### Updates
143
144- Fix an issue where build commands can fail because git commands used to track changes can be too long.
145- Fix compatibility issue where PNPM 4 requires --no-prefer-frozen-lockfile instead of --no-prefer-frozen-shrinkwrap
146
147## 5.15.0
148Tue, 08 Oct 2019 22:58:33 GMT
149
150### Updates
151
152- Improve 'rush build' to avoid rebuilding unnecessarily when the package-lock.json file has changed (pnpm only).
153
154## 5.14.0
155Wed, 02 Oct 2019 01:18:02 GMT
156
157### Updates
158
159- Add an --all flag to "rush add" to add a dependency to all projects.
160- Add options to rush change to allow creating changefiles for all changed projects.
161- Rush update now prints a message when the approved packages files are out-of-date, and rush install exits with an error if they are out-of-date.
162- Include peerDependencies in the approved packages files.
163- Make detection of changefiles and changes in projects safer.
164- Update repository URL
165
166## 5.13.1
167Fri, 27 Sep 2019 22:34:50 GMT
168
169### Updates
170
171- Improve support for pnpm lockfile version 5.1. Also fixes a regression in Rush 5.12.0 in which rush install can fail on pnpm 3.5+ with the error message "ERROR: Invalid Version"
172
173## 5.13.0
174Wed, 11 Sep 2019 21:41:34 GMT
175
176### Updates
177
178- Add support for incremental custom commands. This change also adds a per-project `.rush/temp` folder that should be included in `.gitignore` (i.e. - `.rush/temp/**`).
179- Add a --from-version-policy option for bulk commands to allow running the command (like build) from packages with a version policy and their direct and indirect dependent projects
180- Update documentation
181- Do not delete the pnpm store if an installation retry fails. Delete the pnpm store if and only if all the installation retry attempts fail.
182
183## 5.12.1
184Tue, 10 Sep 2019 19:45:15 GMT
185
186### Updates
187
188- Fix an issue where Rush attempted to add Git tags for packages that had already been published when the publish command is run with the --pack and --apply-git-tags-on-pack flags. This caused a fatal error when tags already existed.
189
190## 5.12.0
191Wed, 04 Sep 2019 19:01:42 GMT
192
193### Updates
194
195- Adding --apply-git-tags-on-pack flag to the publish command to apply git tags when using --pack
196- For rush publish and rush version, change the path spec for git add to include everything from the repo root directory. This addresses https://github.com/microsoft/web-build-tools/issues/669.
197- Add support for NPM package aliases (i.e. dependency versions such as "npm:example@^1.2.3")
198- Fix an issue with rush change that occurs when rush.json isn't in the repository root.
199
200## 5.11.4
201Fri, 23 Aug 2019 03:31:52 GMT
202
203### Updates
204
205- Some optimizations for --to, --from, and cyclic dependency detection for repos with large numbers of projects.
206- Ensure install-run-rushx script is updated during "rush update"
207
208## 5.11.3
209Wed, 21 Aug 2019 22:13:26 GMT
210
211### Updates
212
213- Add support for the RUSH_PREVIEW_VERSION environment variable to the install-run-rush script.
214- Add support for the RUSH_TEMP_FOLDER environment variable in the install-run-rush script.
215- Add install-run-rushx script to enable easy execution of the rushx command in CI
216
217## 5.11.2
218Fri, 16 Aug 2019 05:15:17 GMT
219
220### Updates
221
222- Refactor build action to allow generating build graph statically
223- Security updates.
224- Fix validation of hotfix changes in a hotfix-enabled branch
225- Clarify that "rush update --full" should be run when changing certain settings
226
227## 5.11.1
228Fri, 26 Jul 2019 23:08:23 GMT
229
230### Updates
231
232- Fix critical path computation for projects
233- Normalize the casing of a temp folder specified with RUSH_TEMP_FOLDER.
234
235## 5.11.0
236Fri, 26 Jul 2019 08:34:03 GMT
237
238### Updates
239
240- Generate skeleton BuildXL script modules for each package
241- Allow building with newer versions of Node during development
242- Add experimental rush-buildxl package
243- Ensure the filesystem paths that Rush uses have the same character casing that exists on disk.
244- Tweak NodeJS version warning messages and add suppressNodeLtsWarning option to rush.json to suppress non-LTS version warning.
245- Do not terminate rush execution if a temp project lacks an entry in the PNPM shrinkwrap. Instead, allow the program to continue so that PNPM can update the outdated shrinkwrap. This fixes #1418 https://github.com/microsoft/web-build-tools/issues/1418.
246
247## 5.10.3
248Thu, 18 Jul 2019 00:07:46 GMT
249
250### Updates
251
252- Make event hooks run from the folder that contains the rush.json file.
253- Fix 1392 "rush install not working on pnpm 3.5" by getting the temporary project dependency key from the shrinkwrap file. See https://github.com/microsoft/web-build-tools/issues/1392.
254
255## 5.10.2
256Tue, 16 Jul 2019 19:36:08 GMT
257
258### Updates
259
260- Prevent non-hotfix changes from being applied to hotfix branches
261- Use the shrinkwrap from temp for "rush link" as the committed shrinkwrap may not always be up to date as a result of shrinkwrap churn optimization. See https://github.com/microsoft/web-build-tools/issues/1273#issuecomment-492779995 for more details about shrinkwrap churn optimization.
262
263## 5.10.1
264Thu, 11 Jul 2019 22:00:50 GMT
265
266### Updates
267
268- Fix for issue https://github.com/microsoft/web-build-tools/issues/1349 rush install fails when there is a preferred version with a peer dependency. This was caused by file format changes in pnpm 3.x
269- Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
270- Fix an issue that arises when "rush add" is run and the package manager isn't installed.
271- Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
272- Fix an issue where rush change will detect unrelated changes.
273- When rush change detects no changes, clarify that no *relevant* changes were detected in the case that changes were in a package not versioned by rush'
274- Fix https://github.com/microsoft/web-build-tools/issues/1347: rush link was failing on pnpm 3+ with the changes in shrinkwrap format with regard to peer dependencies. Rush now resolves the path to the local project accurately by referring to the shrinkwrap rather than figuring out the path on its own.
275
276## 5.10.0
277Sat, 29 Jun 2019 02:47:42 GMT
278
279### Updates
280
281- New action added to list package name for all projects
282- Add ability to opt out of changelog files for version policies.
283- Workaround for pnpm issue 1890: https://github.com/pnpm/pnpm/issues/1890. Fixes the issue of "rush update --full" not working correctly if the internal copy of the pnpm shrinkwrap "common/temp/node_modules/.shrinkwrap.yaml" exists even though Rush deletes the formal copy in "common/temp/shrinkwrap.yaml".
284
285## 5.9.1
286Thu, 13 Jun 2019 04:46:18 GMT
287
288### Updates
289
290- Fix an issue where custom command-line parameters weren't passed to projects' builds.
291
292## 5.9.0
293Tue, 11 Jun 2019 02:26:20 GMT
294
295### Updates
296
297- (BEHAVIOR CHANGE) Fix an issue where CI jobs could succeed even if a task reported warnings to stderr; if your build fails due to warnings after upgrading, please see https://github.com/microsoft/web-build-tools/issues/1329
298
299## 5.8.0
300Tue, 11 Jun 2019 01:28:33 GMT
301
302### Updates
303
304- Add a new setting "ignoreDependencyOrder" in command-line.json
305- Clarify "rush change" messages.
306- Improve 'rush version' to fetch before checkout, which avoids an error in cases where the branch wasn't fetched.
307- Fix typo in command-line help for "rush add"
308- Fix an issue where "rush build" ignored changes to a project with an empty build script (GitHub #1282)
309
310## 5.7.3
311Mon, 06 May 2019 21:03:32 GMT
312
313### Updates
314
315- Allow colons in command line action names (add missing dependency from 5.7.2)
316
317## 5.7.2
318Mon, 06 May 2019 19:52:37 GMT
319
320### Updates
321
322- Allow colons in command line action names
323
324## 5.7.1
325Wed, 24 Apr 2019 06:32:17 GMT
326
327### Updates
328
329- Fix an issue where Rush sometimes failed to parse versions from PNPM 3.x's pnpm-lock.yaml
330- Update the .gitattributes file written by "rush init" to use a better syntax highlighter for JSON files
331
332## 5.7.0
333Tue, 23 Apr 2019 07:55:34 GMT
334
335### Updates
336
337- Add support for PNPM version 3 (which changed the shrinkwrap file name to "pnpm-lock.yaml")
338- Add a new rush.json setting "pnpmOptions.resolutionStrategy"
339
340## 5.6.4
341Mon, 15 Apr 2019 06:40:00 GMT
342
343### Updates
344
345- Add support for string parameter for custom commands.
346- Remove the obsolete "--release-type" option which only worked if you used a specific version of gulp-core-build-typescript
347- Adds --no-verify to git push during a rush publish
348
349## 5.6.3
350Mon, 25 Mar 2019 03:15:21 GMT
351
352### Updates
353
354- Update the "rush init" template with a .gitattributes rule to allow comments in JSON files
355- Add ability to publish partial prereleases
356
357## 5.6.2
358Thu, 21 Mar 2019 23:09:56 GMT
359
360### Updates
361
362- Publish: pass auth token through to npm view when checking if package exists
363
364## 5.6.1
365Mon, 18 Mar 2019 04:48:37 GMT
366
367### Updates
368
369- Remove the "rush check" step from the travis.yml template, since this is now handled by "ensureConsistentVersions" from rush.json
370- Improve "rush change" to ignore the ".git" file extension when appended to the "repository.url" setting in rush.json
371
372## 5.6.0
373Fri, 15 Mar 2019 03:21:02 GMT
374
375### Minor changes
376
377- Add "--set-access-level" parameter for "rush publish" to control whether NPM packages are published as "public" or "restricted"
378- Add a "dependencies" configuration property to version-policies.json to customize the way dependency versions are published and stored in source control
379
380### Updates
381
382- Add support for the Yarn --ignore-engines, exposed as yarnOptions.ignoreEngines in rush.json
383- Add the ability to configure the version bump and publish git commit message, exposed as gitPolicy.versionBumpCommitMessage in rush.json
384- Fix an issue with "rush publish --pack" when using yarn.
385- Remove the "rush check" step from the travis.yml template, since this is now handled by "ensureConsistentVersions" from rush.json
386- Fix an issue where "rush change" sometimes could not detect changes correctly when invoked on a forked GitHub repo
387- Fix an issue where "rushx" and "rush build" did not search for commands in the current project's local node_modules/.bin folder (GitHub issue #706)
388- The `--debug` parameter now automatically breaks in the debugger when an InternalError is thrown
389- Support overriding 'build' and 'rebuild' commands in command-line.json
390- Update README.md
391- Change "rush build" to print stdout if stderr is empty and a task fails. This improves Webpack support
392
393## 5.5.4
394Thu, 13 Dec 2018 02:58:10 GMT
395
396### Patches
397
398- Remove unused jju dependency
399
400### Updates
401
402- Properly handle Git worktrees
403- Updated to use the new InternalError class for reporting software defects
404
405## 5.5.3
406Wed, 05 Dec 2018 20:14:08 GMT
407
408### Updates
409
410- Add user read permission to copied Git hooks
411
412## 5.5.2
413Fri, 09 Nov 2018 02:14:11 GMT
414
415### Updates
416
417- Include an environment variable option to create symlinks with absolute paths.
418
419## 5.5.1
420Wed, 07 Nov 2018 21:04:35 GMT
421
422### Updates
423
424- For NodeJS 10, require at least LTS (10.13.0)
425- Install rush and package managers in a node version-specific folder under the user's home directory
426- Added support for git hooks
427- Remove all dependencies on the "rimraf" library
428- Upgrade fs-extra to eliminate the annoying "ERROR: ENOTEMPTY: directory not empty, rmdir" error that occasionally occurred during "rush link"
429
430## 5.4.0
431Thu, 25 Oct 2018 23:20:40 GMT
432
433### Updates
434
435- Remove use of a deprecated Buffer API.
436- Fix an issue with "rush change" on NodeJS 10.
437- Fix an issue where "rush install" sometimes would incorrectly ask for "rush update", when using the Yarn package manager
438- Improve sorting of @rush-temp projects, which may reduce churn of hashes in the shrinkwrap file
439- Expose safeForSimultaneousRushProcesses to custom commands
440- Add 'variants' feature and command-line parameter
441
442## 5.3.4
443Wed, 17 Oct 2018 03:19:43 GMT
444
445### Updates
446
447- Make rush purge also call rush unlink
448- Fix an issue where "rush publish" invoked the wrong command when using Yarn
449- Install optional dependencies, except w/ npm<5.0.0
450
451## 5.3.3
452Thu, 11 Oct 2018 23:58:16 GMT
453
454### Updates
455
456- Remove warning for NodeJS 10 now that it is stable (LTS)
457
458## 5.3.2
459Mon, 08 Oct 2018 23:19:51 GMT
460
461### Updates
462
463- Change "rush check" so that it considers "cyclicDependencyProjects" and ensures they are consistent or listed in "allowedAlternateVersions"
464- Fix a recent regression where "rush link" was failing for NPM/Yarn because hard links don't support relative paths
465- Make sure npm package does not exist before publishing
466
467## 5.3.1
468Wed, 03 Oct 2018 00:01:18 GMT
469
470### Updates
471
472- Fix an issue where after running "rush add" (after successfully running "rush install"), the new package was not being installed or linked.
473- Fix an incorrect default in the "rush init" template comments
474
475## 5.3.0
476Fri, 28 Sep 2018 20:36:48 GMT
477
478### Updates
479
480- Add "ensureConsistentVersions" configuration which runs "rush check" before certain commands
481- Add a new command "rush add" for managing package.json dependencies
482- Rush now detects some package.json errors such as the same package name being listed in both "dependencies" and "optionalDependencies"
483- Update "rush link" to use relative paths when creating symlinks, to facilitate building Docker images
484
485## 5.2.1
486Thu, 13 Sep 2018 21:57:21 GMT
487
488### Updates
489
490- Fix an issue where "rush init" failed because its ".gitignore" template was excluded from the package
491
492## 5.2.0
493Thu, 13 Sep 2018 19:34:37 GMT
494
495### Updates
496
497- Add a "rush init" command for scaffolding new monorepo folders
498- Allow "rush scan" to be used without a rush.json configuration
499
500## 5.1.0
501Sat, 08 Sep 2018 20:57:32 GMT
502
503### Updates
504
505- Update "repository" field in package.json
506- Add support for PNPM's --strict-peer-dependencies feature
507- Add support for the Yarn package manager (this is a "beta" feature; please report any issues you encounter!)
508
509## 5.0.6
510Fri, 31 Aug 2018 23:10:31 GMT
511
512### Updates
513
514- Add "--prefer-frozen-shrinkwrap false" to the "pnpm install" command line as a workaround for https://github.com/pnpm/pnpm/issues/1342
515- Skip validation of the Git email address if Git is not installed, or if rush.json isn't in a Git working directory, or if no policy was defined
516
517## 5.0.5
518Wed, 29 Aug 2018 07:05:22 GMT
519
520### Updates
521
522- Fix an issue where rush install will fail if git isn't installed.
523- Fix an issue where "rush -h" didn't print help for the "build" and "rebuild" commands, unless invoked under a Rush folder
524- Improve command-line help for "rush build"
525- Fix regression causing "ERROR: EEXIST: file already exists"
526
527## 5.0.4
528Thu, 23 Aug 2018 00:08:41 GMT
529
530### Updates
531
532- Fix capitalization of new "filePath" API property
533
534## 5.0.3
535Wed, 22 Aug 2018 20:58:58 GMT
536
537### Updates
538
539- git st
540- When saving config files, Rush should include the "$schema" directive
541- Fix a regression where "rush version" sometimes failed with "The value for entries[0].comments.dependency[0].author is undefined"
542- When updating common-versions.json and version-policies.json, preserve the existing comments and whitespace
543
544## 5.0.2
545Sat, 18 Aug 2018 01:27:39 GMT
546
547*Version update only*
548
549## 5.0.1
550Sat, 18 Aug 2018 01:21:59 GMT
551
552### Updates
553
554- Fix typo in rush error message
555- Add a flag to "rush install" which runs the package manager in a verbose logging mode.
556- Remove package.json from rush-lib constants. Add public API for creating changefiles.
557- Fix an issue where "rush version" would fail with a useless error message if the Git user email is not specified.
558- Update lodash.
559- Add a "--network-concurrency" command-line option to help troubleshoot the ECONNRESET error that people occasionally have reported ( https://github.com/pnpm/pnpm/issues/1230 )
560
561## 5.0.0
562Sat, 30 Jun 2018 00:57:22 GMT
563
564### Updates
565
566- Update peerDependencies when bumping package versions (issue #668)
567- Add allowedAlternativeVersions setting to common-versions.json config file
568- Fix an issue where PNPM shrinkwrap file parser did not handle relative/absolute version paths correctly
569- Print each project's build time during the summary
570- Fix an issue where the common/temp/.npmrc file could contain missing environment variable tokens
571- Rush now creates common/scripts/install-run.js and install-run-rush.js scripts to formalize how CI jobs bootstrap tooling dependencies
572- Enable the "rush rebuild" and "rush build" commands to work without a Git repository
573- Add support for RUSH_TEMP_FOLDER environment variable to customize the location of Rush's commonTempFolder
574- Fix an issue where if package-deps.json fails to parse, the build fails
575- Improve "rush link" to create node_modules/.bin launchers for local project dependencies (not just installed external dependencies)
576- Update rush.json schema to allow requested versions (e.g. Rush or the package manager) to be a prerelease SemVer pattern
577- Fix annoyance where "rush update" (formerly "rush generate") would always change the integrity hash for tarball entries in shrinkwrap.yaml
578- Fix an issue where Rush's .npmrc configuration was not honored when spawned via an NPM lifecycle script; in general the process environment is now more isolated
579- Rush now warns when phantom node_modules folders are found
580- Relax the rush.json version check for rush-lib; future versions are now accepted as long as the major/minor parts match
581- Fix a regression where builds would sometimes fail with a zero exit code due to NodeJS's handling of uncaught Promise rejections
582- Improve "rush check" to ignore peer dependencies, since they don't need to be consistent with everything else (and generally won't be)
583- (Breaking change) Replace pinned-versions.json with a more general common-versions.json that can track other cross-project dependency versions
584- (Breaking change) In common-versions.json, rename the "pinned versions" concept to "preferred versions", and separate the XStitch versions into their own field
585- Report an error if the package manager version is too old
586- (Breaking change) Redesign command-line.json config file to support other command types
587- (Breaking change) Rename custom-commands.json to be command-line.json
588- Add support for "global" commands in custom-commands.json
589- When using PNPM, remove some NPM bug workarounds that probably caused problems for "pnpm install"
590- Add a lock file to avoid race conditions when the Rush version selector is installing rush-lib
591- Fix a problem where the "rush-recycler" folder was not getting cleaned on macOS
592- (Breaking change) Remove unused RushConfiguration.homeFolder API
593- Add RUSH_PREVIEW_VERSION environment variable for piloting new versions of Rush
594- Add new command "rush purge" for cleaning up temporary files
595- Fix an issue where rush-recycler wasn't emptied if a folder exceeded the Windows MAX_PATH
596- Minor improvements for logging
597- When installing tools, always copy the repo's .npmrc file to the target folder
598- (Breaking change) Replace the "rush generate" command with a new command "rush update"
599- (Breaking change) Replace "rush install --clean" and "--full-clean" with "rush install --purge"
600- Improve lifecycle script execution to support Unix slashes in the command name when running on Windows
601- Add "rushx" binary for single-project commands
602- (Breaking change) Eliminate extra letters from shortened command line options (renamed "-cpo" to "-o", and removed "-vp" and "-pn")
603- Add check for unpublished releases
604- Add a "--to-version-policy" option for "rush rebuild" to allow building only a particular version policy
605- Add --release-type parameter to "rush publish" to be able to create different tarballs based on release type
606- Add "--ensure-version-policy" option for "rush version" to support updating the versions directly
607
608## 4.3.3
609Thu, 31 May 2018 21:57:13 GMT
610
611### Updates
612
613- Remove the old undocumented "rush purge" command, since it conflicts with Rush 5
614
615## 4.3.2
616Mon, 26 Mar 2018 19:12:42 GMT
617
618### Updates
619
620- Change *.d.ts file path for rush-lib
621- Add "ignoreMissingScript" flag to custom command and fix other minor issues
622- Add --pack option to "rush publish" to support packing packages into tarballs instead of publishing to NPM registry
623- Upgrade colors to version ~1.2.1
624
625## 4.3.1
626Tue, 20 Mar 2018 20:02:56 GMT
627
628### Updates
629
630- Add support for overriding the default windows parallelism with 'max'.
631- Remove IPackageJson API. Consumers should now use the equivalent definition from @microsoft/node-core-library instead.
632- Move the environment checks from rush-lib to rush
633- Fix an annoyance where common/temp/shrinkwrap.yaml was formatted in a way that made diffs less readable
634
635## 4.3.0
636Fri, 02 Mar 2018 02:45:37 GMT
637
638### Updates
639
640- Fix an issue where we always deleted the pnpm store. This is not necessary since the store is transactional. We should only delete the store if it is a --clean install.
641- Fix an issue where the package manager installation could get corrupted if the Rush tool was accidentally invoked multiple times concurrently.
642- Fix issue with pnpm where store was not removed after an unsuccessful installation
643- When Rush links PNPM packages to their dependencies, it should link to the realpath, rather than linking to the symlink. This will improve performance of builds by reducing the number of file system reads that are needed.
644- Update Rush to consider the shrinkwrap file during incremental builds.
645- Add a --changed-projects-only flag to 'rush build', which will skip rebuilding of downstream packages. It will only rebuild projects that change, but not their dependents.
646- Add a locking mechanism around certain rush commands so only one process can be working in a Rush repository at a single point in time. This is useful for commands that may corrupt each other, like generate, install, link, and rebuild.
647- When using pnpm, Rush will check and see if other projects are using a dependency and will re-use it if possible. This way, a user will not have to run "rush generate" if they are adding a dependency that is already being used elsewhere in the monorepo.
648- Add a notice for unsupported versions of NodeJS runtime
649- Add a new command-line flag "--conservative" which causes "rush generate" to perform a minimal upgrade
650- Improved "rush generate" so that if interrupted, it does not leave you with a deleted shrinkwrap.yaml; the new integrity checks eliminate the need for this, and it was annoying
651- Fix Rush version increase logic to handle cyclic dependencies properly
652
653## 4.2.5
654Fri, 26 Jan 2018 00:36:51 GMT
655
656### Updates
657
658- Fix an issue when parsing scoped peer dependencies in the pnpm shrinkwrap file
659
660## 4.2.4
661Sun, 21 Jan 2018 06:33:59 GMT
662
663### Updates
664
665- Improve the error message when loading rush.json from a newer release
666
667## 4.2.3
668Thu, 18 Jan 2018 19:02:07 GMT
669
670### Updates
671
672- Avoid git errors when there are only empty change files
673
674## 4.2.2
675Wed, 17 Jan 2018 10:49:31 GMT
676
677*Version update only*
678
679## 4.2.1
680Fri, 12 Jan 2018 23:35:48 GMT
681
682### Patches
683
684- Fix a bug in "rush change" to allow skipping changes when empty change file exists.
685- Change the way Rush prints output, to make it more readable and easy to tell how far into a build you are.
686
687## 4.2.0
688Mon, 11 Jan 2018 22:14:30 GMT
689
690### Minor changes
691
692- Introduce a new project-specific setting "skipRushCheck" to exempt certain projects from the "rush check" validation
693- Introduce a new setting "mainProject" for lockstep version policies. This enables a scenario where a group of packages share a common change log, which is associated with the main project.
694
695## 4.1.1
696Mon, 08 Jan 2018 20:34:30 GMT
697
698### Patches
699
700- Fix an issue with checking the pnpm shrinkwrap file when there are peer dependency version specifiers
701
702## 4.1.0
703Thu, 30 Nov 2017 20:34:30 GMT
704
705### Minor changes
706
707- Adding support for using PNPM with Rush
708
709### Patches
710
711- Fix issue where 'rush publish' was failing when the only changefiles were 'none' type
712- Add support for hotfix changes
713- Fix an issue with file locks causing exceptions during 'rush install'
714- Fix issue where 'rush install' did not invalidate node_modules after bumping package manager version
715
716## 4.0.1
717Mon, 13 Nov 2017 18:34:30 GMT
718
719### Patches
720
721- Fix the regression where "rush -h" didn't work outside a repo folder
722- Reduce the default parallelism on Windows platform
723- Force change log name to be the same as package name to handle the error case when package is renamed but change log is not
724
725## 4.0.0
726Sat, 4 Nov 2017 03:22:28 GMT
727
728### Breaking changes
729
730- Complete release notes are here: https://github.com/Microsoft/web-build-tools/wiki#november-3-2017---rush-4-released
731- Adding custom commands and options.
732- Adding rush version selector.
733- Updating the semantics of rush change.
734
735## 3.0.20
736Thu, 19 Oct 2017 23:01:49 GMT
737
738### Patches
739
740- Fix a stack overflow error that occurs when "rush rebuild" encounters a cyclic dependency
741- Fix a bug that "rush rebuild" fails if "from" parameter is provided
742- Validate versions before "rush version" commits version updates
743
744## 3.0.19
745Fri, 06 Oct 2017 22:44:31 GMT
746
747### Patches
748
749- Enable strickNullChecks
750- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
751- Fix a bug in "rush change" so it handles rename properly.
752- Add npm tag support in "rush publish".
753
754## 3.0.18
755Tue, 26 Sep 2017 13:51:05 GMT
756
757### Patches
758
759- Update various dependencies
760
761## 3.0.17
762Thu, 14 Sep 2017 18:51:05 GMT
763
764### Patches
765
766- Fix some issues in rush telemetry collection
767
768## 3.0.16
769Wed, 6 Sep 2017 18:24:39 GMT
770
771### Patches
772
773- Fix an issue running 'rush install' after adding a new project
774
775## 3.0.15
776Wed, 30 Aug 2017 18:24:39 GMT
777
778### Patches
779
780- Replace the temp_modules/*/package.json files with TGZ files
781- Add repositoryUrl to RushConfiguration to track remote repository
782- Use the new Json API from node-core-library
783- Add two new methods to ChangeFile class
784- Introduce an experimental "rush version" action to manage project versions based on version policy
785- Make "rush generate" not throw if there is a problem reading the shrinkwrap file
786
787## 3.0.12
788Fri, Jul 21, 2017 22:30:12 PM
789
790### Patches
791
792- Temporarily revert Rush incremental build checking files outside of the project's directory
793- Fix error message during build
794- Add a ChangeFile class to rush-lib
795- Fix an issue where rush would crash if it could not find the rush.json
796- If "rush generate" detects that all dependencies are present, it will do nothing. This is overridable with the "--force" flag.
797- Promote Changelog interfaces to an @alpha API in rush-lib
798
799## 3.0.11
800Mon, Jul 3, 2017 10:53:12 PM
801
802### Patches
803
804- Add support for non-SemVer dependency specifiers in package.json; for example, "github:gulpjs/gulp#4.0" or "git://github.com/user/project.git#commit-ish"
805
806## 3.0.10
807Tue, 27 Jun 2017 21:44:50 GMT
808
809### Patches
810
811- Fix an issue with 'rush rebuild' where it fails on non-windows platforms
812- Fix an issue with 'rush -help' where it throws if rush.json is not available.
813
814## 3.0.9
815Thu, June 8, 2017 03:30:27 GMT
816
817### Patches
818
819- Fix issue with 'rush check' where it sometimes threw exceptions.
820
821## 3.0.8
822Thu, June 8, 2017 03:00:27 GMT
823
824### Patches
825
826- Fix issue with 'rush check' so it no longer considers cyclic dependencies as a mismatch.
827
828## 3.0.7
829Tue, May 23, 2017 00:55:27 GMT
830
831### Patches
832
833- Fix a regression for packages with an empty script (no-op)
834
835## 3.0.6
836Sat, May 20, 2017 00:55:27 GMT
837
838### Patches
839
840- Revert major break with rush build
841
842## 3.0.5
843Fri, May 19, 2017 10:55:27 GMT
844
845### Patches
846
847- Fix the Rush build error due to 'SyntaxError: Unexpected token u in JSON at position 0'
848- Fix a minor bug where Rush complained about extra directories.
849
850## 3.0.4
851Tue, May 17, 2017 01:48:27 GMT
852
853### Patches
854
855- Improved the "rush build" change detection: if any file outside a project folder has changed, rebuild all projects.
856- The "rush build" command now stores the command-line options used during a build, and forces a full rebuild if the options have changed.
857- Fix for a "rush publish" bug involving command line option quoting.
858
859## 3.0.3
860Tue, May 16, 2017 00:43:27 GMT
861
862### Patches
863
864- Fix a regression where "rush install" sometimes failed to install the NPM tool
865
866## 3.0.2
867Sun, May 14, 2017 19:22:16 GMT
868
869### Patches
870
871- Fix some minor documentation issues
872
873## 3.0.1
874Sun, May 14, 2017 18:30:35 GMT
875
876### Breaking changes
877
878- THIS IS A BREAKING CHANGE - see the web-build-tools news page for migration instructions
879- The "rush install" now automatically detects when you need to run "rush generate", and the algorithm has been redesigned so that many package.json updates can skip "rush generate" entirely - hurray!
880- Major restructing of common folder; the "temp_modules" folder is no longer tracked by Git
881- Greatly simplified .gitignore; all of Rush's temporary files are now under common/temp
882- The rush.json file format has been simplified, and auxiliary config files are now consolidated in common/config/rush
883- The "packageReviewFile" feature has been overhauled - see wiki documentation on GitHub
884- The "rush check" command was renamed to "rush scan", and "rush check-versions" was shortened to "rush check"
885
886### Minor changes
887
888- The change log file format was expanded to support subset publishing (coming soon!)
889- More operations now use the AsyncRecycleBin feature
890- The "rush link" command now skips if nothing has changed
891
892### Patches
893
894- Numerous small fixes and enhancments
895
896## 2.5.0
897Tue, 11 Apr 2017 21:20:58 GMT
898
899### Minor changes
900
901- Deprecate the pinnedVersions field of rush.json in favor of a standalone pinnedVer sions.json
902
903### Patches
904
905- Bump stream-collator to 2.0.0
906- Publish: Improve detection of already published package versions
907- Publish: Fix a bug where not all project versions get updated for prerelease
908
909## 2.4.0
910Thu, 30 Mar 2017 18:25:38 GMT
911
912### Minor changes
913
914- The 'link' action will be automatically ran after 'install' or 'generate'.
915- Support adding a suffix during rush generate
916
917### Patches
918
919- Fixing an issue where install was not detecting changes to the shrinkwrap
920- Registry should not be hardcoded when auth token is provided
921
922## 2.3.0
923Fri, 24 Feb 2017 22:54:16 GMT
924
925### Minor changes
926
927- Minor version
928
929## 2.2.1
930Fri, 24 Feb 2017 22:53:18 GMT
931
932*Version update only*
933
934## 2.2.0
935Fri, 24 Feb 2017 22:44:31 GMT
936
937### Minor changes
938
939- Add a "pinnedVersions" option to rush.json, which will add dependencies to the common package.json. Since these dependencies are installed first, this mechanism can be used to control versions of unconstrained second-level dependencies.
940- Make --quiet builds the default. Deprecate the --quiet parameter. Add a --verbose parameter which displays the build logs.
941
942### Patches
943
944- Rush install checks to ensure that generate has been run.
945
946## 1.8.2
947Wed, 15 Feb 2017 08:54:44 GMT
948
949### Patches
950
951- Temporarily reverting the new temp_modules validation feature, because it is incompatible with some usage scenarios
952
953## 1.8.1
954Tue, 14 Feb 2017 23:40:44 GMT
955
956### Patches
957
958- Fixing a bug with install where it preemptively returned before installing.
959
960## 1.8.0
961Tue, 14 Feb 2017 22:53:30 GMT
962
963### Minor changes
964
965- Install will error if the temp_modules have drifted out of sync with the package's package.json files
966
967## 1.7.0
968Tue, 14 Feb 2017 02:31:40 GMT
969
970### Minor changes
971
972- Adds an extra command (rush check-versions), which can find inconsistencies in package.json dependency versions across a repository.
973
974## 1.6.0
975Sun, 05 Feb 2017 01:21:30 GMT
976
977### Minor changes
978
979- Add support for pre-release build
980
981### Patches
982
983- When the git policy fails, rush should return a non-zero error code.
984- Lock version numbers for @types packages
985- Ensure world readiness
986- Update .npmignore
987- Cyclic dependency should not have version bumped when changes are applied.
988
989## 1.5.1
990Tue, 24 Jan 2017 03:26:05 GMT
991
992### Patches
993
994- The 'link' command should display elapsed time when finished executing.
995- Minor fix so "allowedEmailRegExps" works on Mac/Linux
996- Fixed a small bug where "rush publish -a" was not deleting changelog files
997
998## 1.5.0
999Sun, 22 Jan 2017 02:04:57 GMT
1000
1001### Minor changes
1002
1003- Implemented a new rush.json option "gitPolicy" to avoid incorrect commit e-mails
1004
1005### Patches
1006
1007- Update temp_modules when versions are bumped.
1008
1009## 1.4.1
1010Tue, 03 Jan 2017 21:52:49 GMT
1011
1012### Patches
1013
1014- Fixing `rush publish` changelog code to reference projects correctly.
1015- `rush publish` now only updates changelogs for projects that are marked as shouldPublish=true.
1016
1017## 1.4.0
1018Tue, 06 Dec 2016 20:44:26 GMT
1019
1020### Minor changes
1021
1022- Changes for RC0 release.
1023
1024## 1.3.0
1025Sat, 03 Dec 2016 07:47:39 GMT
1026
1027### Minor changes
1028
1029- Adding support for changelog generation to rush publish.
1030- Refactoring "config" into "configuration."
1031
1032### Patches
1033
1034- Converting node and webpack-env typings to use @types, and cleaning them up.
1035- The cache should be cleaned unless we are using the global cache
1036- Fixed a regression where "rush install" would sometimes corrupt the node_modules folder. Also, common/package.json is now sorted deterministically.
1037
1038## 1.2.4
1039
1040### Patches
1041
1042- If the `test`, `clean`, or `build` commands are defined in the package.json, but are empty strings, then do a no-op during the build.
1043
1044## 1.2.3
1045
1046### Patches
1047
1048- Make deletion of node_modules folder more cautious to improve failure rate on automated builds.
1049- Updating Rush generate to more efficiently delete folders.
1050
1051## 1.2.2
1052
1053### Patches
1054
1055- Updating the deps hash dependency, which includes a fix which resolves a bug where changes were not being recalculated when multiple files were changed.
1056
1057## 1.2.1
1058
1059### Patches
1060
1061- Updating the rush `change` with better verification logic.
1062
1063## 1.2.0
1064
1065### Minor changes
1066
1067- Adding the 'build' action, which support incremental build.
1068
1069## 1.1.3
1070
1071### Patches
1072
1073- Partially reverting changes for treating success with warnings differently.
1074- Making Rush install transactional.
1075
1076## 1.1.2
1077
1078### Patches
1079
1080- Fix a bug in rush `change`
1081
1082## 1.1.1
1083
1084### Patches
1085
1086- correcting casing of files and imports
1087
1088## 1.1.0
1089
1090### Minor changes
1091
1092- The "packageReviewFile" feature now supports a setting "ignoredNpmScopes" that can be used e.g. to ignore the "@types" scope
1093
1094### Patches
1095
1096- Fixing Rush to run on UNIX and Linux.
1097
1098## 1.0.10
1099
1100### Breaking changes
1101
1102- Rename `shouldTrackChanges` to `shouldPublish` which indicates whether a package should be included for the `publish` workflow.
1103
1104### Minor changes
1105
1106- Updating `rush install` to be transactional.
1107
1108### Patches
1109
1110- Updating the `publish` workflow.
1111
1112## 1.0.9
1113
1114### Patches
1115
1116- Updating the `publish` workflow.
1117
1118## 1.0.7
1119
1120### Patches
1121
1122- Renaming the `local-npm` directory to `npm-local`.
1123- Include NPM --cache and NPM --tmp options in the rush.json file.
1124- Limit Rush Rebuild parallelism to 'number-of-cores' simultaneous builds, optionally overridable on command line
1125
1126## 1.0.5
1127
1128### Patches
1129
1130- Fixed a bug in Rush Generate which showed: `ERROR: Input file not found: undefined` when packageReviewFile is omitted
1131
1132## 1.0.4
1133
1134### Minor changes
1135
1136- Added optional support for a "packageReviewFile" that helps detect when new NPM package dependencies are introduced
1137
1138### Patches
1139
1140- Replaced JSON.parse() with jju for improved error handling.
1141
1142## 1.0.3
1143
1144### Patches
1145
1146- Fix Mac OS X compatibility issue
1147
1148## 1.0.0
1149
1150*Initial release*
1151
1152
\No newline at end of file