Skip to content

Releases: hoverinc/hover-javascript

v4.0.0

27 Mar 23:19
8acc394
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

4.0.0 (2020-03-27)

Bug Fixes

  • use upstream instead of shared Prettier configuration for this repo (47d2dad)

Features

  • enable recommended type-aware rules from typescript-eslint (8acc394)
  • upgrade eslint-config-airbnb-typescript to 7.2.0 (8a112d7)

BREAKING CHANGES

  • this enables new ESLint rules that may cause linting done with hover-scripts lint to start to fail
  • linting TypeScript files now requires parserOptions.project to be specified in your ESLint configuration. If your tsconfig.json is at your project root, chances are you'll be fine with no changes as this project attempts to configure ESLint for that scenario. However, if you have your tsconfig.json elsewhere or have some other custom setup you will likely need to specify parserOptions.project in your .eslintrc.json to point at your tsconfig.json

v3.0.0

27 Mar 23:14
262c701
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

3.0.0 (2020-03-27)

Bug Fixes

  • use upstream instead of shared Prettier configuration for this repo (e90cf35)

Features

BREAKING CHANGES

  • .opt-* won't be supported anymore, so formatting will always happen on pre-commit
  • Default Node compilation target is now 10.13+
  • Updates to latest version of lint-staged which may break you if you're using a custom config for it and have git add

v2.14.1

13 Mar 20:15
Compare
Choose a tag to compare

2.14.1 (2020-03-13)

Bug Fixes

  • scripts/lint: don't filter out TS files from ESLint CLI args (0aae603)

v2.14.0

10 Mar 18:30
Compare
Choose a tag to compare

2.14.0 (2020-03-10)

Features

  • config/tsconfig: disable noUnusedLocals (d7b9b37)

v2.13.1

05 Mar 01:11
e0bb531
Compare
Choose a tag to compare

2.13.1 (2020-03-05)

Bug Fixes

  • config/tsconfig: fix 'link' tsconfig at publish root (e0bb531)
  • config/tsconfig: remove relative paths in tsconfig (7c10ba9)

v2.13.0

04 Mar 23:34
067521f
Compare
Choose a tag to compare

2.13.0 (2020-03-04)

Features

  • config/tsconfig: add 'rootDir' (067521f)

v2.12.0

04 Mar 23:20
Compare
Choose a tag to compare

2.12.0 (2020-03-04)

Features

  • config/tsconfig: add common TypeScript configuration (c6e2b91)

v2.11.0

27 Feb 22:28
f0c83e9
Compare
Choose a tag to compare

2.11.0 (2020-02-27)

Features

  • deps: upgrade Jest to 25.1 (f0c83e9)

v2.10.0

27 Feb 21:08
95f259c
Compare
Choose a tag to compare

2.10.0 (2020-02-27)

Features

  • scripts/format: include MDX files by default (95f259c)

v2.9.0

15 Feb 09:55
77c8494
Compare
Choose a tag to compare

2.9.0 (2020-02-15)

Features