Skip to content

Releases: xiaoxian521/vite-plugin-remove-console

v2.2.0

04 Dec 05:53
Compare
Choose a tag to compare

2.2.0 (2023-12-04)

  • feat: add custom api, Completely customize the statements that need to be removed, which will overwrite includes, for example like this: removeConsole({ custom: ["console.log()", "console.warn()", "debugger", ...] })

v2.1.1

25 Apr 17:56
Compare
Choose a tag to compare

2.1.1 (2023-04-26)

  • feat: add nuxt3 demo in playgrounds
  • perf: types

v2.1.0

28 Feb 12:28
Compare
Choose a tag to compare

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", ...] })

v2.0.0

14 Feb 05:09
Compare
Choose a tag to compare

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

v1.3.0

10 Nov 09:06
Compare
Choose a tag to compare

1.3.0 (2022-11-10)

  • compatible with esm and cjs

v1.2.0

08 Nov 05:29
Compare
Choose a tag to compare

perf: provides friendlier type deduction

v1.1.0

18 Jul 02:42
Compare
Choose a tag to compare

v1.0.4

05 Jul 09:27
Compare
Choose a tag to compare

fix: path translation problem of external parameter value in windows platform

v1.0.3

23 Jun 13:29
Compare
Choose a tag to compare

fix: type

v1.0.0

16 Jun 14:39
Compare
Choose a tag to compare

1.0.0 (2022-06-16)

  • release(1.0.0)