Skip to content

Latest commit

 

History

History
124 lines (58 loc) · 6.06 KB

CHANGELOG.md

File metadata and controls

124 lines (58 loc) · 6.06 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.1 (2022-08-16)

Bug Fixes

1.8.0 (2022-08-11)

Features

  • add eslintPath option to customize eslint instance (128fc9a), closes #23
  • add lintOnStart option (851be59)

Bug Fixes

1.7.0 (2022-07-19)

Features

1.6.1 (2022-05-19)

Bug Fixes

  • add @types/eslint dependency to resolve property type incompleteness (b73285f), closes #31
  • make sure to export eslint parameter types (7d7d3b8)

1.6.0 (2022-04-25)

Features

  • add emitError replace throwOnError (063109e)
  • add emitWarning replace throwOnWarning (2f1b643)
  • add failOnError, if there are any errors to make module build fails (cc72a01), closes #24
  • add failOnWarning, if there are any warnings when the module build fails (f2e800f)

Bug Fixes

  • when cache is true, some file change will not trigger cache file update (f196bab)

1.5.2 (2022-04-21)

Bug Fixes

  • install eslint8 warning (1c9ced4)

1.5.1 (2022-04-20)

Bug Fixes

  • set include default value to /\.(jsx?|tsx?|vue|svelte)$/ (6d09b28)

1.5.0 (2022-04-20)

Features

  • can pass eslint options (e19147a)
  • set default options cache: false, include: src/**/*, exclude: /node_modules/ (99fa887)

1.4.0 (2022-04-11)

Features

1.3.0 (2021-06-26)

Features

  • add throwOnWarning and throwOnError config options (0dc6386), closes #6

1.2.0 (2021-06-22)

Features

  • add cacheLocation settings, remove .eslintcache file (0df9bd8)

1.1.3 (2021-06-17)

Bug Fixes

  • fix png file emit error (fa105d6)

1.1.2 (2021-06-10)

Bug Fixes

  • set the default value of include with src/**/* to prevent errors during build (babe97e), closes #3

1.1.1 (2021-05-27)

1.1.0 (2021-02-22)

Features

  • add fix prop, auto fix source code (b97c77f)
  • support eslint cache (33c451c)

1.0.5 (2021-02-19)

1.0.4 (2021-02-19)