Skip to content

Releases: paleite/eslint-plugin-diff

πŸŽ‰ Improve reliability for "diff/staged"

25 Aug 12:01
Compare
Choose a tag to compare

Now adds an extra check to ensure files don't have unstaged changes, which could potentially lead to false positives.

v1.0.12-2...v1.0.12

v1.0.12-2

24 Aug 14:58
Compare
Choose a tag to compare
v1.0.12-2 Pre-release
Pre-release
  • Update devDependencies 80aba14
  • Add types to package.json dc0d514
  • Use eslint-files to make lint-staged.config.js smaller 3300e2e
  • Format d271a75
  • Update deps f439f71
  • Merge pull request #11 from paleite/dependabot/npm_and_yarn/browserslist-4.16.6 7648d6d
  • Merge pull request #12 from paleite/dependabot/npm_and_yarn/ws-7.4.6 a65e686
  • Bump ws from 7.4.3 to 7.4.6 1df894a
  • Bump browserslist from 4.16.3 to 4.16.6 190f9d3
  • Formatting c180923

v1.0.12-1...v1.0.12-2

v1.0.12-1

19 Apr 21:51
Compare
Choose a tag to compare
v1.0.12-1 Pre-release
Pre-release
  • Remove type predicate 158af97
  • Make ESLint report fatal error for files with dirty index 7cd18c3

v1.0.12-0...v1.0.12-1

πŸš€ Performance improvements to RegEx

18 Apr 10:28
Compare
Choose a tag to compare

v1.0.11...v1.0.12-0

πŸ› Fix handling of relative paths

08 Apr 20:34
Compare
Choose a tag to compare

Previously, when run from a different directory than the root, files could be omitted. This patch addresses this issue.

v1.0.11-0

08 Apr 12:36
Compare
Choose a tag to compare
v1.0.11-0 Pre-release
Pre-release
  • Fix errors omitted when in subdirectory 9f470e7

v1.0.10...v1.0.11-0

πŸš€ Improve handling of unchanged files

08 Apr 11:31
Compare
Choose a tag to compare

Previously, unchanged files were added to ESLint's ignore-list, which worked fine until all files were ignored, which would cause ESLint to throw a warning.
This is now removed and instead, the unchanged files are excluded from being linted using ESLint's preprocessor.
The removal of ignorePatterns also opens up the possibility of using this plugin with older versions of ESLint in future releases.

πŸ› Fix bug which would throw warnings if no changed files could be found

07 Apr 15:46
Compare
Choose a tag to compare
  • Use preprocess as a replacement for getIgnorePatterns 14d57b0
  • Improve how we handle RegExps in TypeScript f98eecf
  • Change jest-thresholds 2d6dd49
  • Remove getIgnorePatterns e963ba2

v1.0.9...v1.0.10-0

πŸ› Fix bug which would prevent files from being included

06 Apr 21:01
Compare
Choose a tag to compare

v1.0.9-0

06 Apr 20:54
Compare
Choose a tag to compare
v1.0.9-0 Pre-release
Pre-release
  • Add MD-files to package.json 92bc040
  • Fix check for 'fatal' ff8bb3c
  • Merge pull request #9 from paleite/add-code-of-conduct-1 43ea0b9
  • Update issue templates 39177db
  • Create CODE_OF_CONDUCT.md acee27e
  • Create SECURITY.md 678fe23

v1.0.8...v1.0.9-0