chore(lib): updated release to expose all steps

This commit is contained in:
Jon Samwell 2020-08-03 16:28:25 +10:00
parent e8cc23fa17
commit ee6a57c96f
3 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,12 @@
## [1.1.8+5] - 03/08/2020
* Ensure all well known steps are exposed (Thanks to @tshedor for the PR!)
## [1.1.8+4] - 26/07/2020
* Fixes #76
## [1.1.8+3] - 19/07/2020
* Updated Gherkin library version to allow for function step implementations; updated docs to match.
* Add steps `SiblingContainsText`, `SwipeOnKey`, `SwipeOnText`, `TapTextWithinWidget`, `TapWidgetOfType`, `TapWidgetOfTypeWithin`, `TapWidgetWithText`, `TextExists`, `TextExistsWithin`, `WaitUntilKeyExists`, and `WaitUntilTypeExists` . Thanks to @tshedor for the PR!
* Add steps `SiblingContainsText`, `SwipeOnKey`, `SwipeOnText`, `TapTextWithinWidget`, `TapWidgetOfType`, `TapWidgetOfTypeWithin`, `TapWidgetWithText`, `TextExists`, `TextExistsWithin`, `WaitUntilKeyExists`, and `WaitUntilTypeExists`. Thanks to @tshedor for the PR!
## [1.1.8+2] - 11/05/2020

View File

@ -91,7 +91,7 @@ packages:
name: csslib
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
version: "0.16.2"
file:
dependency: transitive
description:

View File

@ -1,6 +1,6 @@
name: flutter_gherkin
description: A Gherkin / Cucumber parser and test runner for Dart and Flutter
version: 1.1.8+4
version: 1.1.8+5
homepage: https://github.com/jonsamwell/flutter_gherkin
environment: