Skip to content

Releases: hoverinc/hover-javascript

v5.41.0

02 May 00:59
Compare
Choose a tag to compare

5.41.0 (2021-05-02)

Bug Fixes

  • scripts/commit-msg: actually forward arguments to commitlint 😞 (cbae039)

Features

  • scripts/commit-msg: support Husky 6 out of the box (a08cbc1)

v5.40.0

29 Apr 05:13
Compare
Choose a tag to compare

5.40.0 (2021-04-29)

Features

  • config/jest: ignore dist/ directory (22f5713)

v5.39.0

29 Apr 04:58
Compare
Choose a tag to compare

5.39.0 (2021-04-29)

Bug Fixes

  • scripts/ci-after-success: GITHUB_REF doesn't have a leading slash (aa4513a)
  • include TypeScript as a dependency again now that we're bundling ts-jest (2c0fb7a)

Features

  • scripts/ci-after-success: support GitHub actions (a084872)

v5.38.0

19 Apr 23:05
Compare
Choose a tag to compare

5.38.0 (2021-04-19)

Features

  • deps: upgrade @typescript-eslint/* (0ddd283)

v5.37.0

17 Apr 23:46
Compare
Choose a tag to compare

5.37.0 (2021-04-17)

Features

  • deps: bump eslint-plugin-react from 7.23.1 to 7.23.2 (9fcadb3)

v5.36.1

17 Apr 23:41
Compare
Choose a tag to compare

5.36.1 (2021-04-17)

Bug Fixes

  • deps: upgrade @commitlint/* to 12.1.1 (a733c7d), closes #381

v5.36.0

17 Apr 23:28
Compare
Choose a tag to compare

5.36.0 (2021-04-17)

Features

  • config/jest: use ts-jest automatically if tsconfig.json is found (ca32c89)
  • deps: add ts-jest as a dependency (cceffee)
  • deps: add tslib as a dependency (bd06190)

v5.35.0

31 Mar 22:57
Compare
Choose a tag to compare

5.35.0 (2021-03-31)

Features

  • config/eslint: group test alias imports (c81aa68)

v5.34.0

31 Mar 22:43
Compare
Choose a tag to compare

5.34.0 (2021-03-31)

Features

  • config/eslint: allow devDependencies to be imported in test/ (3be5781)

v5.33.0

20 Mar 11:16
Compare
Choose a tag to compare

5.33.0 (2021-03-20)

Features

  • config/lintstaged: split lint + test tasks up in order to leverage parallelization (c2d12df)