All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.3.3 Changes
- ⬇️ Drop support for GHC 7.8
- ⬆️ Bump QuickCheck upper bound
-
v0.3.2 Changes
- ⬆️ Bump QuickCheck upper bound
-
v0.3.1 Changes
- 👍 Allow vector == 0.12.*
- 🏗 Do not use hspec-discover. This allows building the tests using
cabal new-build
.
-
v0.3.0 Changes
- ➕ Add
Data.LruCache.IO.Finalizer
for automatically running finalizer when evicting cache entrvies. - 📇 Rename
newStripedHandle
tonewStripedLruHandle
- ➕ Add
-
v0.2.1 Changes
- 🛠 Fix build with GHC 7.8
-
v0.2.0 Changes
- Don’t clear cache on clock overflow. This means that elements are never evicted without notifying the user via insertView.
-
v0.1.0 Changes
🎉 Initial release.