Skip to content

Commit

Permalink
release: v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Aug 1, 2019
1 parent 56f3290 commit 48b4ce2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.5.5 (1 Aug 2019)

* add: stringifyAll
* add: getProto
* add: isSymbol
* feat(allKeys): support unenumerable and symbol

## v1.5.4 (20 Jul 2019)

* add: golangify
Expand Down
7 changes: 5 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,8 @@
"test": [
"node",
"browser"
]
],
"since": "1.5.5"
},
"getUrlParam": {
"description": "Get url param.",
Expand Down Expand Up @@ -3112,7 +3113,8 @@
"test": [
"node",
"browser"
]
],
"since": "1.5.5"
},
"isTypedArr": {
"description": "Check if value is a typed array.",
Expand Down Expand Up @@ -4809,6 +4811,7 @@
"node",
"browser"
],
"since": "1.5.5",
"demo": true
},
"stripAnsi": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "licia-src",
"version": "1.5.4",
"version": "1.5.5",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/g/getProto.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/* module
* env: all
* test: all
* since: 1.5.5
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/i/isSymbol.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/* module
* env: all
* test: all
* since: 1.5.5
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/s/stringifyAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/* module
* env: all
* test: all
* since: 1.5.5
*/

/* typescript
Expand Down

0 comments on commit 48b4ce2

Please sign in to comment.