Skip to content

Commit 6ea6afc

Browse files
committed
1.3.1
1 parent b33948b commit 6ea6afc

File tree

4 files changed

+48
-45
lines changed

4 files changed

+48
-45
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.3.1
8+
* Prepare for upcoming change to HttpRequest and HttpClientResponse. ([@tvolkert](https://github.com/tvolkert))
9+
710
## 1.3.0
811
* Delay reconnecting with randomized exponential backoff. ([@mpx](https://github.com/mpx))
912
* Reconnect after event stream request ends. ([@mpx](https://github.com/mpx))

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.3.0
22+
w3c_event_source: ^1.3.1
2323
```
2424
2525
## Usage

pubspec.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ packages:
77
name: analyzer
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "0.33.0"
10+
version: "0.36.4"
1111
args:
1212
dependency: transitive
1313
description:
1414
name: args
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.5.0"
17+
version: "1.5.2"
1818
async:
1919
dependency: transitive
2020
description:
2121
name: async
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "2.0.8"
24+
version: "2.2.0"
2525
boolean_selector:
2626
dependency: transitive
2727
description:
2828
name: boolean_selector
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.0.4"
31+
version: "1.0.5"
3232
charcode:
3333
dependency: transitive
3434
description:
@@ -49,7 +49,7 @@ packages:
4949
name: convert
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "2.0.2"
52+
version: "2.1.1"
5353
crypto:
5454
dependency: transitive
5555
description:
@@ -63,14 +63,14 @@ packages:
6363
name: csslib
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "0.14.6"
66+
version: "0.16.0"
6767
front_end:
6868
dependency: transitive
6969
description:
7070
name: front_end
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "0.1.6"
73+
version: "0.1.19"
7474
glob:
7575
dependency: transitive
7676
description:
@@ -84,21 +84,21 @@ packages:
8484
name: html
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "0.13.3+3"
87+
version: "0.14.0+2"
8888
http:
8989
dependency: transitive
9090
description:
9191
name: http
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "0.12.0"
94+
version: "0.12.0+2"
9595
http_multi_server:
9696
dependency: transitive
9797
description:
9898
name: http_multi_server
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "2.0.5"
101+
version: "2.1.0"
102102
http_parser:
103103
dependency: transitive
104104
description:
@@ -126,42 +126,35 @@ packages:
126126
name: json_rpc_2
127127
url: "https://pub.dartlang.org"
128128
source: hosted
129-
version: "2.0.9"
129+
version: "2.1.0"
130130
kernel:
131131
dependency: transitive
132132
description:
133133
name: kernel
134134
url: "https://pub.dartlang.org"
135135
source: hosted
136-
version: "0.3.6"
137-
logging:
138-
dependency: transitive
139-
description:
140-
name: logging
141-
url: "https://pub.dartlang.org"
142-
source: hosted
143-
version: "0.11.3+2"
136+
version: "0.3.19"
144137
matcher:
145138
dependency: transitive
146139
description:
147140
name: matcher
148141
url: "https://pub.dartlang.org"
149142
source: hosted
150-
version: "0.12.3+1"
143+
version: "0.12.5"
151144
meta:
152145
dependency: transitive
153146
description:
154147
name: meta
155148
url: "https://pub.dartlang.org"
156149
source: hosted
157-
version: "1.1.6"
150+
version: "1.1.7"
158151
mime:
159152
dependency: transitive
160153
description:
161154
name: mime
162155
url: "https://pub.dartlang.org"
163156
source: hosted
164-
version: "0.9.6+2"
157+
version: "0.9.6+3"
165158
multi_server_socket:
166159
dependency: transitive
167160
description:
@@ -189,28 +182,28 @@ packages:
189182
name: package_resolver
190183
url: "https://pub.dartlang.org"
191184
source: hosted
192-
version: "1.0.6"
185+
version: "1.0.10"
193186
path:
194187
dependency: transitive
195188
description:
196189
name: path
197190
url: "https://pub.dartlang.org"
198191
source: hosted
199192
version: "1.6.2"
200-
plugin:
193+
pedantic:
201194
dependency: transitive
202195
description:
203-
name: plugin
196+
name: pedantic
204197
url: "https://pub.dartlang.org"
205198
source: hosted
206-
version: "0.2.0+3"
199+
version: "1.7.0"
207200
pool:
208201
dependency: transitive
209202
description:
210203
name: pool
211204
url: "https://pub.dartlang.org"
212205
source: hosted
213-
version: "1.3.6"
206+
version: "1.4.0"
214207
pub_semver:
215208
dependency: transitive
216209
description:
@@ -224,7 +217,7 @@ packages:
224217
name: shelf
225218
url: "https://pub.dartlang.org"
226219
source: hosted
227-
version: "0.7.3+3"
220+
version: "0.7.5"
228221
shelf_packages_handler:
229222
dependency: transitive
230223
description:
@@ -245,7 +238,7 @@ packages:
245238
name: shelf_web_socket
246239
url: "https://pub.dartlang.org"
247240
source: hosted
248-
version: "0.2.2+4"
241+
version: "0.2.3"
249242
source_map_stack_trace:
250243
dependency: transitive
251244
description:
@@ -266,7 +259,7 @@ packages:
266259
name: source_span
267260
url: "https://pub.dartlang.org"
268261
source: hosted
269-
version: "1.4.1"
262+
version: "1.5.5"
270263
stack_trace:
271264
dependency: transitive
272265
description:
@@ -280,7 +273,7 @@ packages:
280273
name: stream_channel
281274
url: "https://pub.dartlang.org"
282275
source: hosted
283-
version: "1.6.8"
276+
version: "2.0.0"
284277
string_scanner:
285278
dependency: transitive
286279
description:
@@ -294,35 +287,42 @@ packages:
294287
name: term_glyph
295288
url: "https://pub.dartlang.org"
296289
source: hosted
297-
version: "1.0.1"
290+
version: "1.1.0"
298291
test:
299292
dependency: "direct dev"
300293
description:
301294
name: test
302295
url: "https://pub.dartlang.org"
303296
source: hosted
304-
version: "1.3.4"
305-
typed_data:
297+
version: "1.6.4"
298+
test_api:
306299
dependency: transitive
307300
description:
308-
name: typed_data
301+
name: test_api
309302
url: "https://pub.dartlang.org"
310303
source: hosted
311-
version: "1.1.6"
312-
utf:
304+
version: "0.2.6"
305+
test_core:
306+
dependency: transitive
307+
description:
308+
name: test_core
309+
url: "https://pub.dartlang.org"
310+
source: hosted
311+
version: "0.2.6"
312+
typed_data:
313313
dependency: transitive
314314
description:
315-
name: utf
315+
name: typed_data
316316
url: "https://pub.dartlang.org"
317317
source: hosted
318-
version: "0.9.0+5"
318+
version: "1.1.6"
319319
vm_service_client:
320320
dependency: transitive
321321
description:
322322
name: vm_service_client
323323
url: "https://pub.dartlang.org"
324324
source: hosted
325-
version: "0.2.6"
325+
version: "0.2.6+2"
326326
watcher:
327327
dependency: transitive
328328
description:
@@ -336,13 +336,13 @@ packages:
336336
name: web_socket_channel
337337
url: "https://pub.dartlang.org"
338338
source: hosted
339-
version: "1.0.9"
339+
version: "1.0.13"
340340
yaml:
341341
dependency: transitive
342342
description:
343343
name: yaml
344344
url: "https://pub.dartlang.org"
345345
source: hosted
346-
version: "2.1.15"
346+
version: "2.1.16"
347347
sdks:
348-
dart: ">=2.0.0 <3.0.0"
348+
dart: ">=2.2.2 <3.0.0"

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.3.0
2+
version: 1.3.1
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)