Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 1.09 KB

GenALlSetter Changelog

Unreleased

2.0.5 - 2024-12-10

Changed

  • Added support for generating getter methods.
  • Generate Functions can now be called on method parameters as well.

2.0.4 - 2024-12-09

Changed

  • Updated minimum supported IDE version to 2023.1.7
  • Improved thread handling with ApplicationManager
  • Enhanced backward compatibility support

2.0.3 - 2024-12-09

Changed

  • Determine the plug-in icon, add description information

2.0.1 - 2020-12-01

fixed

  • fix type forced transfer exception

Added

  • Add icon and dark style icon

Changed

  • Adjust description information

2.0.0 - 2020-09-03

Added

  • Supports searching for objects that can generate get methods from within methods, and filling them into set assignment statements.

Changed

  • Abandon Java, use Kotlin to rewrite the plug-in
  • Optimized the naming of action, more humane

1.2.1 - 2020-03-21

Added

  • All set methods of the object can be called automatically
  • Support to fill in default values ​​while generating set method
  • Support Lombok's @Builder chain assignment