We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f51770 commit 04f97d0Copy full SHA for 04f97d0
dist/cache.js
@@ -1,6 +1,6 @@
1
/*!
2
- * Cache.js v0.0.5
3
- * (c) 2019-01-11 Xinyu Peng
+ * Cache.js v0.0.6
+ * (c) 2021-10-28 Xinyu Peng
4
*/
5
6
; (function (global, factory) {
package.json
{
"name": "cache-lib",
- "version": "0.0.5",
+ "version": "0.0.6",
"browser": "dist/cache.min.js",
"main": "src/cache.js",
"description": "cache.js 是一个轻量级的 JS 库,对 `localStorage`、`sessionStorage`进行了扩展,增加了序列化方法和过期时间。可以直接存取JSON对象、设置过期时间。",
src/cache.js
0 commit comments