Skip to content

Commit 7aa94cf

Browse files
committed
Seperate beta versions in changelog
1 parent da73bd9 commit 7aa94cf

File tree

1 file changed

+44
-19
lines changed

1 file changed

+44
-19
lines changed

Changelog.md

Lines changed: 44 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
1-
### Development
2-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.0...master)
1+
### 4.0.0.beta4
2+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta3...v4.0.0.beta4)
3+
4+
Enhancements:
5+
6+
* Add argument matcher support to `have_enqueued_*` matchers. (Phil Pirozhkov, #2206)
7+
* Switch generated templates to use ruby 1.9 hash keys. (Tanbir Hasan, #2224)
8+
* Add `have_been_performed`/`have_performed_job`/`perform_job` ActiveJob
9+
matchers (Isaac Seymour, #1785)
10+
* Default to generating request specs rather than controller specs when
11+
generating a controller (Luka Lüdicke, #2222)
12+
13+
Bug Fixes:
14+
15+
* Prevent `driven_by(:selenium)` being called due to hook precedence.
16+
(Takumi Shotoku, #2188)
17+
* Prevent a `WrongScopeError` being thrown during loading fixtures on Rails
18+
6.1 development version. (Edouard Chin, #2215)
19+
* Fix Mocha mocking support with `should`. (Phil Pirozhkov, #2256)
20+
21+
### 4.0.0.beta3
22+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta2...v4.0.0.beta3)
323

424
Enhancements:
525

6-
* Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071)
726
* Adds support for JRuby on Rails 5.2 and 6
827
* Add support for parameterised mailers (Ignatius Reza, #2125)
928
* Add ActionMailbox spec helpers and test type (James Dabbs, #2119)
@@ -14,12 +33,28 @@ Enhancements:
1433
* Improve path parsing in view specs render options. (John Hawthorn, #2115)
1534
* Add routing spec template as an option for generating controller specs.
1635
(David Revelo, #2134)
17-
* Add argument matcher support to `have_enqueued_*` matchers. (Phil Pirozhkov, #2206)
18-
* Switch generated templates to use ruby 1.9 hash keys. (Tanbir Hasan, #2224)
19-
* Add `have_been_performed`/`have_performed_job`/`perform_job` ActiveJob
20-
matchers (Isaac Seymour, #1785)
21-
* Default to generating request specs rather than controller specs when
22-
generating a controller (Luka Lüdicke, #2222)
36+
37+
Bug Fixes:
38+
39+
* Replace `before_teardown` as well as `after_teardown` to ensure screenshots
40+
are generated correctly. (Jon Rowe, #2164)
41+
* `ActionView::FixtureResolver#hash` has been renamed to `ActionView::FixtureResolver#data`.
42+
(Penelope Phippen, #2076)
43+
* Add missing require for `have_enqueued_mail` matcher. (Ignatius Reza, #2117)
44+
45+
### 4.0.0.beta2
46+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta1...v4.0.0.beta2)
47+
48+
Bug Fixes:
49+
50+
* Fix version dependencies in gemspec.
51+
52+
### 4.0.0.beta1
53+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.0...v4.0.0.beta1)
54+
55+
Enhancements:
56+
57+
* Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071)
2358

2459
Bug Fixes:
2560

@@ -29,16 +64,6 @@ Bug Fixes:
2964
deprecated. (Pavel Rosický, #2092)
3065
* `ActionView::Template#formats` has been deprecated and replaced by
3166
`ActionView::Template#format`(Seb Jacobs, #2100)
32-
* Replace `before_teardown` as well as `after_teardown` to ensure screenshots
33-
are generated correctly. (Jon Rowe, #2164)
34-
* `ActionView::FixtureResolver#hash` has been renamed to `ActionView::FixtureResolver#data`.
35-
(Penelope Phippen, #2076)
36-
* Add missing require for `have_enqueued_mail` matcher. (Ignatius Reza, #2117)
37-
* Prevent `driven_by(:selenium)` being called due to hook precedence.
38-
(Takumi Shotoku, #2188)
39-
* Prevent a `WrongScopeError` being thrown during loading fixtures on Rails
40-
6.1 development version. (Edouard Chin, #2215)
41-
* Fix Mocha mocking support with `should`. (Phil Pirozhkov, #2256)
4267

4368
Breaking Changes:
4469

0 commit comments

Comments
 (0)