We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500b068 commit 0a8dcf4Copy full SHA for 0a8dcf4
CHANGELOG.md
@@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 1.1.0
8
+* Implement auto-reconnect.
9
+
10
## 1.0.0
11
* Initial release.
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: w3c_event_source
2
-version: 1.0.0
+version: 1.1.0
3
description: W3C EventSource client implementation for Dart / Flutter,
to communicate with server-sent event endpoints.
author: Renée Kooi <renee@kooi.me>
0 commit comments