@@ -6,20 +6,20 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
66
77
88
9- ## [ 0.11.0] · 2021-??-??
10- [ 0.11.0 ] : /../../tree/v0.11.0
9+ ## [ 0.11.0-rc.1 ] · 2021-12-28
10+ [ 0.11.0-rc.1 ] : /../../tree/v0.11.0-rc.1
1111
12- [ Diff] ( /../../compare/v0.10.2...v0.11.0 ) | [ Milestone] ( /../../milestone/3 )
12+ [ Diff] ( /../../compare/v0.10.2...v0.11.0-rc.1 ) | [ Milestone] ( /../../milestone/3 )
1313
1414### BC Breaks
1515
1616- Moved ` World ` type parameter of ` WriterExt ` trait to methods. ([ #160 ] )
1717- Renamed ` Normalized ` and ` Summarized ` ` Writer ` s to ` Normalize ` and ` Summarize ` . ([ #162 ] )
1818- Removed ` writer::Basic ` ` Default ` impl and change ` writer::Basic::new() ` return type to ` writer::Normalize<writer::Basic> ` . ([ #162 ] )
1919- Bump up [ MSRV] to 1.57 for better error reporting in ` const ` assertions. ([ cef3d480] )
20- - Switch to [ ` gherkin ` ] crate instead of [ ` gherkin_rust ` ] . ([ rev ] )
20+ - Switch to [ ` gherkin ` ] crate instead of [ ` gherkin_rust ` ] . ([ e2a41ab0 ] )
2121- Renamed ` @allow_skipped ` built-in tag to ` @allow.skipped ` . ([ #181 ] )
22- - Switched CLI to ` clap ` from ` structopt ` . ([ #188 ] )
22+ - Switched CLI to ` clap ` from ` structopt ` . ([ #188 ] , [ # 155 ] )
2323- Reworked ` verbose ` CLI option of ` writer::Basic ` : ([ #193 ] , [ #192 ] )
2424 - Removed long form.
2525 - Made ` -v ` default behavior (no additional output).
@@ -42,17 +42,18 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
4242- Support for custom parameters in [ Cucumber Expressions] via ` #[derive(cucumber::Parameter)] ` macro. ([ #168 ] )
4343- Merging tags from ` Feature ` and ` Rule ` with ` Scenario ` when filtering with ` --tags ` CLI option. ([ #166 ] )
4444- ` writer::AssertNormalized ` forcing ` Normalized ` implementation. ([ #182 ] )
45- - ` cli::Colored ` trait for propagating ` Coloring ` to arbitrary ` Writer ` s. ([ #189 ] )
45+ - ` cli::Colored ` trait for propagating ` Coloring ` to arbitrary ` Writer ` s. ([ #189 ] , [ # 186 ] )
4646
4747### Fixed
4848
4949- Template regex in ` Scenario Outline ` expansion from ` <(\S+)> ` to ` <([^>\s]+)> ` . ([ #163 ] )
5050- Multiple ` Examples ` in ` Scenario Outline ` . ([ #165 ] , [ #164 ] )
5151- Docstring and name expansion in ` Scenario Outline ` . ([ #178 ] , [ #172 ] )
52- - ` writer::Summarized ` ignoring ` Coloring ` options. ([ #189 ] , [ #188 ] )
52+ - ` writer::Summarized ` ignoring ` Coloring ` options. ([ #189 ] , [ #186 ] )
5353
5454[ #147 ] : /../../pull/147
5555[ #151 ] : /../../pull/151
56+ [ #155 ] : /../../issues/155
5657[ #157 ] : /../../pull/157
5758[ #159 ] : /../../pull/159
5859[ #160 ] : /../../pull/160
@@ -62,15 +63,17 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
6263[ #165 ] : /../../pull/165
6364[ #166 ] : /../../pull/166
6465[ #168 ] : /../../pull/168
65- [ #172 ] : /../../pull /172
66+ [ #172 ] : /../../issues /172
6667[ #178 ] : /../../pull/178
6768[ #181 ] : /../../pull/181
6869[ #182 ] : /../../pull/182
70+ [ #186 ] : /../../issues/186
6971[ #188 ] : /../../pull/188
70- [ #192 ] : /../../pull/192
72+ [ #189 ] : /../../pull/189
73+ [ #192 ] : /../../issues/192
7174[ #193 ] : /../../pull/193
7275[ cef3d480 ] : /../../commit/cef3d480579190425461ddb04a1248675248351e
73- [ rev ] : /../../commit/rev-full
76+ [ e2a41ab0 ] : /../../commit/e2a41ab0a4398fe26075f0b066cc67e6e8a19e6c
7477[ 0110-1 ] : https://llg.cubic.org/docs/junit
7578[ 0110-2 ] : https://github.com/cucumber/cucumber-json-schema
7679
0 commit comments