Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Releases: tomoya/rubocop-auto-correct

v1.5.1

01 Sep 02:40
23c91f2
Compare
Choose a tag to compare

Features:

v1.5.0

17 Aug 07:41
a61f7d9
Compare
Choose a tag to compare

Features:

  • Improve notifications (#35)
    • Add onlyFixesNotification option to config
    • Show only notification for fixing if onlyFixesNotification option was enabled

v1.4.1

17 Aug 06:14
edef064
Compare
Choose a tag to compare

Features:

  • Move config to package.json (#34)

v1.4.0

16 Aug 23:55
c2633e0
Compare
Choose a tag to compare

Features:

  • Improve notifications (#31)
  • Search .rubocop.yml from home directory
    • If you have project config, it will be used preferentially.

v1.3.0

16 Aug 23:55
f661478
Compare
Choose a tag to compare

Features:

  • Search .rubocop.yml on project root automatically. (#30)

v1.2.0

19 Jan 20:24
Compare
Choose a tag to compare

Features:

  • Improve Rubocop Command Path option
    • Allow the command configure for Rubocop to have arguments.
    • Thanks @amuino #21

v1.1.0

27 Dec 16:54
Compare
Choose a tag to compare

Features:

  • Add new option Debug Mode
    • Print log on console when debug-mode option was enabled

v1.0.1

27 Dec 16:53
Compare
Choose a tag to compare
  • Modify texts

v1.0.0

29 Jun 21:31
Compare
Choose a tag to compare
  • Rubocop Auto Correct 1.0 has been released.

v0.9.0

27 Jun 18:55
Compare
Choose a tag to compare

Features:

  • Can correct file directly
    • Add correct file config