Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 1.01 KB

Change Log - @rushstack/rig-package

This log was last generated on Tue, 06 Oct 2020 00:24:06 GMT and should not be manually modified.

0.2.4

Tue, 06 Oct 2020 00:24:06 GMT

Version update only

0.2.3

Mon, 05 Oct 2020 22:36:57 GMT

Version update only

0.2.2

Mon, 05 Oct 2020 15:10:42 GMT

Patches

  • Fix minor mistake in README.md

0.2.1

Wed, 30 Sep 2020 18:39:17 GMT

Patches

  • Update to build with @rushstack/heft-node-rig

0.2.0

Wed, 30 Sep 2020 06:53:53 GMT

Minor changes

  • Update the rig package guidance to place tool configuration files that would normally be in a "config" folder in a "config" folder inside the rig package as well.
  • Add ILoadForProjectFolderOptions.overrideRigJsonObject
  • Add RigConfig.tryResolveConfigFilePath()
  • Upgrade compiler; the API now requires TypeScript 3.9 or newer

Patches

  • Report an error if the specified "rigProfile" is not defined by the rig package
  • Update README.md

0.1.0

Fri, 25 Sep 2020 08:13:01 GMT

Minor changes

  • Initial release