1.5 KiB
1.5 KiB
Change Log
4.1.0
- Updated to use
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 SDK 2.12.x NNBD
3.0.0
- Migrated to work with Dart SDK 2.12.x Non NNBD
2.0.2
_join
previously discarded quer parameters, etc.- Allow any
Map<String, dynamic>
as body, not justMap<String, String>
.
2.0.1
- Change
BaseAngelClient
constructor to acceptdynamic
instead ofString
for `baseUrl.
2.0.0
- Deprecate
basePath
in favor ofbaseUrl
. Angel
now extendshttp.Client
.- Deprecate
auth_types
.
2.0.0-alpha.2
- Make Service
index
always returnList<Data>
. - Add
Service.map
.
2.0.0-alpha.1
- Refactor
params
toMap<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
authenticateViaPopup
to prevent breaking with DDC.
1.2.0
ServiceList
now usesEquality
frompackage:collection
to compare items.Service
s will now add service errors to corresponding streams if there is a listener.
1.1.0+3
ServiceList
no longer ignores emptyindex
events.
1.1.0+2
- Updated
ServiceList
to also fire onindex
.
1.1.0+1
- Added
ServiceList
.