We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98f178 commit 4073a9bCopy full SHA for 4073a9b
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v0.1.1
2
+* Add additional helper methods
3
+ - update_if_exists
4
+ - update_mut_if_exists
5
+ - remove_if
6
+* Change Backing Trait to support `remove_if`. This might be breaking if you have a custom backing.
7
+
8
# v0.1.0
9
* Add ttl-cache feature
10
* \[Breaking] Return type of the loader function changed from Optional<T> to Result<T, E>
Cargo.toml
@@ -2,7 +2,7 @@
name = "cache_loader_async"
description = "A thread safe loading cache with async loader functions based on tokio"
repository = "https://github.com/ZeroTwo-Bot/cache-loader-async-rs"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Alexander Becker <bytealex@zerotwo.bot>", "Spencer Sharkey <spencer@sf-n.com>"]
edition = "2018"
keywords = ["cache", "async"]
0 commit comments