Skip to content

Commit ff9734f

Browse files
committed
Merge branch 'dev'
2 parents ce15ab7 + 850ed0b commit ff9734f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
V1.0.3
2-
F 通过引入队列,修复indexeddb在高频存储调用过程中会报错的问题(因为唯一keypath timestamp会重复
2+
F indexDB使用自增键作为主键,修复在高频存储调用过程中会报错的问题(因为唯一keypath timestamp可能会重复
33
U 优化了localStorage协议的存储结构,节省空间
44

55
V1.0.2

dist/logline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* logline v1.0.2 (https://github.com/latel/logline#readme)
2+
* logline v1.0.3 (https://github.com/latel/logline#readme)
33
* Copyright 2016, latel <latelx64@gmail.com>
44
* MIT license
55
*/

dist/logline.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logline",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "logs for the frontend",
55
"main": "dist/logline.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)