Skip to content

Releases: veliovgroup/Client-Storage

v4.0.1

31 May 11:02
2bafd24
Compare
Choose a tag to compare

📦 NPM: @4.0.1
☄️ Atmosphere @4.0.1

Changes:

  • 👨‍💻 Support server environment
  • 👨‍🔬 Improve tests, covering server usage

v4.0.0

30 May 20:26
77d9170
Compare
Choose a tag to compare

📦 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

v3.0.1

01 Mar 22:59
0e44b9e
Compare
Choose a tag to compare
  • 🤝 Compatibility with [email protected].*;
  • 👨‍🔬 Minor update to the test-suite;
  • 👷 This is maintenance release.

v3.0.0

22 May 08:49
a2ed448
Compare
Choose a tag to compare

v2.1.4 (meteor: v2.2.2)

31 Jan 07:36
4f58b0b
Compare
Choose a tag to compare
  • 🤝 Compatibility with [email protected]
  • 📄 Minor docs update
  • 📄 Add example for persistent reactive variable in Meteor, see #3
  • 👷‍♂️ Regular codebase maintenance
  • 📦 Update internal Atmosphere dependencies

v2.1.3 (Meteor: v2.2.1)

09 Nov 14:52
Compare
Choose a tag to compare
  • Regular update
  • Compatibility with [email protected]
  • Dependencies update
  • Minor auto-tests enhancements

v2.1.3 (Meteor: v2.2.0)

17 May 04:56
Compare
Choose a tag to compare

This is only Meteor package update

  • Compatibility with [email protected]
  • Breaking: clientStorage and ClientStorage vars are not exposed to global scope, use - ES6 import

v2.1.2

16 Mar 02:34
Compare
Choose a tag to compare
  • Minor codebase enhancements
  • Compatibility with [email protected]
  • Dependencies update
  • Docs update

v2.1.1

19 Jan 09:16
Compare
Choose a tag to compare
  • Less code, was 566 lines, now - 364 lines
  • More tests
  • Dependencies update
  • Breaking: .get(non-existent-key) returns undefined, previously it was returning null

v2.1.0

01 Sep 15:50
Compare
Choose a tag to compare
  • Migrate codebase to vanilla JS
  • No dependencies
  • Now it’s NPM package
  • See old repository