angel3_test 8.4.0
angel3_test: ^8.4.0 copied to clipboard
Testing utility library for the Angel3 framework. Use with package:test.
Change Log #
8.4.0 #
- Require Dart >= 3.8
- Updated
lintsto 6.0.0 - Updated dependencies to the latest release
8.3.0 #
- Require Dart >= 3.6
- Updated
lintsto 5.0.0 - Updated dependencies to the latest release
8.2.0 #
- Require Dart >= 3.3
- Updated
lintsto 4.0.0
8.1.1 #
- Updated repository link
8.1.0 #
- Updated
lintsto 3.0.0 - Fixed linter warnings
8.0.1 #
- Fixed
hasStatusmismatch message - Fixed
hasContentTypemismatch message - Fixed
hasValidBodymismatch message - Fixed
hasHeadermismatch message - Fixed
hasHeaderfailed test case
8.0.0 #
- Require Dart >= 3.0
- Upgraded
httpto 1.0.0
7.0.0 #
- Require Dart >= 2.17
6.0.0 #
- Require Dart >= 2.16
5.0.0 #
- Skipped release
4.1.1 #
- Fixed NNBD issues
4.1.0 #
- Updated linter to
package:lints
4.0.3 #
- Updated README
- Fixed NNBD issue
4.0.2 #
- Resolved static analysis warnings
4.0.1 #
- Updated AUTHORS and LICENSE
4.0.0 #
- Migrated to support Dart >= 2.12 NNBD
3.0.0 #
- Migrated to work with Dart >= 2.12 Non NNBD
2.0.1 #
- Update badge.
- Handle userInfo + basic auth.
2.0.0 #
- Update to work with
client@2.
2.0.0-alpha.4 #
2.0.0-alpha.3 #
- Update
httpdependency.
2.0.0-alpha.2 #
- Explicitly import
package:angel_framework/http.dart.
2.0.0-alpha.1 #
- Update for compliance with newer
angel_client.
2.0.0-alpha #
- Depend on Dart 2 and Angel 2.
1.1.0+1 #
- Dart 2/strong mode fixes.
- Pass a
useZoneflag toAngelHttpthroughTestServer.