conduit_test 5.0.1 conduit_test: ^5.0.1 copied to clipboard
Utilities for writing automated tests for Conduit applications
5.0.1 #
Note: This release has breaking changes.
- REFACTOR(postgres): BREAKING CHANGE major release for postgres driver. (d6bf1165)
- REFACTOR: Remove common test. (cebcc417)
- REFACTOR: Bump min required dart version (#187). (0e870402)
- REFACTOR: Uptick min dart version (#139). (45723b81)
- REFACTOR: Apply standard lint analysis, refactor some nullables (#129). (17f71bbb)
- REFACTOR: Analyzer changes and publishing (#127). (034ceb59)
- FIX(ci): publish. (076fdf67)
- FIX: Melos stuff (#199). (20bc466d)
- FIX(ci): trigger. (36e63b05)
- FIX(ci): test publish CI. (7444f6ed)
- FIX: remove common_test from core. (94867de3)
- FIX: Versioning issues and upkeep (#191). (faa916ba)
- FIX: Handle private class in isolate (#152). (28b87457)
- FIX(cli): Fix build binary command (#121). (daba4b13)
- FIX: Upgrade to latest dependencies (#120). (2be7f7aa)
- FIX(ci): setup auto publishing pipeline format fixes. (42266ade)
- FIX(ci): setup auto publishing pipeline format fixes. (bd29f1f4)
- FEAT: Prepping for orm (#190). (e82dfa6f)
- FEAT: Separates core framework and cli (#161). (28445bbe)
- DOCS: improve doc gen (#180). (8d18f872)
- DOCS: Add doc generation and housekeeping (#156). (89f303c8)
- DOCS: Sort out licensing and contributors (#134). (1216ecf7)
- BREAKING FEAT: Column naming snake-case (#153). (61e6ae77)
5.0.0 #
4.3.8 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
4.3.8-dev.0 #
4.0.0 #
3.1.1 #
- REFACTOR: use melos for mono-repo management.
- CHORE: publish packages.
3.1.0 #
3.0.11 #
3.0.10 #
3.0.9 #
3.0.8 #
3.0.7 #
uptick version for multi release
3.0.5 #
Stable Conduit Release
2.0.0-b9 #
Fixed a bug with the conduit build command. We had left in dep overrides which should only be used for conduit internal dev.
2.0.0-b8 #
3rd attempt at first release.
Conduit #
2.0.0-b1 #
- Tooling works with conduit
2.0.0-a3 #
- broadened the version no. so works with any 2.0 version of conduit.
- Updated pubspec to pull conduit_test from pub.dev now that it is published.
2.0.0-a2 #
- Version bumps
1.0.1 #
- Fixes analysis warnings for Dart 2.1.1
1.0.0+1 #
- Bumps some dependency constraints to be more permissive
1.0.0 #
- Initial version from
package:conduit
. - Adds
TestHarness
base class for test harnesses. - Adds
TestHarnessORMMixin
for testing ORM applications. - Adds
TestHarnessAuthMixin
for testing OAuth2 applications. - Renames
TestClient
toAgent
and adds methods for executing requests without constructing aTestRequest
. - Adds default parameters to
Agent
for its requests.