@@ -265,7 +265,7 @@ Use `ExpressionFactory#create_expression` instead.
265
265
- Javascript release process
266
266
- Version numbering 🙈
267
267
268
- ## [ 6.6.2] - 2019-03-22
268
+ ## 6.6.2 - 2019-03-22
269
269
270
270
## [ 6.2.3] - 2019-03-22
271
271
### Fixed
@@ -310,7 +310,7 @@ to work around a limitation on Android (and other platforms).
310
310
[ #498 ] ( https://github.com/cucumber/cucumber/pull/498 )
311
311
[ lsuski] ( https://github.com/lsuski ) )
312
312
313
- ## [ 6.1.0] - 2018-09-23
313
+ ## 6.1.0 - 2018-09-23
314
314
### Added
315
315
- (Java) Added ` ParameterType.fromEnum(MyEnumClass.class) ` to make it easier
316
316
to register enums.
@@ -384,7 +384,7 @@ than interpreting it as alternation character. Generated expressions will use
384
384
[ #392 ] ( https://github.com/cucumber/cucumber/pull/392 )
385
385
[ aslakhellesoy] ( https://github.com/aslakhellesoy ) )
386
386
387
- ## [ 5.0.17] - 2018-04-12
387
+ ## 5.0.17 - 2018-04-12
388
388
### Changed
389
389
- java: Swapped 2 parameters in a ` ParameterType ` constructor to make it consistent with
390
390
overloaded constructors.
@@ -442,7 +442,7 @@ and simplified capture group parsing in `TreeRegexp` to reduce likelihood of mor
442
442
[ #327 ] ( https://github.com/cucumber/cucumber/pull/327 )
443
443
[ mpkorstanje] ( https://github.com/aslakhellesoy ) )
444
444
445
- ## [ 5.0.11] - 2018-01-19
445
+ ## 5.0.11 - 2018-01-19
446
446
### Fixed
447
447
- javascript: Fixed a regression introduced by [ #324 ] ( https://github.com/cucumber/cucumber/pull/324 )
448
448
([ #325 ] ( https://github.com/cucumber/cucumber/issues/325 )
@@ -483,7 +483,7 @@ more than just letters - it works with anything that isn't a space.
483
483
([ #303 ] ( https://github.com/cucumber/cucumber/issues/303 )
484
484
by [ aslakhellesoy] ( https://github.com/aslakhellesoy ) )
485
485
486
- ## [ 5.0.3] - 2017-11-06
486
+ ## 5.0.3 - 2017-11-06
487
487
### Fixed
488
488
- javascript: Support RegExp flags
489
489
([ #300 ] ( https://github.com/cucumber/cucumber/issues/300 )
@@ -494,7 +494,7 @@ by [aslakhellesoy](https://github.com/aslakhellesoy) and [dmeehan1968](https://g
494
494
- java: Make the jar a bundle to support osgi. ([ #287 ] ( https://github.com/cucumber/cucumber/pull/287 )
495
495
by [ mpkorstanje] ( https://github.com/mpkorstanje ) )
496
496
497
- ## [ 5.0.0] - 2017-10-10
497
+ ## 5.0.0 - 2017-10-10
498
498
### Changed
499
499
- ruby, javascript: A ` transformer ` function can run in the context of a world object. ` Argument#value ` now takes an object as argument (renamed to ` Argument#getValue ` in js) ([ #284 ] ( https://github.com/cucumber/cucumber/pull/284 ) by [ aslakhellesoy] ( https://github.com/aslakhellesoy ) )
500
500
@@ -510,7 +510,7 @@ by [mpkorstanje](https://github.com/mpkorstanje))
510
510
### Fixed
511
511
- javascript: Expose ` Argument.group ` and fix ` start ` and ` end ` accessors in ` Group `
512
512
513
- ## [ 4.0.2] - 2017-07-14
513
+ ## 4.0.2 - 2017-07-14
514
514
### Fixed
515
515
- javascript: Make it work on Node 4 and browser (Use ` Array.indexOf ` instead of ` Array.includes ` )
516
516
([ #237 ] ( https://github.com/cucumber/cucumber/pull/237 )
@@ -687,7 +687,8 @@ by [brasmusson](https://github.com/brasmusson))
687
687
[ 12.1.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v12.1.0...v12.1.1
688
688
[ 12.1.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v12.0.1...v12.1.0
689
689
[ 12.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v12.0.0...v12.0.1
690
- [ 12.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v11.0.1...v12.0.0
690
+ [ 12.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v11.0.2...v12.0.0
691
+ [ 11.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v11.0.1...v11.0.2
691
692
[ 11.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v11.0.0...v11.0.1
692
693
[ 11.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v10.3.0...v11.0.0
693
694
[ 10.3.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v10.2.2...v10.3.0
@@ -705,37 +706,32 @@ by [brasmusson](https://github.com/brasmusson))
705
706
[ 8.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v8.0.1...v8.0.2
706
707
[ 8.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v8.0.0...v8.0.1
707
708
[ 8.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v7.0.2...v8.0.0
708
- [ 7.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v7.0.0 ...v7.0.2
709
- [ 7.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.6.2 ...v7.0.0
710
- [ 6.6.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.2.3...v6.6.2
709
+ [ 7.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v7.0.1 ...v7.0.2
710
+ [ 7.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v7.0.0 ...v7.0.1
711
+ [ 7.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.2.3...v7.0.0
711
712
[ 6.2.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.2.2...v6.2.3
712
713
[ 6.2.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.2.1...v6.2.2
713
714
[ 6.2.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.2.0...v6.2.1
714
715
[ 6.2.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.1.2...v6.2.0
715
- [ 6.1.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.1.0...v6.1.2
716
- [ 6.1.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.1.0...v6.1.1
717
- [ 6.1.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.0.1...v6.1.0
716
+ [ 6.1.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.1.1...v6.1.2
717
+ [ 6.1.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.0.1...v6.1.1
718
718
[ 6.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.0.0...v6.0.1
719
- [ 6.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.18 ...v6.0.0
720
- [ 5.0.18 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.17 ...v5.0.18
721
- [ 5.0.17 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.16...v5.0.17
719
+ [ 6.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.19 ...v6.0.0
720
+ [ 5.0.19 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.18 ...v5.0.19
721
+ [ 5.0.18 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.16...v5.0.18
722
722
[ 5.0.16 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.15...v5.0.16
723
723
[ 5.0.15 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.14...v5.0.15
724
724
[ 5.0.14 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.13...v5.0.14
725
725
[ 5.0.13 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.12...v5.0.13
726
- [ 5.0.12 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.11...v5.0.12
727
- [ 5.0.11 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.10...v5.0.11
726
+ [ 5.0.12 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.10...v5.0.12
728
727
[ 5.0.10 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.7...v5.0.10
729
728
[ 5.0.7 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.6...v5.0.7
730
729
[ 5.0.6 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.5...v5.0.6
731
730
[ 5.0.5 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.4...v5.0.5
732
- [ 5.0.4 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.3...v5.0.4
733
- [ 5.0.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.2...v5.0.3
734
- [ 5.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.0...v5.0.2
735
- [ 5.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v4.0.4...v5.0.0
731
+ [ 5.0.4 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.2...v5.0.4
732
+ [ 5.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v4.0.4...v5.0.2
736
733
[ 4.0.4 ] : https://github.com/cucumber/cucumber-expressions/compare/v4.0.3...v4.0.4
737
- [ 4.0.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v4.0.2...v4.0.3
738
- [ 4.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v4.0.1...v4.0.2
734
+ [ 4.0.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v4.0.1...v4.0.3
739
735
[ 4.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v4.0.0...v4.0.1
740
736
[ 4.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v3.0.0...v4.0.0
741
737
[ 3.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v2.0.1...v3.0.0
0 commit comments