Skip to content

Commit a08fa09

Browse files
committed
Update CHANGELOG for v6.10.4
1 parent e11d9bc commit a08fa09

File tree

3 files changed

+498
-485
lines changed

3 files changed

+498
-485
lines changed

CHANGELOG.md

Lines changed: 170 additions & 157 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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/main/CHANGELOG.md) from Cucumber Core.
8-
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/main/CHANGELOG.md) from Cucumber Core.
8+
99
----
1010
## [Unreleased] (In Git)
1111

@@ -18,152 +18,165 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/main/CHAN
1818
### Removed
1919

2020
### Fixed
21-
22-
## [6.1.2] (2021-01-01)
23-
24-
## [6.1.1] (2020-11-19)
25-
26-
## [5.1.3] (2020-05-28)
27-
28-
### Added
29-
30-
- Added support for annotation based transformers configuration ([glib-briia](https://github.com/glib-briia))
31-
- Added support for transposed datatables ([glib-briia](https://github.com/glib-briia))
32-
- Added support for automated changelog generation/version update ([glib-briia](https://github.com/glib-briia))
33-
- Added basic installation and usage documentation ([glib-briia](https://github.com/glib-briia))
34-
- Added support for single implementation for multiple gherkin steps ([glib-briia](https://github.com/glib-briia))
35-
36-
### Changed
37-
38-
- Extract groovy script for keywords generation from pom ([glib-briia](https://github.com/glib-briia))
39-
- Migrated to use `cucumber-core` 5.1.3 ([glib-briia](https://github.com/glib-briia))
40-
- Bump jackson.version from 2.9.9 to 2.10.0 in /groovy [\#18](https://github.com/cucumber/cucumber-jvm-groovy/pull/18) ([dependabot[bot]](https://github.com/apps/dependabot))
41-
- \[Build\] Remove automated release steps [\#16](https://github.com/cucumber/cucumber-jvm-groovy/pull/16) ([mpkorstanje](https://github.com/mpkorstanje))
42-
43-
### Fixed
44-
45-
- Issue with compiled groovy step definitions [\#17](https://github.com/cucumber/cucumber-jvm-groovy/issues/17) ([glib-briia](https://github.com/glib-briia))
46-
47-
48-
## [4.7.1] (2019-08-01)
49-
50-
### Changed
51-
52-
- [Core] Migrate to `cucumber-core` 4.7.1 ([glib-briia](https://github.com/glib-briia))
53-
54-
## [4.7.0] (2019-08-01)
55-
56-
### Changed
57-
58-
- [Core] Migrate to `cucumber-core` 4.7.0 ([glib-briia](https://github.com/glib-briia))
59-
60-
## [4.6.0] (2019-07-31)
61-
62-
### Changed
63-
64-
- [Core] Migrate to `cucumber-core` 4.6.0 ([glib-briia](https://github.com/glib-briia))
65-
66-
## [4.5.4] (2019-07-31)
67-
68-
### Changed
69-
70-
- [Core] Migrate to `cucumber-core` 4.5.4 ([glib-briia](https://github.com/glib-briia))
71-
72-
## [4.5.3] (2019-07-09)
73-
74-
### Changed
75-
76-
- [Core] Migrate to `cucumber-core` 4.5.3 ([glib-briia](https://github.com/glib-briia))
77-
78-
## [4.4.0] (2019-06-18)
79-
80-
### Fixed
81-
82-
- Parametrized types as step parameters wont work [\#14](https://github.com/cucumber/cucumber-jvm-groovy/issues/14) ([glib-briia](https://github.com/glib-briia))
83-
84-
## [4.3.1] (2019-05-15)
85-
86-
### Fixed
87-
88-
- datatable is not working in groovy script [\#12](https://github.com/cucumber/cucumber-jvm-groovy/issues/12) ([glib-briia](https://github.com/glib-briia))
89-
90-
## [4.3.0] (2019-04-15)
91-
92-
### Changed
93-
94-
- [Core] Migrate to `cucumber-core` 4.3.0 ([glib-briia](https://github.com/glib-briia))
95-
96-
## [4.2.6] (2019-03-12)
97-
98-
### Fixed
99-
100-
- Classname glue causes crash [\#9](https://github.com/cucumber/cucumber-jvm-groovy/issues/9) ([glib-briia](https://github.com/glib-briia))
101-
102-
### Changed
103-
104-
- Upgrade jackson version [\#13](https://github.com/cucumber/cucumber-jvm-groovy/pull/13) ([mlvandijk](https://github.com/mlvandijk))
105-
- Replace date with local date [\#11](https://github.com/cucumber/cucumber-jvm-groovy/pull/11) ([mpkorstanje](https://github.com/mpkorstanje))
106-
107-
## [4.2.0] (2018-10-29)
108-
109-
### Changed
110-
111-
- [Core] Migrate to `cucumber-core` 4.2.0 ([glib-briia](https://github.com/glib-briia))
112-
113-
## [4.1.0] (2018-10-29)
114-
115-
### Changed
116-
117-
- [Core] Migrate to `cucumber-core` 4.1.0 ([glib-briia](https://github.com/glib-briia))
118-
119-
## [4.0.1] (2018-10-20)
120-
121-
### Added
122-
123-
- GroovyBackend needs constructor taking GroovyShell and TypeRegistry [\#8](https://github.com/cucumber/cucumber-jvm-groovy/issues/8) ([glib-briia](https://github.com/glib-briia))
124-
125-
## [4.0.0] (2018-09-24)
126-
127-
### Changed
128-
129-
- [Core] Migrate to `cucumber-core` 4.0.0 ([glib-briia](https://github.com/glib-briia))
130-
131-
## [3.0.2] (2018-09-22)
132-
133-
### Changed
134-
135-
- [Core] Migrate to `cucumber-core` 3.0.2 ([glib-briia](https://github.com/glib-briia))
136-
137-
### Added
138-
139-
- Add Gradle dependency to README.md [\#5](https://github.com/cucumber/cucumber-jvm-groovy/issues/5) ([glib-briia](https://github.com/glib-briia))
140-
141-
### Fixed
142-
143-
- Licensing [\#4](https://github.com/cucumber/cucumber-jvm-groovy/issues/4) ([glib-briia](https://github.com/glib-briia))
144-
- Command line in Readme.md should work [\#3](https://github.com/cucumber/cucumber-jvm-groovy/issues/3) ([glib-briia](https://github.com/glib-briia))
145-
146-
### Changed
147-
148-
- Update README with gradle dependency. Closes \#5 [\#7](https://github.com/cucumber/cucumber-jvm-groovy/pull/7) ([glib-briia](https://github.com/glib-briia))
149-
- Migrate to cucumber jvm 3.0.2 [\#6](https://github.com/cucumber/cucumber-jvm-groovy/pull/6) ([glib-briia](https://github.com/glib-briia))
150-
151-
<!-- Releases -->
152-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.1.2...main
153-
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v6.1.1...v6.1.2
154-
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v5.1.3...v6.1.1
155-
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.7.1...v5.1.3
156-
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.7.0...v4.7.1
157-
[5.7.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.6.0...v4.7.0
158-
[4.6.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.5.4...v4.6.0
159-
[4.5.4]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.5.3...v4.5.4
160-
[4.5.3]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.4.0...v4.5.3
161-
[4.4.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.3.1...v4.4.0
162-
[4.3.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.3.0...v4.3.1
163-
[4.3.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.2.6...v4.3.0
164-
[4.2.6]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.2.0...cucumber-jvm-groovy-4.2.6
165-
[4.2.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.1.0...v4.2.0
166-
[4.1.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.0.1...v4.1.0
167-
[4.0.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.0.0...v4.0.1
168-
[4.0.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v3.0.2...v4.0.0
169-
[3.0.2]: https://github.com/cucumber/cucumber-jvm-groovy/compare/401f47da936b6e15251b9844717b8ac961d29166...v3.0.2
21+
22+
## [6.10.4] (2021-06-14)
23+
24+
### Added
25+
26+
### Changed
27+
28+
### Deprecated
29+
30+
### Removed
31+
32+
### Fixed
33+
34+
## [6.1.2] (2021-01-01)
35+
36+
## [6.1.1] (2020-11-19)
37+
38+
## [5.1.3] (2020-05-28)
39+
40+
### Added
41+
42+
- Added support for annotation based transformers configuration ([glib-briia](https://github.com/glib-briia))
43+
- Added support for transposed datatables ([glib-briia](https://github.com/glib-briia))
44+
- Added support for automated changelog generation/version update ([glib-briia](https://github.com/glib-briia))
45+
- Added basic installation and usage documentation ([glib-briia](https://github.com/glib-briia))
46+
- Added support for single implementation for multiple gherkin steps ([glib-briia](https://github.com/glib-briia))
47+
48+
### Changed
49+
50+
- Extract groovy script for keywords generation from pom ([glib-briia](https://github.com/glib-briia))
51+
- Migrated to use `cucumber-core` 5.1.3 ([glib-briia](https://github.com/glib-briia))
52+
- Bump jackson.version from 2.9.9 to 2.10.0 in /groovy [\#18](https://github.com/cucumber/cucumber-jvm-groovy/pull/18) ([dependabot[bot]](https://github.com/apps/dependabot))
53+
- \[Build\] Remove automated release steps [\#16](https://github.com/cucumber/cucumber-jvm-groovy/pull/16) ([mpkorstanje](https://github.com/mpkorstanje))
54+
55+
### Fixed
56+
57+
- Issue with compiled groovy step definitions [\#17](https://github.com/cucumber/cucumber-jvm-groovy/issues/17) ([glib-briia](https://github.com/glib-briia))
58+
59+
60+
## [4.7.1] (2019-08-01)
61+
62+
### Changed
63+
64+
- [Core] Migrate to `cucumber-core` 4.7.1 ([glib-briia](https://github.com/glib-briia))
65+
66+
## [4.7.0] (2019-08-01)
67+
68+
### Changed
69+
70+
- [Core] Migrate to `cucumber-core` 4.7.0 ([glib-briia](https://github.com/glib-briia))
71+
72+
## [4.6.0] (2019-07-31)
73+
74+
### Changed
75+
76+
- [Core] Migrate to `cucumber-core` 4.6.0 ([glib-briia](https://github.com/glib-briia))
77+
78+
## [4.5.4] (2019-07-31)
79+
80+
### Changed
81+
82+
- [Core] Migrate to `cucumber-core` 4.5.4 ([glib-briia](https://github.com/glib-briia))
83+
84+
## [4.5.3] (2019-07-09)
85+
86+
### Changed
87+
88+
- [Core] Migrate to `cucumber-core` 4.5.3 ([glib-briia](https://github.com/glib-briia))
89+
90+
## [4.4.0] (2019-06-18)
91+
92+
### Fixed
93+
94+
- Parametrized types as step parameters wont work [\#14](https://github.com/cucumber/cucumber-jvm-groovy/issues/14) ([glib-briia](https://github.com/glib-briia))
95+
96+
## [4.3.1] (2019-05-15)
97+
98+
### Fixed
99+
100+
- datatable is not working in groovy script [\#12](https://github.com/cucumber/cucumber-jvm-groovy/issues/12) ([glib-briia](https://github.com/glib-briia))
101+
102+
## [4.3.0] (2019-04-15)
103+
104+
### Changed
105+
106+
- [Core] Migrate to `cucumber-core` 4.3.0 ([glib-briia](https://github.com/glib-briia))
107+
108+
## [4.2.6] (2019-03-12)
109+
110+
### Fixed
111+
112+
- Classname glue causes crash [\#9](https://github.com/cucumber/cucumber-jvm-groovy/issues/9) ([glib-briia](https://github.com/glib-briia))
113+
114+
### Changed
115+
116+
- Upgrade jackson version [\#13](https://github.com/cucumber/cucumber-jvm-groovy/pull/13) ([mlvandijk](https://github.com/mlvandijk))
117+
- Replace date with local date [\#11](https://github.com/cucumber/cucumber-jvm-groovy/pull/11) ([mpkorstanje](https://github.com/mpkorstanje))
118+
119+
## [4.2.0] (2018-10-29)
120+
121+
### Changed
122+
123+
- [Core] Migrate to `cucumber-core` 4.2.0 ([glib-briia](https://github.com/glib-briia))
124+
125+
## [4.1.0] (2018-10-29)
126+
127+
### Changed
128+
129+
- [Core] Migrate to `cucumber-core` 4.1.0 ([glib-briia](https://github.com/glib-briia))
130+
131+
## [4.0.1] (2018-10-20)
132+
133+
### Added
134+
135+
- GroovyBackend needs constructor taking GroovyShell and TypeRegistry [\#8](https://github.com/cucumber/cucumber-jvm-groovy/issues/8) ([glib-briia](https://github.com/glib-briia))
136+
137+
## [4.0.0] (2018-09-24)
138+
139+
### Changed
140+
141+
- [Core] Migrate to `cucumber-core` 4.0.0 ([glib-briia](https://github.com/glib-briia))
142+
143+
## [3.0.2] (2018-09-22)
144+
145+
### Changed
146+
147+
- [Core] Migrate to `cucumber-core` 3.0.2 ([glib-briia](https://github.com/glib-briia))
148+
149+
### Added
150+
151+
- Add Gradle dependency to README.md [\#5](https://github.com/cucumber/cucumber-jvm-groovy/issues/5) ([glib-briia](https://github.com/glib-briia))
152+
153+
### Fixed
154+
155+
- Licensing [\#4](https://github.com/cucumber/cucumber-jvm-groovy/issues/4) ([glib-briia](https://github.com/glib-briia))
156+
- Command line in Readme.md should work [\#3](https://github.com/cucumber/cucumber-jvm-groovy/issues/3) ([glib-briia](https://github.com/glib-briia))
157+
158+
### Changed
159+
160+
- Update README with gradle dependency. Closes \#5 [\#7](https://github.com/cucumber/cucumber-jvm-groovy/pull/7) ([glib-briia](https://github.com/glib-briia))
161+
- Migrate to cucumber jvm 3.0.2 [\#6](https://github.com/cucumber/cucumber-jvm-groovy/pull/6) ([glib-briia](https://github.com/glib-briia))
162+
163+
<!-- Releases -->
164+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.4...main
165+
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v6.1.2...v6.10.4
166+
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v6.1.1...v6.1.2
167+
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v5.1.3...v6.1.1
168+
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.7.1...v5.1.3
169+
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.7.0...v4.7.1
170+
[5.7.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.6.0...v4.7.0
171+
[4.6.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.5.4...v4.6.0
172+
[4.5.4]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.5.3...v4.5.4
173+
[4.5.3]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.4.0...v4.5.3
174+
[4.4.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.3.1...v4.4.0
175+
[4.3.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.3.0...v4.3.1
176+
[4.3.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.2.6...v4.3.0
177+
[4.2.6]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.2.0...cucumber-jvm-groovy-4.2.6
178+
[4.2.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.1.0...v4.2.0
179+
[4.1.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.0.1...v4.1.0
180+
[4.0.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.0.0...v4.0.1
181+
[4.0.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v3.0.2...v4.0.0
182+
[3.0.2]: https://github.com/cucumber/cucumber-jvm-groovy/compare/401f47da936b6e15251b9844717b8ac961d29166...v3.0.2

0 commit comments

Comments
 (0)