File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 4747 " toArr" ,
4848 " some" ,
4949 " $safeEls" ,
50- " isStr"
50+ " isStr" ,
51+ " each"
5152 ],
5253 "env" : [
5354 " browser"
6667 " contain" ,
6768 " isNum" ,
6869 " $safeEls" ,
69- " prefix"
70+ " prefix" ,
71+ " each"
7072 ],
7173 "env" : [
7274 " browser"
9698 "dependencies" : [
9799 " delegate" ,
98100 " isUndef" ,
99- " $safeEls"
101+ " $safeEls" ,
102+ " each"
100103 ],
101104 "env" : [
102105 " browser"
419422 " State" ,
420423 " bind" ,
421424 " nextTick" ,
422- " noop"
425+ " noop" ,
426+ " toArr"
423427 ],
424428 "env" : [
425429 " node" ,
17921796 " Promise" ,
17931797 " each" ,
17941798 " defaults" ,
1795- " noop"
1799+ " noop" ,
1800+ " has"
17961801 ],
17971802 "env" : [
17981803 " browser"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments