CHANGELOG.md in rubocop-rspec-1.4.1 vs CHANGELOG.md in rubocop-rspec-1.5.0

- old
+ new

@@ -1,16 +1,29 @@ # Change log ## master (unreleased) -## 1.4.1 (03/04/2016) +## 1.5.0 (2016-05-17) +* Expand `VerifiedDoubles` cop to check for `spy` as well as `double`. ([@andyw8][]) +* Enable `VerifiedDoubles` cop by default. ([@andyw8][]) +* Add `IgnoreSymbolicNames` option for `VerifiedDoubles` cop. ([@andyw8][]) +* Add `RSpec::ExampleLength` cop. ([@andyw8][]) +* Handle alphanumeric class names in `FilePath` cop. ([@andyw8][]) +* Skip `DescribeClass` cop for view specs. ([@andyw8][]) +* Skip `FilePath` cop for Rails routing specs. ([@andyw8][]) +* Add cop to check for focused specs. ([@renanborgescampos][], [@jaredmoody][]) +* Clean-up `RSpec::NotToNot` to use same configuration semantics as other Rubocop cops, add autocorrect support for `RSpec::NotToNot`. ([@baberthal][]) +* Update to rubocop 0.40.0. ([@nijikon][]) + +## 1.4.1 (2016-04-03) + * Ignore routing specs for DescribeClass cop. ([@nijikon][]) * Move rubocop dependency to runtime. ([@nijikon][]) * Update to rubocop 0.39.0. ([@nijikon][]) -## 1.4.0 (15/02/2016) +## 1.4.0 (2016-02-15) * Update to rubocop 0.37.2. ([@nijikon][]) * Update ruby versions we test against. ([@nijikon][]) * Add `RSpec::NotToNot` cop. ([@miguelfteixeira][]) * Add `Rspec/AnyInstance` cop. ([@mlarraz][]) @@ -71,15 +84,18 @@ * Add `RSpecDescribedClass` to promote the use of `described_class`. ([@geniou][]) * Add `RSpecInstanceVariable` cop to check for the usage of instance variables. ([@geniou][]) <!-- Contributors --> -[@andyw8]: https://github.com/andyw8i +[@andyw8]: https://github.com/andyw8 [@bquorning]: https://github.com/bquorning [@deivid-rodriguez]: https://github.com/deivid-rodriguez [@geniou]: https://github.com/geniou [@jawshooah]: https://github.com/jawshooah [@nevir]: https://github.com/nevir [@nijikon]: https://github.com/nijikon [@pstengel]: https://github.com/pstengel [@miguelfteixeira]: https://github.com/miguelfteixeira [@mlarraz]: https://github.com/mlarraz +[@renanborgescampos]: https://github.com/renanborgescampos +[@jaredmoody]: https://github.com/jaredmoody +[@baberthal]: https://github.com/baberthal