File tree Expand file tree Collapse file tree 2 files changed +102
-3
lines changed Expand file tree Collapse file tree 2 files changed +102
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
+
7
+ See also the [ CHANGELOG] ( https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md ) from Cucumber Core.
8
+
9
+ ----
10
+
11
+ ## [ Unreleased] (In Git)
12
+
13
+ ### Added
14
+
15
+ - [ Doc] Users documentation on Scala DSL
16
+
17
+ ### Changed
18
+
19
+ - [ Core] Update ` cucumber-core ` dependency to 5.6.0 ([ #23 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/23 ) Gaël Jourdan-Weil)
20
+ - Package move from ` cucumber.api.scala ` to ` io.cucumber.scala `
21
+ - Hooks definition changed
22
+ - See [ Upgrade Guide] ( docs/upgrade_v5.md )
23
+ - [ Build] Update Scala versions to 2.12.11 and 2.13.1 ([ #23 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/23 ) Gaël Jourdan-Weil)
24
+
25
+ ### Deprecated
26
+
27
+ ### Removed
28
+
29
+ ### Fixed
30
+
31
+ ### Security
32
+
33
+ ## [ 4.7.1] (2019-08-01)
34
+
35
+ ### Changed
36
+
37
+ - [ Core] Update ` cucumber-core ` dependency to 4.7.1 (Glib Briia)
38
+
39
+ ## [ 4.7.0] (2019-08-01)
40
+
41
+ ### Changed
42
+
43
+ - [ Core] Update ` cucumber-core ` dependency to 4.7.0 (Glib Briia)
44
+
45
+ ## [ 4.6.0] (2019-08-01)
46
+
47
+ ### Changed
48
+
49
+ - [ Core] Update ` cucumber-core ` dependency to 4.6.0 (Glib Briia)
50
+
51
+ ## [ 4.5.4] (2019-08-01)
52
+
53
+ ### Changed
54
+
55
+ - [ Core] Update ` cucumber-core ` dependency to 4.5.4 (Glib Briia)
56
+
57
+ ## [ 4.5.3] (2019-07-10)
58
+
59
+ ### Changed
60
+
61
+ - [ Core] Update ` cucumber-core ` dependency to 4.5.3 (Glib Briia)
62
+
63
+ ## [ 4.4.0] (2019-06-18)
64
+
65
+ ### Changed
66
+
67
+ - [ Core] Update ` cucumber-core ` dependency to 4.4.0 (Glib Briia)
68
+
69
+ ## [ 4.3.1] (2019-05-15)
70
+
71
+ ### Changed
72
+
73
+ - [ Core] Update ` cucumber-core ` dependency to 4.3.1 (Glib Briia)
74
+
75
+ ## [ 4.3.0] (2019-04-26)
76
+
77
+ ### Changed
78
+
79
+ - [ Core] Update ` cucumber-core ` dependency to 4.3.0 (Glib Briia)
80
+
81
+ ## [ 4.2.6] (2019-03-12)
82
+
83
+ ### Changed
84
+
85
+ - [ Core] Update ` cucumber-core ` dependency to 4.2.6 (Glib Briia)
86
+
87
+ ## [ 4.2.0] (2019-03-12)
88
+
89
+ ### Changed
90
+
91
+ - [ Core] Update ` cucumber-core ` dependency to 4.2.0 (Glib Briia)
92
+
93
+ ## [ 4.1.0] (2018-11-04)
94
+
95
+ ### Changed
96
+
97
+ - [ Core] Update ` cucumber-core ` dependency to 4.1.0 (Glib Briia)
98
+ - [ Build] Update Scala versions to 2.11.12 and 2.12.7 ([ #11 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/11 ) Arturas Smorgun)
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ See: https://cucumber.io/support
11
11
12
12
## Compatibility matrix
13
13
14
- The Cucumber Scala version matches the Cucumber version except for the bugfix number
15
- which can be different.
14
+ The Cucumber Scala major version matches the Cucumber major version.
15
+
16
+ The minor version might differ because Cucumber Scala may add Scala-related features without waiting for a Cucumber minor version.
16
17
17
18
| Cucumber Scala version | Cucumber version | Scala versions |
18
19
| ------------------------| ------------------| ------------------|
@@ -30,7 +31,7 @@ which can be different.
30
31
- [ Hooks] ( docs/hooks.md )
31
32
- [ Example project] ( examples/README.md )
32
33
- [ Reference documentation for Java] ( https://docs.cucumber.io/docs/cucumber/ )
33
- - [ Changelog] ( https://github.com/cucumber/cucumber-jvm-scala/releases )
34
+ - [ Changelog] ( CHANGELOG.md )
34
35
35
36
## Contributing
36
37
You can’t perform that action at this time.
0 commit comments