Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 2.17 KB

changelog.md

File metadata and controls

66 lines (36 loc) · 2.17 KB

Changelog

v1.2.1

compare changes

🐞 Bug Fixes

  • Export plugin meta data (e39d72a)

❤️ Contributors

v1.2.0

compare changes

🚀 Features

  • Save indents and comments during code fixing (e78df10)
  • Enhance boolean context detection (deeeb85)

🏎 Performance Improvements

  • Reduce max recursion depth in flatten operands (10615ad)
  • Optimize condition checks with early return (e7211d5)

🐞 Bug Fixes

  • Simplify error messages (46e9bca)
  • Fix type conversion detection (6053504)
  • Beautify error messages (5c80b9d)
  • Prevent duplicate parentheses in transform (8670451)

❤️ Contributors

v1.1.0

compare changes

🚀 Features

  • Prevent unsafe negation transformations (692416b)

❤️ Contributors

v1.0.1

compare changes

🐞 Bug Fixes

  • Update operator in binary expression to use correct operator (d9b3f29)

❤️ Contributors

v1.0.0

🔥️️ Initial Release