Releases: fnichol/finstyle
Releases · fnichol/finstyle
v1.5.0: Running with RuboCop 0.32.1
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
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
Breaking changes
- Upgrade to RuboCop 0.27.0 support. (@fnichol)
v1.2.0: Running With RuboCop 0.25.0
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
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
Code changes
- Add source encoding comments to Ruby files for better Ruby 1.9 compat. (@fnichol)
- Updates to README. (@fnichol)