Releases: go-bdd/gobdd
Releases · go-bdd/gobdd
v1.1.4
What's Changed
- use varadic func for WithTags and WithIgnoredTags #135 by @mirogta in #136
- Bump addressable from 2.7.0 to 2.8.0 in /docs by @dependabot[bot] in #138
- Fixing typo in documentation by @ristomcgehee in #139
- Store Feature and Scenario in test context by @jirikuncar in #140
- ci: update linter by @sagikazarmark in #145
- ci: run tests on newer Go versions by @sagikazarmark in #144
- Add support for loading features from fs.FS by @sagikazarmark in #146
- fix: cannot have multiple parameter type on the same line (#147) by @vlalanne in #148
- feat: Add support for step argument (#149) by @vlalanne in #150
- chore: upgrading the gherkin cucumber version to v28 by @svandecappelle in #151
- feat: run rules by @vlalanne in #152
- Update README.md by @connextrum in #153
- feat: Add support for step data tables by @ckoerckel in #154
- feat: give access to testing.T directly by @vlalanne in #155
- chore: update to latest go libs by @vlalanne in #157
- feat: allow multiple pattern in WithFeaturesFS by @vlalanne in #156
New Contributors
- @mirogta made their first contribution in #136
- @dependabot[bot] made their first contribution in #138
- @ristomcgehee made their first contribution in #139
- @vlalanne made their first contribution in #148
- @svandecappelle made their first contribution in #151
- @connextrum made their first contribution in #153
- @ckoerckel made their first contribution in #154
Full Changelog: v1.1.3...v1.1.4
Use both feature and scenario tags in skipScenario
Thanks @jirikuncar for your work!
v1.1.2
v1.1.1: fix issue with not ignoring whole features using tags (#120)
- fix issue with not ignoring whole features using tags #120
v1.1.0
Add parameter types
GoBDD now supports parameter types.
You can use one of pre-defined or define your own.
v1.0.1
First stable version!
First stable version. Since now, every not backwards compatible API changes will increase the major number.
The biggest change compared to the previous version is removing the testhttp package.