Skip to content

Commit 83d8ba6

Browse files
committed
release: v1.7.0
1 parent 66cad04 commit 83d8ba6

5 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.7.0 (4 Sep 2019)
2+
3+
* add: slugify
4+
* add: universalify
5+
* feat(compressImg): support url
6+
* feat(isBuffer): change env to all
7+
18
## v1.6.1 (29 Aug 2019)
29

310
* add: deburr

index.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4782,7 +4782,8 @@
47824782
"test": [
47834783
"node",
47844784
"browser"
4785-
]
4785+
],
4786+
"since": "1.7.0"
47864787
},
47874788
"snakeCase": {
47884789
"description": "Convert string to \"snakeCase\".",
@@ -5474,7 +5475,8 @@
54745475
"test": [
54755476
"node",
54765477
"browser"
5477-
]
5478+
],
5479+
"since": "1.7.0"
54785480
},
54795481
"unzip": {
54805482
"description": "Opposite of zip.",

package.json

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

src/s/slugify.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/* module
1616
* env: all
1717
* test: all
18+
* since: 1.7.0
1819
*/
1920

2021
/* typescript

src/u/universalify.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
/* module
2525
* env: all
2626
* test: all
27+
* since: 1.7.0
2728
*/
2829

2930
/* typescript

0 commit comments

Comments
 (0)