Skip to content

Releases: hoverinc/hover-javascript

v5.6.0

08 Feb 19:24
Compare
Choose a tag to compare

5.6.0 (2021-02-08)

Features

  • deps: bump node-notifier from 8.0.0 to 8.0.1 (2f584da)

v5.5.0

08 Feb 19:21
Compare
Choose a tag to compare

5.5.0 (2021-02-08)

Features

  • deps: bump eslint-plugin-react from 7.21.3 to 7.22.0 (15d0077)

v5.4.0

08 Feb 19:17
Compare
Choose a tag to compare

5.4.0 (2021-02-08)

Features

  • deps: bump husky from 4.3.0 to 4.3.8 (6103fa5)

v5.3.1

08 Feb 19:12
Compare
Choose a tag to compare

5.3.1 (2021-02-08)

Bug Fixes

  • deps: remove a couple unnused lodash dependencies (b7c5bf4)

v5.3.0

08 Feb 18:25
Compare
Choose a tag to compare

5.3.0 (2021-02-08)

Features

  • deps: bump @typescript-eslint/parser from 4.14.0 to 4.14.2 (dda542f)

v5.2.0

06 Feb 04:14
7bf8c9e
Compare
Choose a tag to compare

5.2.0 (2021-02-06)

Features

  • deps: bump @types/jest from 26.0.14 to 26.0.20 (59a9f3b)
  • deps: bump @typescript-eslint/parser from 4.4.0 to 4.14.0 (bba0224)
  • deps: bump eslint from 7.11.0 to 7.19.0 (e9ef411)

v5.1.0

06 Feb 02:27
Compare
Choose a tag to compare

5.1.0 (2021-02-06)

Features

  • deps: bump ini from 1.3.5 to 1.3.8 (cf088f6)

v5.0.0

20 Jan 01:50
0192dc9
Compare
Choose a tag to compare

5.0.0 (2021-01-20)

Bug Fixes

  • fix eslint config entrypoint one more time (relative paths, derp) (4beb297)
  • forward exports correctly from eslint entry point (eb879b6)
  • update package files field to expose eslint as directory (5a94746)
  • api: update api entry points to expose commit module (5e7f024)
  • config/jest: use js-with-ts preset from ts-jest (ef6d21d)
  • ensure tsconfig.json is copied in build (9ff287a)

Features

  • config/eslintrc: separate import ordering rules into a strict preset (4014721)
  • 🔪 remove build script and related configuration (7e146c4)

BREAKING CHANGES

  • This removes the hover-scripts build script, the exported
    Babel configuration, and the exported Rollup configuration. It also removes the
    built-in Babel integration in the Jest configuation.

v5.0.0-beta.9

15 Jan 06:01
260f83c
Compare
Choose a tag to compare
v5.0.0-beta.9 Pre-release
Pre-release

5.0.0-beta.9 (2021-01-15)

Bug Fixes

  • fix eslint config entrypoint one more time (relative paths, derp) (260f83c)

v5.0.0-beta.8

16 Dec 23:41
f60b3e3
Compare
Choose a tag to compare
v5.0.0-beta.8 Pre-release
Pre-release

5.0.0-beta.8 (2020-12-16)

Bug Fixes

  • forward exports correctly from eslint entry point (f60b3e3)