- Updated Readme.md
- Creating a cache store now doesn't require a type for the keys. It is assumed to be a string.
- Setting store.set on a key that already exists will also override the value.
- Updates internal build dependencies
- Remove debug statements
- Better type assertions on store
- Bump dev deps
- Added support for UMD (Can directly run in the browser)
- Added support for CJS require
- [Breaking Change] Changed the output dir from
lib
todist
- [Breaking Change] Added separate
esm
andumd
builds - [Breaking Change] Removed the
options.strategy
option