Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate "new Runner(suite: Suite, delay: boolean)" #4646

Merged
merged 2 commits into from Jun 4, 2021
Merged

Conversation

juergba
Copy link
Member

@juergba juergba commented Jun 3, 2021

Description

We deprecate following signature of the Runner constructor: Runner(suite: Suite, delay: boolean)

Instead use an option object: Runner(suite: Suite, {delay: boolean})
=> API docs

@juergba juergba self-assigned this Jun 3, 2021
@juergba juergba added semver-patch implementation requires increase of "patch" version number; "bug fixes" area: usability concerning user experience or interface labels Jun 3, 2021
@juergba juergba added this to the next milestone Jun 3, 2021
@juergba juergba requested a review from a team June 3, 2021 15:21
@juergba juergba merged commit 9872410 into master Jun 4, 2021
@juergba juergba deleted the juergba/runner branch June 4, 2021 05:49
@juergba juergba modified the milestones: next, v9.0.0 Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: usability concerning user experience or interface semver-patch implementation requires increase of "patch" version number; "bug fixes"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants