Skip to content

Commit

Permalink
Prepare v1.0.1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Nov 18, 2022
1 parent 5e5aede commit eead013
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.1
* Document improvements ([#34](https://github.com/xmartlabs/stock/pull/34))
* Make SourceOfTruth non-required in the Stock constrictor ([#33](https://github.com/xmartlabs/stock/pull/33))
* Add `mapData` extension to transform the `StockResponse<T>` into a `StockResponse<E>` ([#31](https://github.com/xmartlabs/stock/pull/31)).
* Add `stock.clear(id)` and `stock.clearAll()` functionality. Thanks [Abdktefane](https://github.com/Abdktefane) for PR [#30](https://github.com/xmartlabs/stock/pull/30).

## 1.0.0
* Document improvements ([#23](https://github.com/xmartlabs/stock/pull/23))
* CI improvements ([#22](https://github.com/xmartlabs/stock/pull/22))
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stock
description: Dart package for Async Data Loading and Caching.
Combine local (DB, cache) and network data simply and safely.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/xmartlabs/stock
repository: https://github.com/xmartlabs/stock
issue_tracker: https://github.com/xmartlabs/stock/issues
Expand Down

0 comments on commit eead013

Please sign in to comment.