Skip to content

Commit

Permalink
release: v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Sep 5, 2021
1 parent 9986583 commit e5ede11
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
## v1.29.0 (30 Mar 2020)
## v1.30.0 (5 Sep 2021)

* feat: add naturalSort
* feat: add isCyclic
* feat: add Benchmark
* feat(stringifyAll): parse
* fix(highlight): error when style tag empty

## v1.29.0 (30 Mar 2021)

* feat: add ResizeSensor
* feat: add cssPriority
* feat: add SingleEmitter
* fix(cliHelp): no miniprogram env
* fix(Emitter): mixin removeAllListeners missing

## v1.28.0 (6 Jan 2020)
## v1.28.0 (6 Jan 2021)

* feat: add isDir
* feat($insert): dom element
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "licia",
"version": "1.29.0",
"version": "1.30.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand All @@ -18,7 +18,7 @@
"demo": "licia demo",
"karma": "karma",
"mocha": "mocha",
"format": "prettier *.js lib/**/*.js lib/*.js bin/*.js --write",
"format": "prettier *.js lib/**/*.js lib/*.js bin/*.js --write && licia format",
"format:pkg": "prettier .licia/packages/**/*.{js,d.ts} .licia/packages/**/**/*.js --write",
"test:node": "licia test -s",
"test:browser": "licia test -bs",
Expand Down
1 change: 1 addition & 0 deletions src/Benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

/* module
* env: all
* since: 1.30.0
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/isCyclic.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/* module
* env: all
* since: 1.30.0
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/naturalSort.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/* module
* env: all
* since: 1.30.0
*/

/* typescript
Expand Down

0 comments on commit e5ede11

Please sign in to comment.