From eead0138af00db260ab16b6c31dc5da40b526622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Irland?= Date: Fri, 18 Nov 2022 10:02:53 -0300 Subject: [PATCH] Prepare v1.0.1 (#35) --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5af6d..2bce57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` into a `StockResponse` ([#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)) diff --git a/pubspec.yaml b/pubspec.yaml index e6734e6..d356bd0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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