We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6843fc0 commit 2a4dee6Copy full SHA for 2a4dee6
CHANGELOG.md
@@ -3,3 +3,6 @@
3
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.0.0
8
+* Initial release.
lib/w3c_event_source.dart
@@ -0,0 +1 @@
1
+export './event_source.dart';
pubspec.yaml
@@ -1,5 +1,5 @@
name: w3c_event_source
2
-version: 0.0.1
+version: 1.0.0
description: W3C EventSource client implementation for Dart
author: Renée Kooi <renee@kooi.me>
homepage: https://github.com/goto-bus-stop/dart-event-source
0 commit comments