Skip to content

Commit 2e23f40

Browse files
committed
release: v1.5.8
1 parent fa2fc26 commit 2e23f40

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.5.8 (12 Aug 2019)
2+
3+
* add: eslint for release package
4+
15
## v1.5.7 (11 Aug 2019)
26

37
* add: crc1

index.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"toArr",
4848
"some",
4949
"$safeEls",
50-
"isStr"
50+
"isStr",
51+
"each"
5152
],
5253
"env": [
5354
"browser"
@@ -66,7 +67,8 @@
6667
"contain",
6768
"isNum",
6869
"$safeEls",
69-
"prefix"
70+
"prefix",
71+
"each"
7072
],
7173
"env": [
7274
"browser"
@@ -96,7 +98,8 @@
9698
"dependencies": [
9799
"delegate",
98100
"isUndef",
99-
"$safeEls"
101+
"$safeEls",
102+
"each"
100103
],
101104
"env": [
102105
"browser"
@@ -419,7 +422,8 @@
419422
"State",
420423
"bind",
421424
"nextTick",
422-
"noop"
425+
"noop",
426+
"toArr"
423427
],
424428
"env": [
425429
"node",
@@ -1792,7 +1796,8 @@
17921796
"Promise",
17931797
"each",
17941798
"defaults",
1795-
"noop"
1799+
"noop",
1800+
"has"
17961801
],
17971802
"env": [
17981803
"browser"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "licia-src",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"description": "Useful utility collection with zero dependencies",
55
"bin": {
66
"licia": "./bin/licia.js"

0 commit comments

Comments
 (0)