Skip to content

Releases: antkorwin/better-strings

0.5 Release

20 Jul 13:22
96f4a6f
Compare
Choose a tag to compare

🚀 New Features

  • support for class fields and default methods in interfaces #16

📚 Documentation

  • how to use string interpolation in classes, interfaces, fields, enums, etc.
  • how to build project with gradle and better-strings
  • how to use better-strings with gradle and IDEA simultaneously.

0.4 Release

15 Jul 14:04
Compare
Choose a tag to compare

🚀 New Features

  • An option for explicit toString calls in the generated code #14 @PawelLipski

📚 Documentation

  • have improved documentation about the internals of generated code and how to control this process.

❤️ Contributors

Thanks to @PawelLipski

0.3 Release

26 Apr 14:31
41d956e
Compare
Choose a tag to compare
  • remove asciiart banner
  • add support to use interpolation within enums code
  • improve documentation
  • add some test cases

0.2 Release

09 Mar 10:11
93b41ff
Compare
Choose a tag to compare
  • fix a bug with the DisabledStringInterpolation annotation scanning
  • improve documentation
  • add escaping workaround

0.1 Release

14 Feb 23:40
Compare
Choose a tag to compare

Java String Interpolation Plugin