Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luics/storage

跨终端跨域存储
https://github.com/luics/storage

Last synced: 3 months ago
JSON representation

跨终端跨域存储

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(已废弃)

* 发布鸟