Skip to content

Latest commit

 

History

History
117 lines (66 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

117 lines (66 loc) · 4.8 KB

9.1.0 (2024-05-10)

Features

  • update vjs eslint to v6.1.0 and audit fix (#70) (d7e6fbd)

Chores

9.0.1 (2021-06-17)

Bug Fixes

  • cli not working as intended due to commander update (ed0423c)

9.0.0 (2021-05-28)

Bug Fixes

  • do not use local .eslintrc files (#45) (6f26450)

Chores

BREAKING CHANGES

  • local eslintrc files are no longer supported.
  • minimum supported node version is now 14

8.0.6 (2020-09-30)

Bug Fixes

  • always remove cache using root directory (#65) (5dce8e3)

8.0.5 (2020-09-30)

Bug Fixes

  • remove .eslintcache in root project directory on install (#64) (715634e)

8.0.4 (2019-08-28)

Chores

  • package: update dependencies to address npm audit (#58) (0462bb4)

8.0.3 (2019-04-11)

Features

Bug Fixes

Chores

  • package: update deps (#52) (516279f)
  • package: update eslint-plugin-jsdoc to version 4.8.3 (#51) (b4b5c01)
  • package: update lint-staged to version 8.0.4 (#44) (7e682fa)
  • package: update lockfile package-lock.json (#47) (8c16946)
  • package: use @videojs/generator-helpers (0cc81a5)

8.0.2 (2018-09-26)

Bug Fixes

  • Properly allow .eslintrc overrides and restore support for ES6 globals by default. (#40) (560bcdb)

Documentation

  • Remove "Lead Maintainer" from README.md (e9d6887)

8.0.1 (2018-09-21)

Bug Fixes

  • update eslint-config-videojs (587da85)

8.0.0 (2018-09-21)

Features

  • package: update eslint-config-videojs to version 5.0.0 🚀 (#38) (5ee86a2)

BREAKING CHANGES

  • package: update to a major version of the config.

7.1.0 (2018-09-07)

Features

  • add a jsdoc option so that projects can ignore jsdoc rules (#36) (9630cdc)

Chores