Skip to content

v4.0.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 30 May 20:26
· 11 commits to master since this release
77d9170

📦 NPM: @4.0.0
☄️ Atmosphere @4.0.0

Major Changes:

  • ⚠️ Class name changed from clientStorage to ClientStorage
  • ⚠️ ES6 Import changed to const { 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