babel-minify@0.2.0
boopathi
released this
14 Aug 12:34
·
194 commits
to master
since this release
babel-minify@0.2.0 (2017-08-14)
Highlights
Updated packages
- babel-helper-evaluate-path@0.2.0
- babel-helper-flip-expressions@0.2.0
- babel-helper-is-void-0@0.2.0
- babel-helper-mark-eval-scopes@0.2.0
- babel-helper-remove-or-void@0.2.0
- babel-helper-to-multiple-sequence-expressions@0.2.0
- babel-minify@0.2.0
- babel-plugin-minify-builtins@0.2.0
- babel-plugin-minify-constant-folding@0.2.0
- babel-plugin-minify-dead-code-elimination@0.2.0
- babel-plugin-minify-flip-comparisons@0.2.0
- babel-plugin-minify-guarded-expressions@0.2.0
- babel-plugin-minify-infinity@0.2.0
- babel-plugin-minify-mangle-names@0.2.0
- babel-plugin-minify-numeric-literals@0.2.0
- babel-plugin-minify-replace@0.2.0
- babel-plugin-minify-simplify@0.2.0
- babel-plugin-minify-type-constructors@0.2.0
- babel-plugin-transform-inline-consecutive-adds@0.2.0
- babel-plugin-transform-inline-environment-variables@0.2.0
- babel-plugin-transform-member-expression-literals@6.8.5
- babel-plugin-transform-merge-sibling-variables@6.8.6
- babel-plugin-transform-minify-booleans@6.8.3
- babel-plugin-transform-node-env-inline@0.2.0
- babel-plugin-transform-property-literals@6.8.5
- babel-plugin-transform-regexp-constructors@0.2.0
- babel-plugin-transform-remove-console@6.8.5
- babel-plugin-transform-remove-debugger@6.8.5
- babel-plugin-transform-remove-undefined@0.2.0
- babel-plugin-transform-simplify-comparison-operators@6.8.5
- babel-plugin-transform-undefined-to-void@6.8.3
- babel-preset-minify@0.2.0
- gulp-babel-minify@0.2.0
💥 Breaking Change
🚀 New Feature
- #662 Use evaluate helper in removeUndefined transform. (@boopathi)
- #658 Make tdz optional in helper evaluate. (@boopathi)
- #616 Convert simple arrow function body to expression. (@ashsearle)
🐛 Bug Fix
babel-plugin-transform-remove-undefined
,babel-preset-minify
babel-helper-to-multiple-sequence-expressions
,babel-preset-minify
babel-helper-evaluate-path
babel-helper-evaluate-path
,babel-plugin-minify-builtins
,babel-plugin-minify-dead-code-elimination
babel-plugin-minify-dead-code-elimination
- #597 [Closes #574] deopt when binding is present in diff scope. (@vigneshshanmugam)
- #626 Detect duplicate declaration during one-use replacement. (@boopathi)
- #622 [DCE] Fix removal of ArrayPattern. (@boopathi)
- #602 fix(minify-dead-code): Closes #601. (@postspectacular)
babel-plugin-minify-simplify
babel-plugin-transform-remove-undefined
,babel-preset-babili
- #633 binding voilations check during es2015 transform[Closes #630]. (@vigneshshanmugam)
babel-plugin-minify-constant-folding
📝 Documentation
- Other
babili
babel-helper-evaluate-path
babel-plugin-minify-numeric-literals
- #639 Update babel-plugin-minify-numeric-literals README. (@benbrandt)
🏠 Internal
babili
- #652 test for nested options in node api. (@vigneshshanmugam)
- Other
babel-helper-mark-eval-scopes
,babel-plugin-minify-dead-code-elimination
,babel-plugin-minify-mangle-names
babel-plugin-minify-simplify
- Multiple packages
Committers: 6
- Ash (ashsearle)
- Ben Brandt (benbrandt)
- Boopathi Rajaa (boopathi)
- Jed Fox (j-f1)
- Karsten Schmidt (postspectacular)
- Vignesh Shanmugam (vigneshshanmugam)