chore(lib): updated to latest gherkin library

This commit is contained in:
Jon Samwell 2020-08-05 09:41:58 +10:00
parent ee6a57c96f
commit 26dc2e4463
4 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
## [1.1.8+6] - 05/08/2020
- Upgraded to latest Gherkin library version which fixes issues with non-alpha-numeric characters in multiline strings and comments https://github.com/jonsamwell/dart_gherkin/issues/14 https://github.com/jonsamwell/dart_gherkin/issues/15 https://github.com/jonsamwell/dart_gherkin/issues/16
## [1.1.8+5] - 03/08/2020
* Ensure all well known steps are exposed (Thanks to @tshedor for the PR!)

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.39.15"
version: "0.39.16"
archive:
dependency: transitive
description:
@ -125,7 +125,7 @@ packages:
name: gherkin
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.8+2"
version: "1.1.8+3"
glob:
dependency: "direct main"
description:
@ -445,7 +445,7 @@ packages:
name: vm_service
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.0"
version: "4.2.0"
vm_service_client:
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+5
version: 1.1.8+6
homepage: https://github.com/jonsamwell/flutter_gherkin
environment:
@ -16,7 +16,7 @@ dependencies:
sdk: flutter
glob: ^1.1.7
meta: ">=1.1.6 <2.0.0"
gherkin: ^1.1.8+2
gherkin: ^1.1.8+3
# gherkin:
# path: ../dart_gherkin