Skip to content

v5.0.0

Compare
Choose a tag to compare
@jrolfs jrolfs released this 20 Jan 01:50
· 514 commits to main since this release
0192dc9

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.