Skip to content

Latest commit

 

History

History
183 lines (87 loc) · 8.93 KB

File metadata and controls

183 lines (87 loc) · 8.93 KB

Changelog

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

5.0.0 (2021-12-12)

⚠ BREAKING CHANGES

  • Update dependencies
    • eslint-config-airbnb
      • v18.2.1 to v19.0.2
    • @typescript-eslint
      • v4.7.0 to v5.6.0
    • eslint(peerDependencies)
      • "^5.16.0 || ^6.8.0 || ^7.2.0" to "^7.32.0 || ^8.2.0"

Features

  • deps: upgrade eslint-config-airbnb and [@typescript-eslint](https://github.com/typescript-eslint) (#98) (43729d8)

4.2.0 (2021-03-16)

Features

Bug Fixes

4.1.0 (2020-11-21)

⚠ BREAKING CHANGES

  • Update dependencies

Features

  • Update dependencies to work with TypeScript v4 (#67) (116e92b)

Bug Fixes

4.0.0 (2020-11-14)

⚠ BREAKING CHANGES

  • Update dependencies
    • @typescript-eslint/eslint-plugin: ^3.3.0 to ^4.7.0
    • @typescript-eslint/parser: ^3.3.0 to ^4.7.0
    • eslint-config-airbnb: ^18.2.0 to ^18.2.1
    • eslint-config-prettier: ^6.11.0 to ^6.15.0
    • eslint-plugin-import: ^2.21.2 to ^2.22.1
    • eslint-plugin-jsx-a11y: ^6.3.1 to ^6.4.1
    • eslint-plugin-react: ^7.20.0 to ^7.21.5
    • eslint-plugin-react-hooks: ^4.0.4 to ^4.2.0

Features

  • Update dependencies and Support TypeScript v4 (#67) (116e92b)

3.1.0 (2020-06-22)

Features

  • Update eslint-config-airbnb to v18.2.0 and Support ESLint v7 (#51) (9b1133c)
  • Update eslint-config-prettier and eslint-plugin-prettier (#52) (c9c720c)

3.0.0 (2020-06-22)

⚠ BREAKING CHANGES

  • enable new rules in typescript-eslint/recommended

Features

2.2.0 (2020-06-21)

Features

2.1.1 (2020-03-27)

Bug Fixes

  • move Prettier from deps to devDeps (#38) (680dfbd)
  • deps: update dependency eslint-plugin-react-hooks to v3 (#36) (0499e56)

2.1.0 (2020-03-24)

Features

  • Support eslint-config-airbnb@18.1.0 (#34) (866c829)

2.0.0 (2020-03-24)

⚠ BREAKING CHANGES

  • enables airbnb/hooks

Features

1.4.2 (2019-12-19)

Bug Fixes

  • import/extensions error for ts and tsx (#26) (8999650)

1.4.1 (2019-11-21)

1.4.0 (2019-09-12)

Features

1.3.0 (2019-08-29)

Features

1.2.1 (2019-06-28)

Tests

  • add .eslintrc.js and sample code (4de54e3)
  • deps: add deps and test scripts (b47d78e)
  • deps: install react (437efd5)
  • add config for circleci (0b0892d)
  • add tsconfig.json (2285361)

1.2.0 (2019-06-17)

Bug Fixes

  • remove unnecessary config (4a4931e)

Features

1.1.0 (2019-06-16)

Features

  • add eslint config airbnb, typescript, prettier (d1785a0)