Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 26, 2019
1 parent b33948b commit 6ea6afc
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 45 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

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

## 1.3.1
* Prepare for upcoming change to HttpRequest and HttpClientResponse. ([@tvolkert](https://github.com/tvolkert))

## 1.3.0
* Delay reconnecting with randomized exponential backoff. ([@mpx](https://github.com/mpx))
* Reconnect after event stream request ends. ([@mpx](https://github.com/mpx))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add to your `pubspec.yaml`:

```yaml
dependencies:
w3c_event_source: ^1.3.0
w3c_event_source: ^1.3.1
```
## Usage
Expand Down
86 changes: 43 additions & 43 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.33.0"
version: "0.36.4"
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.0"
version: "1.5.2"
async:
dependency: transitive
description:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.2.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "1.0.5"
charcode:
dependency: transitive
description:
Expand All @@ -49,7 +49,7 @@ packages:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.1.1"
crypto:
dependency: transitive
description:
Expand All @@ -63,14 +63,14 @@ packages:
name: csslib
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.6"
version: "0.16.0"
front_end:
dependency: transitive
description:
name: front_end
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.6"
version: "0.1.19"
glob:
dependency: transitive
description:
Expand All @@ -84,21 +84,21 @@ packages:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.3+3"
version: "0.14.0+2"
http:
dependency: transitive
description:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.0"
version: "0.12.0+2"
http_multi_server:
dependency: transitive
description:
name: http_multi_server
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
version: "2.1.0"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -126,42 +126,35 @@ packages:
name: json_rpc_2
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
version: "2.1.0"
kernel:
dependency: transitive
description:
name: kernel
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.6"
logging:
dependency: transitive
description:
name: logging
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.3+2"
version: "0.3.19"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.3+1"
version: "0.12.5"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6"
version: "1.1.7"
mime:
dependency: transitive
description:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.6+2"
version: "0.9.6+3"
multi_server_socket:
dependency: transitive
description:
Expand Down Expand Up @@ -189,28 +182,28 @@ packages:
name: package_resolver
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.6"
version: "1.0.10"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.2"
plugin:
pedantic:
dependency: transitive
description:
name: plugin
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0+3"
version: "1.7.0"
pool:
dependency: transitive
description:
name: pool
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.6"
version: "1.4.0"
pub_semver:
dependency: transitive
description:
Expand All @@ -224,7 +217,7 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.3+3"
version: "0.7.5"
shelf_packages_handler:
dependency: transitive
description:
Expand All @@ -245,7 +238,7 @@ packages:
name: shelf_web_socket
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2+4"
version: "0.2.3"
source_map_stack_trace:
dependency: transitive
description:
Expand All @@ -266,7 +259,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.1"
version: "1.5.5"
stack_trace:
dependency: transitive
description:
Expand All @@ -280,7 +273,7 @@ packages:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.8"
version: "2.0.0"
string_scanner:
dependency: transitive
description:
Expand All @@ -294,35 +287,42 @@ packages:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.1.0"
test:
dependency: "direct dev"
description:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.4"
typed_data:
version: "1.6.4"
test_api:
dependency: transitive
description:
name: typed_data
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6"
utf:
version: "0.2.6"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.6"
typed_data:
dependency: transitive
description:
name: utf
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.0+5"
version: "1.1.6"
vm_service_client:
dependency: transitive
description:
name: vm_service_client
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.6"
version: "0.2.6+2"
watcher:
dependency: transitive
description:
Expand All @@ -336,13 +336,13 @@ packages:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.9"
version: "1.0.13"
yaml:
dependency: transitive
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.15"
version: "2.1.16"
sdks:
dart: ">=2.0.0 <3.0.0"
dart: ">=2.2.2 <3.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: w3c_event_source
version: 1.3.0
version: 1.3.1
description: W3C EventSource client implementation for Dart / Flutter,
to communicate with server-sent event endpoints.
author: Renée Kooi <[email protected]>
Expand Down

0 comments on commit 6ea6afc

Please sign in to comment.