Skip to content

Releases: hoverinc/hover-javascript

v5.0.0-beta.7

01 Dec 20:30
b81c0cf
Compare
Choose a tag to compare
v5.0.0-beta.7 Pre-release
Pre-release

5.0.0-beta.7 (2020-12-01)

Bug Fixes

  • update package files field to expose eslint as directory (b81c0cf)

v5.0.0-beta.6

25 Nov 20:16
2b0c174
Compare
Choose a tag to compare
v5.0.0-beta.6 Pre-release
Pre-release

5.0.0-beta.6 (2020-11-25)

Features

  • config/eslintrc: separate import ordering rules into a strict preset (2b0c174)

v4.40.0

24 Oct 22:50
Compare
Choose a tag to compare

4.40.0 (2020-10-24)

Bug Fixes

  • scripts/ci-after-success: fix quoting in semantic-release command (8ad93c8)

Features

  • deps: bump @babel/plugin-transform-runtime from 7.11.0 to 7.12.1 (2cc0b68)
  • deps: bump jest-watch-typeahead from 0.6.0 to 0.6.1 (b5bcc8f)

v4.39.0

24 Oct 21:53
Compare
Choose a tag to compare

4.39.0 (2020-10-24)

Features

  • config/release: add Semantic Release configuration (3b9ea7d)
  • scripts/ci-after-success: switch to/enable main as primary branch (2303a33)
  • scripts/ci-after-success: use internal release configuration by default (80baad6)

v5.0.0-beta.5

24 Oct 19:28
14c4a39
Compare
Choose a tag to compare
v5.0.0-beta.5 Pre-release
Pre-release

5.0.0-beta.5 (2020-10-24)

Features

  • config/eslintrc: allow devDependencies in all *.config.{js,ts} files (62a5fc4)
  • deps: bump @typescript-eslint/parser from 4.3.0 to 4.4.0 (c00842d)
  • deps: bump eslint from 7.10.0 to 7.11.0 (20fb75f)

v4.38.0

23 Oct 22:06
Compare
Choose a tag to compare

4.38.0 (2020-10-23)

Features

  • config/eslintrc: allow devDependencies in all *.config.{js,ts} files (62a5fc4)

v5.0.0-beta.4

12 Oct 20:13
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

5.0.0-beta.4 (2020-10-12)

Bug Fixes

  • api: update api entry points to expose commit module (06e9006)

v5.0.0-beta.3

12 Oct 19:00
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

5.0.0-beta.3 (2020-10-12)

Bug Fixes

  • config/jest: use js-with-ts preset from ts-jest (c26cbd3)
  • ensure tsconfig.json is copied in build (d85a528)

v5.0.0-beta.2

12 Oct 16:32
8d4939b
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2020-10-12)

Bug Fixes

  • config/commitlint: remove 'build' scope (8952227)
  • config/commitlint: remove 'build' scope (697a4c2)

Features

  • api: add commit API module with commitlint scope helper (dd996e8)
  • api: add commit API module with commitlint scope helper (8515444)
  • api/commit: add ls.dirs scope enumeration helper (a908331)
  • api/commit: add ls.dirs scope enumeration helper (8b0816b)
  • api/commit: expose scopes module with some common scope lists (a76c5ee)
  • api/commit: expose scopes module with some common scope lists (c34b10a)
  • config/commitlint: add deps-dev , format , and lint as scopes (intended for build()) (acefd0d)
  • config/commitlint: add deps-dev , format , and lint as scopes (intended for build()) (193915c)
  • config/eslintrc: enable import/order and sort-imports rule (be88ce0)
  • config/lintstagedrc: update max DocToc depth to 4 (bf1b44b)
  • deps: bump @commitlint/config-conventional from 9.1.2 to 11.0.0 (e62088d)
  • deps: bump yargs-parser from 18.1.3 to 20.2.1 (7f6eca6)

BREAKING CHANGES

  • config/eslintrc: sets import/order (with alphabetize set to asc) and
    sort-imports rules to error

v4.37.0

12 Oct 19:05
Compare
Choose a tag to compare

4.37.0 (2020-10-12)

Features

  • deps: bump @typescript-eslint/parser from 4.3.0 to 4.4.0 (c00842d)