Releases: antkorwin/better-strings
Releases · antkorwin/better-strings
0.5 Release
🚀 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
🚀 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
- remove asciiart banner
- add support to use interpolation within enums code
- improve documentation
- add some test cases
0.2 Release
- fix a bug with the DisabledStringInterpolation annotation scanning
- improve documentation
- add escaping workaround
0.1 Release
Java String Interpolation Plugin