Skip to content

Commit

Permalink
* Limit Dart SDK version for Dart 2.8 version breaking change.
Browse files Browse the repository at this point in the history
* Add links to github repo in pubspec.yaml.
  • Loading branch information
jumperchen committed May 7, 2020
1 parent e539ac4 commit 403c584
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGES

### 2.2.2+1

* Limit Dart SDK version for Dart 2.8 version breaking change.
* Add links to github repo in pubspec.yaml.


### 2.2.2

* `ResourceLoader.load` supports `useCache` to control whether to use the cache.
Expand Down
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: stream
version: 2.2.2
version: 2.2.2+1
description: >
Lightweight Dart web server supporting request routing, filtering,
template engine, MVC design pattern, and file-based static resources.
authors:
- Tom Yeh <[email protected]>
homepage: http://rikulo.org/projects/stream
documentation: http://docs.rikulo.org/stream
repository: https://github.com/rikulo/stream
issue_tracker: https://github.com/rikulo/stream/issues
dependencies:
rikulo_commons: '>=3.0.0 <5.0.0'
rikulo_commons: '>=3.0.0 <4.1.0'
logging: ">=0.11.0 <2.0.0"
args: '>=0.13.0 <2.0.0'
path: '>=1.3.0 <2.0.0'
Expand All @@ -19,4 +21,4 @@ executables:
rspc:

environment:
sdk: '>=2.0.0 <3.0.0'
sdk: '>=2.0.0 <2.8.0'

0 comments on commit 403c584

Please sign in to comment.