Releases: hoverinc/hover-javascript
Releases · hoverinc/hover-javascript
v5.6.0
v5.5.0
v5.4.0
v5.3.1
v5.3.0
v5.2.0
v5.1.0
v5.0.0
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 exposeeslint
as directory (5a94746) - api: update
api
entry points to exposecommit
module (5e7f024) - config/jest: use
js-with-ts
preset fromts-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
5.0.0-beta.9 (2021-01-15)
Bug Fixes
- fix eslint config entrypoint one more time (relative paths, derp) (260f83c)