Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

65 lines (37 loc) · 3.91 KB

Changelog

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

2.0.9 (2023-01-25)

2.0.8 (2021-06-13)

Bug Fixes

2.0.7 (2021-06-13)

Bug Fixes

  • update for newer rules (b0977b7)
  • typescript: change options for TS rule no-unused-vars (db66156)

2.0.6 (2020-08-26)

2.0.5 (2020-08-22)

Bug Fixes

  • typescript: update typescript rules for [@typescript-eslint](https://github.com/typescript-eslint) (203b626)

2.0.4 (2020-08-18)

2.0.3 (2020-08-18)

2.0.2 (2020-08-18)

2.0.1 (2020-08-18)

2.0.0 (2020-08-18)

⚠ BREAKING CHANGES

  • The typescript and import configs now have to be imported separately from the main config.

  • separate typescript and import from main file (a8177a4)

1.0.2 (2020-06-11)

Bug Fixes

  • standard-version: add standard-version config to package.json (82d7851)

1.0.1 (2020-06-11)

Bug Fixes

  • npm: add .npmrc for private GitHub Packages registry (8e64dc8)
  • npm: change package name (5086386)
  • npm: change package name to GitHub owner name (2e0f8c6)
  • npm: remove private field in package.json (9cfbfbd)
  • npm: update package.json (d940e3a)
  • npm: update package scripts (0958946)
  • npm: update repository url (6492f7d)
  • npm): revert 'fix(npm: change package name' (290973c)
  • types: remove output types (39ad117)
  • typescript: fix deprecated option in no-unnecessary-condition (5a21033)