Skip to content

Commit 999eb32

Browse files
committed
1.2.0
1 parent be6864f commit 999eb32

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# event_source change log
1+
# w3c_event_source change log
22

33
All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.2.0
8+
* Allow passing in a custom HttpClient factory. ([@mpx](https://github.com/mpx) in [#2](https://github.com/goto-bus-stop/dart-event-source/pull/2))
9+
710
## 1.1.0
811
* Implement auto-reconnect.
912

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add to your `pubspec.yaml`:
1919

2020
```yaml
2121
dependencies:
22-
w3c_event_source: ^1.0.0
22+
w3c_event_source: ^1.2.0
2323
```
2424
2525
## Usage

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: w3c_event_source
2-
version: 1.1.0
2+
version: 1.2.0
33
description: W3C EventSource client implementation for Dart / Flutter,
44
to communicate with server-sent event endpoints.
55
author: Renée Kooi <renee@kooi.me>

0 commit comments

Comments
 (0)