Skip to content

Releases: tuax/tua-storage

v1.5.0

02 Nov 07:44
847cc29
Compare
Choose a tag to compare
  • feat: close #7 add sync methods for wxStorage/asyncStorage/localStorage/cache and add docs

  • feat: add some default options

  • refactor: storage.js -> index.js, _formatMethodsByXX -> storageEngines/

v1.4.1

02 Nov 07:37
b83a2a1
Compare
Choose a tag to compare
  • perf: pack umd and es, add husky commitlint, update deps and so on

  • docs: update build status svg

v1.4.0

21 Aug 03:35
643baac
Compare
Choose a tag to compare

add new feature isForceUpdate to invoke syncFn instead of cache when you call load function

v1.3.1

21 Aug 04:05
93629f1
Compare
Choose a tag to compare

add badge and ci support

v1.3.0

21 Aug 04:07
c8c2803
Compare
Choose a tag to compare
  • feat(all): refactor code, add ES7 decorator to support array param, clean initial expired data

  • feat(storage, test, lock, pkg, babel): support automaticly clean expired data by setInterval, remove clear function at the constructor

v1.1.0

21 Aug 04:13
Compare
Choose a tag to compare
  • refactor(test, pkg): src/TEST -> test/, delete some unnecessary tests

  • feat(src, pkg, test): concurrent load one inexistent data will only trigger syncFn once

  • feat(pkg, readme, src, test): support { fullKey }, support { expires: null }, add some doc about new feats, refactor test/

v1.0.0

21 Aug 04:15
Compare
Choose a tag to compare

initial commit