Skip to content

Releases: erni27/imcache

v0.6.0

10 Apr 16:25
c109d14
Compare
Choose a tag to compare

What's Changed

  • cleaner: return err instead of panic by @erni27 in #18
  • tests: remove go-cmp dependency by @erni27 in #21

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Apr 20:45
383bada
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Apr 09:36
d49c38e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Apr 14:35
0aef6bb
Compare
Choose a tag to compare

What's changed

Features

  • Add Stringer interface implementation for EvictionReason type (#6)
  • Add Len method returning the number of entries in the cache (#8)
  • Add GetAll method returning a copy of all entries in the cache (#10)

Fixes

  • Improve expiration consistency for sharded cache (#9)

v0.2.0

05 Apr 21:00
Compare
Choose a tag to compare

What's changed

Features

  • Introduce generics #5

v0.1.1

02 Apr 21:50
406f480
Compare
Choose a tag to compare

What's changed

Fixes

  • Fix the default Hasher32 #3

v0.1.0

02 Apr 18:57
c0eba8f
Compare
Choose a tag to compare
Merge pull request #1 from erni27/add-base-implementation

Add base implementation