Skip to content

Releases: hoverinc/hover-javascript

v4.2.0

29 May 22:22
e77a747
Compare
Choose a tag to compare
v4.2.0 Pre-release
Pre-release

4.2.0 (2020-05-29)

Features

  • config/eslintrc: allow devDependencies in the 'e2e' directory (d411490)
  • config/jest: include tests in the e2e directory (b3bcc7d)

v4.1.0

29 May 21:11
41f0e9a
Compare
Choose a tag to compare
v4.1.0 Pre-release
Pre-release

4.1.0 (2020-05-29)

Features

  • deps: upgrade Prettier to 2.0.5 (e5a7dc4)

v2.16.0

29 May 22:20
Compare
Choose a tag to compare

2.16.0 (2020-05-29)

Features

  • config/eslintrc: allow devDependencies in the 'e2e' directory (d411490)
  • config/jest: include tests in the e2e directory (b3bcc7d)

v2.15.0

23 Apr 19:46
Compare
Choose a tag to compare

2.15.0 (2020-04-23)

Features

  • deps: upgrade Prettier to 2.0.5 (e5a7dc4)

v4.0.2

29 Mar 00:28
95af584
Compare
Choose a tag to compare
v4.0.2 Pre-release
Pre-release

4.0.2 (2020-03-29)

Bug Fixes

  • don't attempt to run validate from precommit unless it exists (95af584)

v4.0.1

28 Mar 01:27
80c1545
Compare
Choose a tag to compare
v4.0.1 Pre-release
Pre-release

4.0.1 (2020-03-28)

Bug Fixes

  • don't attempt to run validate scripts if there are none to be run (80c1545)
  • use dependencies compatible with eslint-config-airbnb (09cc0e4)

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)