Skip to content

Releases: fnichol/finstyle

v1.5.0: Running with RuboCop 0.32.1

29 Jun 20:57
Compare
Choose a tag to compare

Breaking changes

  • Pull request #4: Upgrade to RuboCop 0.32.1 support. (@fnichol)
  • Pull request #3: Upgrade to RuboCop 0.30.1 support. (@fnichol)

Improvements

  • Pull request #2: Ensure the desired target version of RuboCop is gem activated. (@fnichol)

v1.4.0: Running with RuboCop 0.28.0

29 Jun 20:57
Compare
Choose a tag to compare

Breaking changes

  • Upgrade to RuboCop 0.28.0 support. (@fnichol)
  • Removed temporary fixes due to issues in RuboCop 0.27.0 release. (@fnichol)

v1.3.0: Running with RuboCop 0.27.0

06 Nov 21:37
Compare
Choose a tag to compare

Breaking changes

  • Upgrade to RuboCop 0.27.0 support. (@fnichol)

v1.2.0: Running With RuboCop 0.25.0

30 Aug 20:56
Compare
Choose a tag to compare

Breaking changes

  • Upgrade to RuboCop 0.25.0 support. (@fnichol)
  • Drop support for Ruby 1.9.2 as upstream (RuboCop) decided to drop support between 0.24.1 and 0.25.0. (@fnichol)

Improvements

v1.1.0

30 Aug 20:56
Compare
Choose a tag to compare

New features

  • Introduce Finstyle.config to determine the path to YAML config file. (@fnichol)
  • Add finstyle-config which outputs the full path to config YAML. (@fnichol)

Improvements

  • Add more usage documentation for Guard, RuboCop command, etc. (@fnichol)
  • Remove redundant inheritance of enabled/disabled from default.yml. (@fnichol)
  • Add guard-rubocop support to project. (@fnichol)

v1.0.1

21 Jul 17:18
Compare
Choose a tag to compare

Code changes

  • Add source encoding comments to Ruby files for better Ruby 1.9 compat. (@fnichol)
  • Updates to README. (@fnichol)

v1.0.0

21 Jul 17:17
Compare
Choose a tag to compare
  • Initial release