angel3_client 8.5.0
angel3_client: ^8.5.0 copied to clipboard
A browser, mobile and command line based client that supports querying Angel3 servers
Change Log #
8.5.0 #
- Require Dart >= 3.8
- Updated
lintsto 6.0.0 - Updated dependencies to the latest release
8.4.0 #
- Removed deprecated
dart:html - Refactored the code to use
package:web
8.3.0 #
- Require Dart >= 3.6
- Updated
lintsto 5.0.0 - Updated dependencies to the latest release
- Updated error handling
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.0 #
- Require Dart >= 3.0
- Updated
httpto 1.0.0
7.0.0 #
- Require Dart >= 2.17
6.0.0 #
- Require Dart >= 2.16
5.0.0 #
- Skipped release
4.2.0 #
- Updated
package:build_runner - Updated
package:build_web_compilers
4.1.0 #
- Updated
package:belatuk_json_serializer - Updated linter to
package:lints
4.0.2 #
- Added logging
- Added unit test for authentication
4.0.1 #
- Updated README
- Refactored NNBD fixes
- Fixed path issue on Windows
- All 13 unit tests passed
4.0.0 #
- Migrated to support Dart >= 2.12 NNBD
3.0.0 #
- Migrated to work with Dart >= 2.12 Non NNBD
2.0.2 #
_joinpreviously discarded quer parameters, etc.- Allow any
Map<String, dynamic>as body, not justMap<String, String>.
2.0.1 #
- Change
BaseAngelClientconstructor to acceptdynamicinstead ofStringfor `baseUrl.
2.0.0 #
- Deprecate
basePathin favor ofbaseUrl. Angelnow extendshttp.Client.- Deprecate
auth_types.
2.0.0-alpha.2 #
- Make Service
indexalways returnList<Data>. - Add
Service.map.
2.0.0-alpha.1 #
- Refactor
paramstoMap<String, dynamic>.
2.0.0-alpha #
- Depend on Dart 2.
- Depend on Angel 2.
- Remove
dart2_constant.
1.2.0+2 #
- Code cleanup + housekeeping, update to
dart2_constant, and ensured build works with2.0.0-dev.64.1.
1.2.0+1 #
- Removed a type annotation in
authenticateViaPopupto prevent breaking with DDC.
1.2.0 #
ServiceListnow usesEqualityfrompackage:collectionto compare items.Services will now add service errors to corresponding streams if there is a listener.
1.1.0+3 #
ServiceListno longer ignores emptyindexevents.
1.1.0+2 #
- Updated
ServiceListto also fire onindex.
1.1.0+1 #
- Added
ServiceList.