Releases: jackhftang/lrucache.nim
Releases · jackhftang/lrucache.nim
Release 1.1.4
- Merge pull request #5 from status-im/fix/fwd-decl (0267de3)
- fix: make
len
available to other procs (ac18cb7)
Release 1.1.3
- backward compatible with rightSize (aac732f)
Release 1.1.2
- Revert "support initTable with or without rightSize" (38b0829)
Release 1.1.1
- support initTable with or without rightSize (0e88c33)
- use proc instead of func (15bf040)
- update API link (d590a3f)
Release 1.0.4
- Revert "store hashes of keys instead of keys" (7248ef2)
Release 1.0.3
- store hashes of keys instead of keys (b87dce9)
- rename LRUCache to LruCache (09f49db)