Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Jul 19, 2024
1 parent be610f4 commit 88e5802
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0

* Remove `http` dependency
* Use `dart.library.io` and 'dart.library.js_interop'

## 1.0.1

* Add sample code with `Dio` http client
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.1"
version: "1.1.0"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: taro
description: "Taro is a library for loading data from network and saving it to storage to speed up data loading."
version: 1.0.1
version: 1.1.0
homepage: https://github.com/koji-1009/taro

environment:
Expand Down

0 comments on commit 88e5802

Please sign in to comment.