mirror of https://github.com/grpc/grpc-dart.git
parent
847a3625e1
commit
ee1b0f9141
|
@ -1,6 +1,8 @@
|
||||||
## 0.5.0 - 2018-06-29
|
## 0.5.0 - 2018-07-10
|
||||||
|
|
||||||
* Implemented interceptors.
|
* Breaking change: The package now exclusively supports Dart 2.
|
||||||
|
* Fixed tests to pass in Dart 2.
|
||||||
|
* Added support for Interceptors ([issue #79](https://github.com/grpc/grpc-dart/issues/79)); thanks to [@mogol](https://github.com/mogol) for contributing!
|
||||||
|
|
||||||
## 0.4.1 - 2018-04-04
|
## 0.4.1 - 2018-04-04
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ please [open an issue](https://github.com/dart-lang/grpc-dart/issues).
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
This library requires Dart SDK version 1.24.3 or later.
|
This library requires Dart SDK version 2.0 or later.
|
||||||
|
|
||||||
It currently supports the the [Flutter](https://flutter.io/) and
|
It currently supports the the [Flutter](https://flutter.io/) and
|
||||||
[VM/Server](https://www.dartlang.org/dart-vm) platforms. The potential
|
[VM/Server](https://www.dartlang.org/dart-vm) platforms. The potential
|
||||||
|
|
Loading…
Reference in New Issue