Mangle Properties: Enhance the mangling of properties to support destructuring syntax and fix corner cases with the comma operator, improving the overall efficiency of your code minification.
Improvements
Mangle Properties: Improve the usability of property mangling, ensuring that string literals used with the 'in' operator are handled correctly, which enhances the accuracy of your minified code.
Assignments, Booleans & Conditionals: Enhance the handling of assignments, booleans, and conditionals, leading to better performance and reliability in your code transformations.
Fixes
Fix corner cases in various areas including varify, booleans, conditionals, and if_return, ensuring that edge cases are handled correctly and improving the robustness of the minification process.
Others
Work around quirks in GitHub Actions to ensure smoother integration and deployment processes.