Releases: wp-graphql/wp-graphql-testcase
Releases · wp-graphql/wp-graphql-testcase
v3.4.0
v3.3.0
What's Changed
- devops: e2e modules locked to Codeception v4 until conflicts with WPBrowser resolved. by @kidunot89 in #37
Full Changelog: v3.2.1...v3.3.0
v3.2.1
What's Changed
- fix: WPGraphQL E2E module concurrentRawRequests fix by @kidunot89 in #36
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- feat: "$request_headers" replaced with "$selected_options" by @kidunot89 in #35
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- feat: WPGraphQL Codeception Module for E2E testing implemented and tested by @kidunot89 in #34
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- devops: Codecoverage configurations updated by @kidunot89 in #33
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- feat: QueryConstraint classes implemented and tested by @kidunot89 in #31
- fix: lodashGet access restored by @kidunot89 in #32
Full Changelog: v2.4.1...v3.0.0
v2.4.1
What's Changed
- fix: Assert query successful fix by @kidunot89 in #29
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- fix: check if
$this->not
property is set before attempting to access. by @missionmike in #24 - fix: composer.json fixed by @kidunot89 in #25
- Update dependencies and add workflow dispatch to test CI. by @missionmike in #26
- Update dependencies and Dockerfile versions for CI by @missionmike in #27
- fix: Adds support for WPGraphQL v1.24.x by @kidunot89 in #28
New Contributors
- @missionmike made their first contribution in #24
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Add
PATH
to field match log. by @justlevine in #16 - Add phpunit 9.5 by @markkelnar in #17
- fix: set
NOT_FALSY
to..._not_falsy
. by @justlevine in #18 - fix: correctly fail when data doesnt match by @justlevine in #20
- fix: TraversableContains replaced with TraversableContainsIdentical by @kidunot89 in #21
New Contributors
- @justlevine made their first contribution in #16
- @markkelnar made their first contribution in #17
Full Changelog: v2.1.3...v2.3.0