Skip to content

Releases: paleite/eslint-plugin-diff

πŸ› Allow for older versions of ESLint

03 Mar 16:28
Compare
Choose a tag to compare

ESLint can now be v6.7.0 (where ignorePatterns was introduced).

  • Fix peer dependency-version 3f18e17

v1.0.7...v1.0.8

πŸ› Fix swallowing fatal errors

03 Mar 16:27
Compare
Choose a tag to compare

Previously the plugin would erroneously swallow fatal errors, making it look like there was no issue when it in fact was fatal. This caused plugins such as @typescript-eslint not to work.
This change will instead leverage ignorePatterns introduced in ESLint 6.7.0.

v1.0.6...v1.0.7

πŸŽ‰ Add CI support

23 Feb 02:07
Compare
Choose a tag to compare
  • Update README.md 5a55bfe
  • Merge pull request #7 from paleite/feature/add-ci-mode bfb8eb4
  • Update deps e0a8792
  • Escape user input from env f57ec1c
  • Remove unused parameter 3176874
  • Add support for env variable ESLINT_PLUGIN_DIFF_COMMIT acfb083
  • Use reduce to let TypeScript infer types 469cc69
  • Infer diff range for CI-mode 4463cf6
  • Migrate to eslint-config-prettier 8 1445898
  • sort-package-json 982e4c2

v1.0.5...v1.0.6

πŸŽ‰ Add support for Node 10

21 Feb 23:55
Compare
Choose a tag to compare
  • Use node10 base config e43078d
  • Merge pull request #6 from JosephLing/support_for_es2017 7cbb327
  • Separate linting from formatting 5f63e42
  • Fix vulnerability issue 856295d
  • Add .npmrc c90abc4
  • Merge pull request #5 from paleite/dependabot/npm_and_yarn/ini-1.3.8 a754672
  • removed .flat() to support running eslint in older node versions dbae9de
  • Bump ini from 1.3.5 to 1.3.8 24a59cb

v1.0.4...v1.0.5

πŸš€ Performance improvements using cache

23 Oct 06:50
Compare
Choose a tag to compare

Big thanks to @DaVarga for creating the PR which improves performance.
Windows users should get MUCH better results now!

  • Fix tests and refactor 6ef43e7
  • Merge pull request #3 from DaVarga/master f2192de
  • Performance: implement preprocess to skip untouched files 24b5716
  • Performance: implement memoization for git diff 6e4656e

v1.0.3...v1.0.4

πŸ› Fix stdin as input

01 Sep 12:54
Compare
Choose a tag to compare

πŸ› Fix stdin as input

01 Sep 12:28
Compare
Choose a tag to compare
Pre-release

v1.0.2...v1.0.3-0

πŸ› Fix crash for when diffs only contain removals

01 Sep 00:02
Compare
Choose a tag to compare

v1.0.2-1

31 Aug 23:47
Compare
Choose a tag to compare
v1.0.2-1 Pre-release
Pre-release

v1.0.2-0...v1.0.2-1

v1.0.2-0

31 Aug 23:15
Compare
Choose a tag to compare
v1.0.2-0 Pre-release
Pre-release
  • Fix ranges containing only removals 247da93

v1.0.1...v1.0.2-0