Releases: tuax/tua-storage
Releases · tuax/tua-storage
v1.5.0
-
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
-
perf: pack umd and es, add husky commitlint, update deps and so on
-
docs: update build status svg
v1.4.0
add new feature isForceUpdate
to invoke syncFn instead of cache when you call load function
v1.3.0
-
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
-
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/