zengen 0.1.1
zengen: ^0.1.1 copied to clipboard
A transformer to generate boilerplate code.
0.1.1 - 2014-05-09 #
- Add the optional named parameter
callSuperto@ToString()and@EqualsAndHashCode. - Add the optional named parameter
excludeto@ToString()and@EqualsAndHashCode.
0.1.0 - 2014-05-08 #
Initial release available for public testing with @ToString() and @EqualsAndHashCode.
Features #
@ToString(): generate the implementation ofString toString().@EqualsAndHashCode(): generate the implementation ofbool operator ==(o)andint get hashCode.
Semantic Version Conventions #
- Stable: All even numbered minor versions are considered API stable: i.e.: v1.0.x, v1.2.x, and so on.
- Development: All odd numbered minor versions are considered API unstable: i.e.: v0.9.x, v1.1.x, and so on.