Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

49 lines (27 loc) · 1.79 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2020-06-08)

⚠ BREAKING CHANGES

  • in order to disable automatic inclusion of @types packages, compilerOptions.types is set for all project kinds. in the case of browser-module, browser-executable, webworker-module and agnostic-module, it was previously unset and now it is set to []. In order to include an @types package, compilerOptions.types must override the value set by the project kind. Extending from any of the nodejs kinds, the override should also include "node". For example, to include the @types/webpack-dev-server package, the value of your compilerOptions.types should be ["node", "webpack-dev-server"].

Features

  • compilerOptions.types is set for all kinds (023cf78)

Bug Fixes

  • skip tagging in npm release script (8a5c0f2)

4.0.2 (2019-11-22)

4.0.1 (2019-10-01)

Bug Fixes

  • include _private base configs in package (05dafd7)

4.0.0 (2019-09-30)

⚠ BREAKING CHANGES

  • Complete rewrite.

Co-authored-by: Cleaver Barnes [email protected]

Features