Skip to content

Releases: hadv/ringcache

v0.0.2

13 Jun 03:02
d52d0de
Compare
Choose a tag to compare

What's Changed

  • some small refactoring stuffs by @hadv in #5
  • code coverage reports by @hadv in #6
  • don't need to check nil value on get func by @hadv in #7

Full Changelog: v0.0.1...v0.0.2

v0.0.1

10 Jun 13:36
32dd86a
Compare
Choose a tag to compare

What's Changed

  • do not support nil key/value by @prpeh in #1
  • cache size should be greater than zero by @prpeh in #2
  • add example code to demo how to use the ring cache by @hadv in #3
  • deletes the old key from items map only if the old key is not nil by @hadv in #4

New Contributors

  • @prpeh made their first contribution in #1
  • @hadv made their first contribution in #3

Full Changelog: https://github.com/hadv/ringcache/commits/v0.0.1