Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
latel committed Dec 17, 2016
2 parents ce15ab7 + 850ed0b commit ff9734f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
V1.0.3
F 通过引入队列,修复indexeddb在高频存储调用过程中会报错的问题(因为唯一keypath timestamp会重复
F indexDB使用自增键作为主键,修复在高频存储调用过程中会报错的问题(因为唯一keypath timestamp可能会重复
U 优化了localStorage协议的存储结构,节省空间

V1.0.2
Expand Down
2 changes: 1 addition & 1 deletion dist/logline.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* logline v1.0.2 (https://github.com/latel/logline#readme)
* logline v1.0.3 (https://github.com/latel/logline#readme)
* Copyright 2016, latel <latelx64@gmail.com>
* MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/logline.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logline",
"version": "1.0.2",
"version": "1.0.3",
"description": "logs for the frontend",
"main": "dist/logline.min.js",
"scripts": {
Expand Down

0 comments on commit ff9734f

Please sign in to comment.