File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ## 4.0.2-wip
1+ ## 4.0.2
22
33* Internal optimization to client code.
44* Small fixes, such as ports in testing and enabling ` timeline_test.dart ` .
77* Upgrade to ` package:lints ` version 5.0.0 and Dart SDK version 3.5.0.
88* Upgrade ` example/grpc-web ` code.
99* Update xhr transport to migrate off legacy JS/HTML apis.
10- * Use ` package:web ` to get ` HttpStatus `
10+ * Use ` package:web ` to get ` HttpStatus ` .
11+ * Fix ` package:web ` deprecations.
1112
1213## 4.0.1
1314
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class EchoApp {
6161 ..append (HTMLSpanElement ()
6262 ..classList.add ('label' )
6363 ..classList.addAll (cssClass)
64- ..text = message)));
64+ ..textContent = message)));
6565 }
6666}
6767
Original file line number Diff line number Diff line change 11name : grpc
2- version : 4.0.2-wip
2+ version : 4.0.2
33description : Dart implementation of gRPC, a high performance, open-source universal RPC framework.
44repository : https://github.com/grpc/grpc-dart
55
You can’t perform that action at this time.
0 commit comments