v4.0.0
📦 NPM: @4.0.0
☄️ Atmosphere @4.0.0
Major Changes:
⚠️ Class name changed fromclientStorage
toClientStorage
⚠️ ES6 Import changed toconst { clientStorage } from 'ClientStorage';
Changes:
- 👨💻 Refactor package codebase, splitting each "storage driver" into separate classes with standardized API
- 👷♂️ Now all "storage drivers" support
ttl
argument in.set()
method - 👨💻 Now all "storage drivers" follows the same API
Other Changes:
- 👨🔬 Improve tests
- 📔 Improve documentation