Skip to content

Releases: morganney/webpack-strip-debug-loader

v1.3.4

20 Jan 21:16
08e069c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

Release v1.3.3

25 Sep 14:31
dfad510
Compare
Choose a tag to compare
  • Increases code coverage
  • Updates docs

Release v1.3.2

14 Sep 13:40
12b8ce3
Compare
Choose a tag to compare
  • Add publish workflow and coverage reports for CI
  • Add note about how to view debug statements to the README

Release v1.3.1

13 Sep 03:20
51bcdbf
Compare
Choose a tag to compare

Release v1.3.0

10 Sep 03:03
47c9045
Compare
Choose a tag to compare
  • Removes multiline import
import {
  Debug
} from 'webpack-strip-debug-loader'

Release v1.2.1

02 Sep 15:53
Compare
Choose a tag to compare
  • Fixes a bug where debug calls that included functional arguments were not being completely removed
  // This pattern should now be correctly identified and removed
  debug(
    someFuncCallOn(foo),
    'foo',
    someString.includes('foo')
  )

Release v1.2.0

02 Sep 14:40
Compare
Choose a tag to compare
  • Add support for single or double quotes on import and require statements
  • Add support for removing debug calls with no arguments
  • Add support for removing debug calls that spread more than one line

Release v1.1.0

02 Sep 04:40
Compare
Choose a tag to compare
  • Updates regex for removing debug calls to support comments, multiple arguments, and double/single quotes.

Release v1.0.2

28 Aug 15:53
Compare
Choose a tag to compare
  • Update docs related to installation

Release v1.0.1

28 Aug 15:06
Compare
Choose a tag to compare
  • Update docs
  • Use ES modules