platform/CHANGELOG.md
2018-10-02 11:42:26 -04:00

27 lines
No EOL
697 B
Markdown

# 2.0.0-alpha.1
* Refactor `params` to `Map<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 with `2.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 uses `Equality` from `package: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 empty `index` events.
# 1.1.0+2
* Updated `ServiceList` to also fire on `index`.
# 1.1.0+1
* Added `ServiceList`.