@@ -6,15 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
- ### Changed
10
- - [ Go] Parameters of type ` {float} ` are now parsed as ` float32 ` (previously it was ` float64 ` ).
11
- Use ` {double} ` if you need ` float64 ` . ([ #42 ] ( https://github.com/cucumber/cucumber-expressions/pull/42 ) )
12
9
10
+ ## [ 15.0.1] - 2022-01-04
11
+ ### Fixed
12
+ - Fixed release scripts
13
+
14
+ ## [ 15.0.0] - 2022-01-04
13
15
### Added
14
16
- [ Ruby,JavaScript,Go] Add ` bigdecimal ` , ` biginteger ` parameter types ([ #42 ] ( https://github.com/cucumber/cucumber-expressions/pull/42 ) )
15
17
- [ .NET] Implementation of Cucumber Expressions by porting the Java parser
16
18
([ #1743 ] ( https://github.com/cucumber/cucumber-expressions/pull/45 ) )
17
19
20
+ ### Changed
21
+ - [ Go] Parameters of type ` {float} ` are now parsed as ` float32 ` (previously it was ` float64 ` ).
22
+ Use ` {double} ` if you need ` float64 ` . ([ #42 ] ( https://github.com/cucumber/cucumber-expressions/pull/42 ) )
23
+
18
24
## [ 14.0.0] - 2021-10-12
19
25
### Changed
20
26
- TypeScript: ` Group#value ` can no longer be ` undefined ` ([ #16 ] ( https://github.com/cucumber/cucumber-expressions/pull/16 ) )
@@ -683,7 +689,9 @@ by [brasmusson](https://github.com/brasmusson))
683
689
### Added
684
690
- First stable release!
685
691
686
- [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v14.0.0...HEAD
692
+ [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v15.0.1...HEAD
693
+ [ 15.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v15.0.0...v15.0.1
694
+ [ 15.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v14.0.0...v15.0.0
687
695
[ 14.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.3...v14.0.0
688
696
[ 13.1.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.2...v13.1.3
689
697
[ 13.1.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.1...v13.1.2
@@ -696,7 +704,6 @@ by [brasmusson](https://github.com/brasmusson))
696
704
[ 12.1.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v12.0.1...v12.1.0
697
705
[ 12.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v12.0.0...v12.0.1
698
706
[ 12.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v11.0.2...v12.0.0
699
- [ 11.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v11.0.1...v11.0.2
700
707
[ 11.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v11.0.0...v11.0.1
701
708
[ 11.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v10.3.0...v11.0.0
702
709
[ 10.3.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v10.2.2...v10.3.0
@@ -715,7 +722,6 @@ by [brasmusson](https://github.com/brasmusson))
715
722
[ 8.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v8.0.0...v8.0.1
716
723
[ 8.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v7.0.2...v8.0.0
717
724
[ 7.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v7.0.1...v7.0.2
718
- [ 7.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v7.0.0...v7.0.1
719
725
[ 7.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.2.3...v7.0.0
720
726
[ 6.2.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.2.2...v6.2.3
721
727
[ 6.2.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.2.1...v6.2.2
@@ -725,7 +731,6 @@ by [brasmusson](https://github.com/brasmusson))
725
731
[ 6.1.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.0.1...v6.1.1
726
732
[ 6.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v6.0.0...v6.0.1
727
733
[ 6.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.19...v6.0.0
728
- [ 5.0.19 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.18...v5.0.19
729
734
[ 5.0.18 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.16...v5.0.18
730
735
[ 5.0.16 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.15...v5.0.16
731
736
[ 5.0.15 ] : https://github.com/cucumber/cucumber-expressions/compare/v5.0.14...v5.0.15
@@ -749,3 +754,4 @@ by [brasmusson](https://github.com/brasmusson))
749
754
[ 1.0.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v1.0.2...v1.0.3
750
755
[ 1.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v1.0.1...v1.0.2
751
756
[ 1.0.1 ] : https://github.com/cucumber/cucumber/releases/tag/v1.0.1
757
+ ber/cucumber/releases/tag/v1.0.1
0 commit comments