Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (21 loc) · 760 Bytes

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 760 Bytes

rollup-plugin-strip changelog

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