Skip to content

Commit 5dba94e

Browse files
committed
1.2.1
1 parent 5a1963e commit 5dba94e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.1
8+
* Ensure `data` event data ends in \n per the spec. ([@mpx](https://github.com/mpx) in [#2](https://github.com/goto-bus-stop/dart-event-source/pull/3))
9+
* Fix event name bug in multiline data messages. ([@mpx](https://github.com/mpx) in [#2](https://github.com/goto-bus-stop/dart-event-source/pull/3))
10+
711
## 1.2.0
812
* 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))
913

README.md

Lines changed: 1 addition & 1 deletion
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.2.0
22+
w3c_event_source: ^1.2.1
2323
```
2424
2525
## Usage

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: w3c_event_source
2-
version: 1.2.0
2+
version: 1.2.1
33
description: W3C EventSource client implementation for Dart / Flutter,
44
to communicate with server-sent event endpoints.
55
author: Renée Kooi <[email protected]>

0 commit comments

Comments
 (0)