Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luics/storage
跨终端跨域存储
https://github.com/luics/storage
Last synced: 3 months ago
JSON representation
跨终端跨域存储
- Host: GitHub
- URL: https://github.com/luics/storage
- Owner: luics
- Created: 2013-10-15T06:06:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T05:13:01.000Z (almost 11 years ago)
- Last Synced: 2024-07-20T01:25:38.722Z (4 months ago)
- Language: JavaScript
- Homepage: http://gallery.kissyui.com/storage/1.1/guide/index.html
- Size: 2.82 MB
- Stars: 132
- Watchers: 13
- Forks: 29
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storage
## 概况
* 作者:鬼道
* [教程](http://gallery.kissyui.com/storage/1.1/guide/index.html)
* [demo](http://gallery.kissyui.com/storage/1.1/demo/index.html)
* [技术方案](https://github.com/luics/storage/wiki/Storage)## 版本历史
**请不要再使用1.0版(不再更新),尽快升级到最新版!**
### 1.1
* 修复 [kissy 1.4.0 postMessage bug](https://github.com/kissyteam/kissy/issues/515) 导致 的问题
* 修复因为单例模式导致的多次实例化后,接口调用失败的 bug
* 《使用 Storage 的3个理由》组件入门介绍及推广: [伯乐在线版本](http://blog.jobbole.com/49881/)、[ATA 版本](http://www.atatech.org/article/detail/11350/348)
* 新增 [prefix](http://gallery.kissyui.com/storage/1.1/guide/index.html#API) 参数,指定 key 前缀,移除1.0的默认前缀
* 补充[推荐命名规则](http://gallery.kissyui.com/storage/1.1/guide/index.html#建议)
* 补充[存储上限规则](https://github.com/luics/storage/wiki/Storage#%E5%AD%98%E5%82%A8%E4%B8%8A%E9%99%90)
### 1.0(已废弃)* 发布鸟