Skip to content

Commit 5a96d00

Browse files
committed
Add authors and dates to History file
1 parent a2b62ce commit 5a96d00

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

History.txt

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
== 0.9.1
22
* Added support for Rails 7.1
33

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]
66

7-
== 0.8.0
7+
== 0.8.0 -- 2023-04-28 [Mathieu Jobin]
88
* Added support for Cucumber 8.x
99
* Removed support for Rails 4.2 -> 5.2
1010
* Removed support for Ruby 2.0 -> 2.6
1111
* Clean up Gemfiles, testing Ruby 2.7 -> 3.2 and Rails 6.0 -> 7.0
1212
* Cucumber 3.x -> 8.x remain supported.
1313

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]
1616

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]
1919

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]
2222

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]
2525

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]
2828

29-
== 0.6.0
29+
== 0.6.0 -- 2020-08-26 [Mathieu Jobin]
3030
* Drop support for cucumber < 3
3131
* Officially support cucumber 4.1
3232
* Relax dependency to support cucumber 5.x although not officially supported
3333
* Run tests for Rails 5.0, 5.1, 5.2 and 6.0
3434

35-
== 0.5.5
35+
== 0.5.5 -- 2018-05-22
3636
* Relax dependency on cucumber to allow usage with Rails 5.2 [Yohei Kitamura]
3737

38-
== 0.5.4
38+
== 0.5.4 -- 2017-11-17
3939
* updated FactoryGirl to FactoryBot [Blake McDaniel]
4040

41-
== 0.5.3
41+
== 0.5.3 -- 2017-08-19
4242
* small fix to pickle_path_for_resources_action_segment [Tema Bolshakov]
4343
* update for fabrication adapter with protected method klass [Liam Krewer]
4444
* Fix tests to run on travis again and codecoverage [Mathieu Jobin]
4545

46-
== 0.5.2
46+
== 0.5.2 -- 2017-05-09
4747
* replace alias_method_chain by Module#prepend [Mathieu Jobin]
4848
eliminating deprecation warnings when using with Rails 5
4949

50-
== 0.5.1
50+
== 0.5.1 -- 2015-01-13
5151

5252
* Add support to use Factory.build [Erik Peterson]
5353
* Support factory_girl2 aliases [Jon Kinney]

0 commit comments

Comments
 (0)