platform/packages/client/CHANGELOG.md

110 lines
1.8 KiB
Markdown
Raw Normal View History

2021-07-09 14:19:16 +00:00
# Change Log
2023-12-24 01:52:57 +00:00
## 8.1.0
* Updated `lints` to 3.0.0
* Fixed linter warnings
2023-05-22 15:50:41 +00:00
## 8.0.0
* Require Dart >= 3.0
2023-05-26 22:58:32 +00:00
* Updated `http` to 1.0.0
2023-05-22 15:50:41 +00:00
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
## 5.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2021-09-29 08:02:06 +00:00
## 4.2.0
* Updated `package:build_runner`
* Updated `package:build_web_compilers`
2021-09-25 06:32:32 +00:00
## 4.1.0
2021-09-29 08:02:06 +00:00
* Updated `package:belatuk_json_serializer`
2021-09-25 06:32:32 +00:00
* Updated linter to `package:lints`
2021-07-15 08:11:54 +00:00
## 4.0.2
* Added logging
* Added unit test for authentication
2021-07-09 14:19:16 +00:00
## 4.0.1
* Updated README
2021-07-10 00:47:25 +00:00
* Refactored NNBD fixes
2021-07-09 14:19:16 +00:00
* Fixed path issue on Windows
* All 13 unit tests passed
## 4.0.0
2021-05-02 04:12:43 +00:00
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-05-02 04:12:43 +00:00
2021-07-09 14:19:16 +00:00
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to work with Dart >= 2.12 Non NNBD
2021-05-02 04:12:43 +00:00
2021-07-09 14:19:16 +00:00
## 2.0.2
2019-04-20 15:21:15 +00:00
* `_join` previously discarded quer parameters, etc.
* Allow any `Map<String, dynamic>` as body, not just `Map<String, String>`.
2019-04-20 15:21:15 +00:00
2021-07-09 14:19:16 +00:00
## 2.0.1
2019-01-06 02:33:10 +00:00
* Change `BaseAngelClient` constructor to accept `dynamic` instead of `String` for `baseUrl.
2021-07-09 14:19:16 +00:00
## 2.0.0
2019-01-06 02:08:31 +00:00
* Deprecate `basePath` in favor of `baseUrl`.
* `Angel` now extends `http.Client`.
* Deprecate `auth_types`.
2021-07-09 14:19:16 +00:00
## 2.0.0-alpha.2
2018-11-04 01:34:21 +00:00
* Make Service `index` always return `List<Data>`.
* Add `Service.map`.
2021-07-09 14:19:16 +00:00
## 2.0.0-alpha.1
* Refactor `params` to `Map<String, dynamic>`.
2021-07-09 14:19:16 +00:00
## 2.0.0-alpha
2018-08-26 22:41:01 +00:00
* Depend on Dart 2.
* Depend on Angel 2.
* Remove `dart2_constant`.
2021-07-09 14:19:16 +00:00
## 1.2.0+2
2018-06-23 00:18:38 +00:00
* Code cleanup + housekeeping, update to `dart2_constant`, and
ensured build works with `2.0.0-dev.64.1`.
2021-07-09 14:19:16 +00:00
## 1.2.0+1
2017-12-27 16:00:57 +00:00
* Removed a type annotation in `authenticateViaPopup` to prevent breaking with DDC.
2021-07-09 14:19:16 +00:00
## 1.2.0
2017-12-21 20:08:45 +00:00
* `ServiceList` now uses `Equality` from `package:collection` to compare items.
* `Service`s will now add service errors to corresponding streams if there is a listener.
2021-07-09 14:19:16 +00:00
## 1.1.0+3
2017-12-13 16:31:06 +00:00
* `ServiceList` no longer ignores empty `index` events.
2021-07-09 14:19:16 +00:00
## 1.1.0+2
2017-12-13 06:35:08 +00:00
* Updated `ServiceList` to also fire on `index`.
2021-07-09 14:19:16 +00:00
## 1.1.0+1
* Added `ServiceList`.