|
1 | 1 | == 0.9.1
|
2 | 2 | * Added support for Rails 7.1
|
3 | 3 |
|
4 |
| -== 0.9.0 |
5 |
| -* Added support for Cucumber 9.x |
| 4 | +== 0.9.0 -- 2023-11-17 |
| 5 | +* Added support for Cucumber 9.x [vlad-psh] |
6 | 6 |
|
7 |
| -== 0.8.0 |
| 7 | +== 0.8.0 -- 2023-04-28 [Mathieu Jobin] |
8 | 8 | * Added support for Cucumber 8.x
|
9 | 9 | * Removed support for Rails 4.2 -> 5.2
|
10 | 10 | * Removed support for Ruby 2.0 -> 2.6
|
11 | 11 | * Clean up Gemfiles, testing Ruby 2.7 -> 3.2 and Rails 6.0 -> 7.0
|
12 | 12 | * Cucumber 3.x -> 8.x remain supported.
|
13 | 13 |
|
14 |
| -== 0.7.2 |
15 |
| -* Eliminate noisy warning: =~ called on anything but String objects. |
| 14 | +== 0.7.2 -- 2022-11-25 |
| 15 | +* Eliminate noisy warning: =~ called on anything but String objects. [Mathieu Jobin] |
16 | 16 |
|
17 |
| -== 0.7.1 |
18 |
| -* Eliminate noisy warning: =~ called on Array objects. |
| 17 | +== 0.7.1 -- 2022-07-20 |
| 18 | +* Eliminate noisy warning: =~ called on Array objects. [Mathieu Jobin] |
19 | 19 |
|
20 |
| -== 0.7.0 |
21 |
| -* Rails 7.0.x support. |
| 20 | +== 0.7.0 -- 2022-03-27 |
| 21 | +* Rails 7.0.x support. [Mathieu Jobin] |
22 | 22 |
|
23 |
| -== 0.6.2 |
24 |
| -* Relax dependency to support cucumber 7.x |
| 23 | +== 0.6.2 -- 2021-10-19 |
| 24 | +* Relax dependency to support cucumber 7.x [Yohei Kitamura] |
25 | 25 |
|
26 |
| -== 0.6.1 |
27 |
| -* Relax dependency to support cucumber 6.x |
| 26 | +== 0.6.1 -- 2021-06-22 |
| 27 | +* Relax dependency to support cucumber 6.x [Mathieu Jobin] |
28 | 28 |
|
29 |
| -== 0.6.0 |
| 29 | +== 0.6.0 -- 2020-08-26 [Mathieu Jobin] |
30 | 30 | * Drop support for cucumber < 3
|
31 | 31 | * Officially support cucumber 4.1
|
32 | 32 | * Relax dependency to support cucumber 5.x although not officially supported
|
33 | 33 | * Run tests for Rails 5.0, 5.1, 5.2 and 6.0
|
34 | 34 |
|
35 |
| -== 0.5.5 |
| 35 | +== 0.5.5 -- 2018-05-22 |
36 | 36 | * Relax dependency on cucumber to allow usage with Rails 5.2 [Yohei Kitamura]
|
37 | 37 |
|
38 |
| -== 0.5.4 |
| 38 | +== 0.5.4 -- 2017-11-17 |
39 | 39 | * updated FactoryGirl to FactoryBot [Blake McDaniel]
|
40 | 40 |
|
41 |
| -== 0.5.3 |
| 41 | +== 0.5.3 -- 2017-08-19 |
42 | 42 | * small fix to pickle_path_for_resources_action_segment [Tema Bolshakov]
|
43 | 43 | * update for fabrication adapter with protected method klass [Liam Krewer]
|
44 | 44 | * Fix tests to run on travis again and codecoverage [Mathieu Jobin]
|
45 | 45 |
|
46 |
| -== 0.5.2 |
| 46 | +== 0.5.2 -- 2017-05-09 |
47 | 47 | * replace alias_method_chain by Module#prepend [Mathieu Jobin]
|
48 | 48 | eliminating deprecation warnings when using with Rails 5
|
49 | 49 |
|
50 |
| -== 0.5.1 |
| 50 | +== 0.5.1 -- 2015-01-13 |
51 | 51 |
|
52 | 52 | * Add support to use Factory.build [Erik Peterson]
|
53 | 53 | * Support factory_girl2 aliases [Jon Kinney]
|
|
0 commit comments