Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Releases: zenonine/to_string_helper

Fix mixin compile-time error

26 Jun 19:27
8d8198f
Compare
Choose a tag to compare
Fix #47: mixin compile-time error (#48)

Additionally,
* Update examples in documentation
* Update to_string_helper and to_string_helper_generator to version 1.1.1

v1.1.0

21 May 13:07
4b54af9
Compare
Choose a tag to compare
  • Added annotation @ToStringMixin.

v1.0.5

18 May 21:26
f71bdc5
Compare
Choose a tag to compare
  • Improved documentation.

v1.0.4

17 May 16:15
27c7796
Compare
Choose a tag to compare
  • Documented implemented features.

v1.0.3

17 May 14:42
1e14ad9
Compare
Choose a tag to compare
  • Added helper class ToStringHelper. This class allows to be used without code generation.
  • Added annotation @ToString and @ToStringField, which allow to configure the generated code for toString() method.