Releases: Orkavian/timed-map
Releases · Orkavian/timed-map
1.7.0
1.6.0
1.5.1
Full Changelog: v.1.5.0...94d4cad
v1.5.0
Brings bunch of different things that can be documented in 3 categories:
Iterations
This adds iterator support to TimedMap. You can now use for loops and .into_iter() on TimedMap just like regular maps. It skips expired entries by default.
Also added iter_unchecked() and iter_mut_unchecked() if you want to exclude expired entries.
Returning expired entries
drop_expired_entries() now returns the removed entries instead of just dropping them silently.
Minor changes
Lastly, derived Clone for a few types to make them easier to use.
v1.4.1
v1.4.0
Brings serde support.
v1.3.2
Implements TimedMap::contains_key and TimedMap::contains_key_unchecked functions
v1.3.1
v1.3.0
v.1.2.9
bump to 1.2.9 Signed-off-by: onur-ozkan <work@onurozkan.dev>