Skip to content

Commit

Permalink
update 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Mar 17, 2018
1 parent 8fb145e commit 98a180a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
XEUtils 提供一套实用的函数,支持常用基础函数、支持任意格式的日期处理函数,cookie操作函数等...

## 兼容性
支持 IE8+、Edge、Chrome、Firefox、Opera、Safari等...
![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_7-8/internet-explorer_7-8_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png)
--- | --- | --- | --- | --- |
7+ ✔ | ✔ | ✔ | ✔ | ✔ |

## CDN 安装
使用 script 方式安装,XEUtils 会定义为全局变量
Expand Down
4 changes: 2 additions & 2 deletions dist/xe-utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* xe-utils.js v1.5.6
* xe-utils.js v1.5.7
* (c) 2017-2018 Xu Liangzhan
* ISC License.
* @preserve
Expand Down Expand Up @@ -1343,7 +1343,7 @@

coreMethods.objectAssign(XEUtils, {
mixin: mixin,
version: '1.5.6',
version: '1.5.7',
$name: 'XEUtils'
})

Expand Down
Loading

0 comments on commit 98a180a

Please sign in to comment.