Skip to content

Commit f808751

Browse files
committed
WIP: sketch out blog post for 3.3 release.
1 parent a512ef0 commit f808751

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
title: RSpec 3.3 has been released!
3+
author: Myron Marston
4+
---
5+
6+
RSpec 3.2 has just been released! Given our commitment to
7+
[semantic versioning](http://semver.org/), this should be a trivial
8+
upgrade for anyone already using RSpec 3.0, 3.1 or 3.2, but if we did introduce
9+
any regressions, please let us know, and we'll get a patch release
10+
out with a fix ASAP.
11+
12+
RSpec continues to be a community-driven project with contributors
13+
from all over the world. This release includes 638 commits and 169
14+
merged pull requests from over 40 different contributors!
15+
16+
Thank you to everyone who helped make this release happen!
17+
18+
## Notable Changes
19+
20+
### Core: Unique IDs for every Example and Example Group
21+
22+
### Core: New `--only-failures` and `--next-failure` options
23+
24+
### Core: Stable Random Ordering
25+
26+
### Core: Bisect
27+
28+
### Core: Threadsafe `let` and `subject`
29+
30+
### Expectations: New `aggregrate_failures` API
31+
32+
### Expectation: Improved Failure Output
33+
34+
### Mocks: Improved Failure Output
35+
36+
### Mocks: Stubbing `MyClass.new` Verifies Against `MyClass#initialize`
37+
38+
### Rails: ?
39+
40+
## Stats
41+
42+
### Combined:
43+
44+
* **Total Commits**: 638
45+
* **Merged pull requests**: 169
46+
* **44 contributors**: Aaron Kromer, Alex Kwiatkowski, Andrey Botalov, Anton Davydov, Ben Axnick, Benjamin Fleischer, Bradley Schaefer, ChrisArcand, David Daniell, Eugene Kenny, Fabian Wiesel, Fabien Schurter, Fabio Napoleoni, Gabe Martin-Dempesy, Gavin Miller, Igor Zubkov, Jared Beck, Jean van der Walt, Joe Grossberg, Johannes Gorset, John Ceh, Jon Rowe, Josh Cheek, Leo Arnold, Lucas Mazza, Mark Swinson, Melissa Xie, Myron Marston, Nicholas Chmielewski, Nicholas Henry, Orien Madgwick, Pavel Shpak, Raymond Sanchez, Ryan Mulligan, Ryan Ong, Sam Phippen, Samnang Chhun, Samuel Esposito, Siva Gollapalli, Tim Wade, Tony Ta, Vít Ondruch, charlierudolph, raymond sanchez
47+
48+
### rspec-core:
49+
50+
* **Total Commits**: 264
51+
* **Merged pull requests**: 55
52+
* **16 contributors**: Alex Kwiatkowski, Ben Axnick, Benjamin Fleischer, Eugene Kenny, Fabien Schurter, Fabio Napoleoni, Jon Rowe, Josh Cheek, Leo Arnold, Mark Swinson, Melissa Xie, Myron Marston, Raymond Sanchez, Ryan Ong, Samuel Esposito, raymond sanchez
53+
54+
### rspec-expectations:
55+
56+
* **Total Commits**: 129
57+
* **Merged pull requests**: 33
58+
* **10 contributors**: Andrey Botalov, ChrisArcand, Fabien Schurter, Gavin Miller, Jared Beck, Jon Rowe, Myron Marston, Ryan Mulligan, Tim Wade, charlierudolph
59+
60+
### rspec-mocks:
61+
62+
* **Total Commits**: 107
63+
* **Merged pull requests**: 32
64+
* **11 contributors**: Bradley Schaefer, Fabien Schurter, John Ceh, Jon Rowe, Myron Marston, Nicholas Henry, Pavel Shpak, Sam Phippen, Samnang Chhun, Siva Gollapalli, Tim Wade
65+
66+
### rspec-rails:
67+
68+
* **Total Commits**: 63
69+
* **Merged pull requests**: 20
70+
* **14 contributors**: Aaron Kromer, Anton Davydov, David Daniell, Gabe Martin-Dempesy, Igor Zubkov, Jean van der Walt, Joe Grossberg, Johannes Gorset, Jon Rowe, Lucas Mazza, Myron Marston, Orien Madgwick, Tony Ta, Vít Ondruch
71+
72+
### rspec-support:
73+
74+
* **Total Commits**: 75
75+
* **Merged pull requests**: 29
76+
* **7 contributors**: Benjamin Fleischer, Fabian Wiesel, Gavin Miller, Jon Rowe, Myron Marston, Nicholas Chmielewski, Siva Gollapalli
77+
78+
## Docs
79+
80+
### API Docs
81+
82+
* [rspec-core](/documentation/3.2/rspec-core/)
83+
* [rspec-expectations](/documentation/3.2/rspec-expectations/)
84+
* [rspec-mocks](/documentation/3.2/rspec-mocks/)
85+
* [rspec-rails](/documentation/3.2/rspec-rails/)
86+
87+
### Cucumber Features
88+
89+
* [rspec-core](http://relishapp.com/rspec/rspec-core)
90+
* [rspec-expectations](http://relishapp.com/rspec/rspec-expectations)
91+
* [rspec-mocks](http://relishapp.com/rspec/rspec-mocks)
92+
* [rspec-rails](http://relishapp.com/rspec/rspec-rails)
93+
94+
## Release Notes
95+
96+
TODO

0 commit comments

Comments
 (0)