Skip to content

Releases: bradennapier/eslint-plus-action

v3.4.2

12 Aug 13:58
Compare
Choose a tag to compare

3.4.2 (2020-08-12)

Bug Fixes

v3.4.2-beta.1

12 Aug 13:43
Compare
Choose a tag to compare
v3.4.2-beta.1 Pre-release
Pre-release

3.4.2-beta.1 (2020-08-12)

Bug Fixes

v3.4.1

12 Aug 13:11
Compare
Choose a tag to compare

3.4.1 (2020-08-12)

Bug Fixes

  • remove changelog (2e15e6a)
  • rulesSummaries serialization fix (2793acf)

v3.4.1-beta.2

12 Aug 13:06
Compare
Choose a tag to compare
v3.4.1-beta.2 Pre-release
Pre-release

3.4.1-beta.2 (2020-08-12)

Bug Fixes

  • rulesSummaries serialization fix (2793acf)

v3

20 Nov 21:05
Compare
Choose a tag to compare

Features

  • 🎉 Enable forked PR support through scheduled actions! See the readme for more details 🎉
  • Issue Summary now defaults to editing the same comment in place when new runs occur. If you prefer the delete and re-create behavior you can set the issueSummaryMethod property in configuration to refresh.
  • adding the GITHUB_TOKEN is now done by default and is not required in the configuration

Configuration Properties

  • issueSummaryMethod

Bug Fixes

v3.4.1-beta.1

14 Jul 10:24
Compare
Choose a tag to compare
v3.4.1-beta.1 Pre-release
Pre-release

3.4.1-beta.1 (2020-07-14)

Bug Fixes

v3.4.0

14 Jul 10:10
Compare
Choose a tag to compare

3.4.0 (2020-07-14)

Features

  • update package.json version on release (bbfe8f1)

v3.1.0

14 Jul 07:10
187335e
Compare
Choose a tag to compare

Features

  • issueSummaryOnlyOnEvent will now scan and remove issues if there are no issues on the latest commit. This means that if an issue comment exists there are issues and once it is gone the PR is good to go.

Configuration Properties

Bug Fixes

  • issueSummaryOnlyOnEvent was not listed in the action.yml
  • When using reportWarningsAsErrors, properly list as failures in the issue summary comment
  • Fixes a case where issue summaries can be duplicated if there are multiple updates caused in quick succession.
  • Fixes an issue where manually deleting the issue summary would cause errors moving forward

v2

28 Jun 05:38
Compare
Choose a tag to compare

Features

Configuration Properties

See README for more details on the following properties

  • reportIgnoredFiles
  • reportSuggestions
  • issueSummaryType
  • reportIgnoredFiles
  • reportWarningsAsErrors
  • issueSummaryOnlyOnEvent

Bug Fixes

  • Fix for not properly using the eslintignore file when checking the changed files
  • General code cleanup and optimizations
  • General build / run optimizations

v1

19 Jun 13:31
Compare
Choose a tag to compare

Initial Release