Skip to content

Latest commit

History

History
executable file
107 lines (55 loc) 路 1.61 KB

CHANGELOG.md

File metadata and controls

executable file
107 lines (55 loc) 路 1.61 KB

@rollup/plugin-strip ChangeLog

v3.0.2

2022-12-17

Bugfixes

  • fix: update magic-string #1373

v3.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v3.0.0

2022-10-10

Breaking Changes

  • fix: prepare for Rollup 3 #1284

v2.1.0

2021-07-26

Features

  • feat: add typings (#898)

v2.0.1

2021-05-07

Updates

  • chore: update dependencies (7ff3d0c)

v2.0.0

2020-07-12

Breaking Changes

  • feat!: support specifying both functions and labels (#471)

Updates

  • docs: update README (#458)

v1.3.3

2020-05-11

Updates

  • chore: rollup v2 peerDep. (dupe for pub) (628f8c7)

v1.3.2

2020-02-01

Updates

  • chore: update dependencies (059d1f2)

1.2.2

  • Fix object destructuring assignments with default values (#17)
  • update rollup-pluginutils (#22)

1.2.1

  • Update dependencies

1.2.0

  • Use this.parse instead of acorn.parse
  • Make code removal more conservative (#9)

1.1.1

  • Return a name

1.1.0

  • Remove methods of this and super (#3)

1.0.3

  • Fix build

1.0.2

  • Default to adding sourcemap locations

1.0.1

  • Skip removed call expressions from further AST traversal

1.0.0

  • Initial release