Skip to content

Latest commit

 

History

History
117 lines (65 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

117 lines (65 loc) · 5.13 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2019-10-10)

Bug Fixes

  • eslint-config: Update typescript-eslint packages to ^2.2.0 (bda6c5f)

BREAKING CHANGES

  • eslint-config: Major version bump

2.1.0 (2019-10-10)

Features

  • use package attributes to determine lint preset (f6151ed), closes #56

2.0.1 (2019-09-27)

Bug Fixes

  • eslint-config-typescript: add no-useless-constructor override (72c6651)

2.0.0 (2019-09-23)

Features

  • eslint-config-base: Add rule for disallowing useless constructors (beab7ec)
  • web-scripts: add format script; use implicit prettier config (e7a15b1)
  • web-scripts: use Jest config in project (a6284a6), closes #39
  • web-scripts: use project ESLint configs (233ed23), closes #39

BREAKING CHANGES

  • web-scripts: users who have Jest configs but do not pass them will begin having that config applied.
  • web-scripts: projects which have ESLint files but do not pass them to web-scripts will start having them automatically applied
  • eslint-config-base: Adding a lint rule which doesn't have a fix, which means that upgrading could break builds due to the new rule.

1.4.0 (2019-09-20)

Features

  • eslint-config: add prettier/react (bfea01a)

1.3.0 (2019-08-30)

Features

  • web-scripts: add checkstyle to lint (0822ae2)

1.2.1 (2019-08-30)

Bug Fixes

  • web-scripts: ignore TypeScript declaration files from coverage (8bcfc7f), closes #45

1.2.0 (2019-07-29)

Features

  • eslint-config: initialize library; use in web-scripts (d209a3f), closes #40

1.1.4 (2019-07-17)

Bug Fixes

  • Add repostiory field to package.json files (fccd2db)
  • deps: fix vulnerabilities (25c7b81)
  • web-scripts: allow all test options to be configured (5750c57), closes #19

1.1.3 (2019-07-02)

Bug Fixes

  • create-web-scripts-library: move web-scripts to devDependency (868354d)

1.1.2 (2019-07-01)

Bug Fixes

  • create-web-scripts-library: add prepublish to release (0323798)

1.1.1 (2019-07-01)

Bug Fixes

  • create-web-scripts-library: make sure that log output is shown (9bff988)

1.1.0 (2019-07-01)

Bug Fixes

  • support ESLint 6 in our configs (59341e3)
  • Updates engines field to node >=10 (b3b4f58)

Features

  • create-web-scripts-library: implement cli and script (ce381f3)

1.0.2 (2019-06-26)

Bug Fixes

  • update dependencies for peerDependency warnings (eceff7c)

1.0.1 (2019-06-24)

Bug Fixes

  • web-scripts: drop the fix command (eb0d61d)