You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# CHANGELOG
2
2
3
+
## CURRENT
4
+
5
+
## 4.0.0
6
+
7
+
### Changes
8
+
9
+
- Rename deprecated `Naming/PredicateName` cop to `Naming/PredicatePrefix`
10
+
- Upgrade to rubocop-rspec 3.x which extracts FactoryBot and Capybara cops to separate gems
11
+
- Update minimum dependency versions to latest stable releases:
12
+
- rubocop >= 1.81 (was >= 1.31)
13
+
- rubocop-performance ~> 1.26 (was ~> 1.11)
14
+
- rubocop-rails ~> 2.33 (was ~> 2.12)
15
+
- rubocop-rspec ~> 3.7 (was ~> 2.5)
16
+
- rubocop-capybara ~> 2.22 (new explicit dependency for rubocop-rspec v3)
17
+
- rubocop-factory_bot ~> 2.27 (new explicit dependency for rubocop-rspec v3)
18
+
- Update to use new `plugins:` syntax for all RuboCop extensions.
19
+
3
20
## 3.2.2
4
21
5
22
### Changes
@@ -9,7 +26,7 @@
9
26
## 3.2.1
10
27
11
28
### Changes
12
-
- Remove the `RSpec/` prefix from the Capybara and FactoryBot configurations. These namespaces changes should be hidden until `rubocop-rspec` v3.0 according to https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md but we are seeing warnings now so we are moving the new namespaces immediately.
29
+
- Remove the `RSpec/` prefix from the Capybara and FactoryBot configurations. These namespaces changes should be hidden until `rubocop-rspec` v3.0 according to https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md but we are seeing warnings now so we are moving the new namespaces immediately.
0 commit comments