Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Feb 28, 2023
1 parent e12b5cc commit 9666306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0 (2023-02-28)

- feat: support retaining the specified console by configuring `externalValue` without remove it, for example like this: `removeConsole({ externalValue: ["这个不删", "noRemove", ...] })`

## 2.0.0 (2023-02-14)

- feat: supports passing `includes` to specify the type of `console` that needs to be removed, for example like this: `removeConsole({ includes: ["log", "warn", "error", "info", ...] })`, If `includes` is not passed, `console.log` will be removed by default
Expand Down

0 comments on commit 9666306

Please sign in to comment.