fnichol/finstyle

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
## 1.5.0 / 2015-06-29

### 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][])


## 1.4.0 / 2014-12-15

### Breaking changes

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


## 1.3.0 / 2014-11-06

### Breaking changes

* Upgrade to RuboCop 0.27.0 support. ([@fnichol][])


## 1.2.0 / 2014-08-30

### 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

* Pull request [#1][]: Readme typo fix. ([@cwjohnston][])


## 1.1.0 / 2014-07-22

### 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][])


## 1.0.1 / 2014-07-21

### Code changes

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


## 1.0.0 / 2014-07-21

The initial release.

<!--- The following link definition list is generated by PimpMyChangelog --->
[#1]: https://github.com/fnichol/finstyle/issues/1
[#2]: https://github.com/fnichol/finstyle/issues/2
[#3]: https://github.com/fnichol/finstyle/issues/3
[#4]: https://github.com/fnichol/finstyle/issues/4
[@cwjohnston]: https://github.com/cwjohnston
[@fnichol]: https://github.com/fnichol