Skip to content

v0.3.0

Compare
Choose a tag to compare
@jxnu-liguobin jxnu-liguobin released this 27 Jul 15:29
· 342 commits to master since this release

Library

  • primitive types and string can be omitted when use @constructor for internal fields, see issue #66
  • add @equalsAndHashCode
  • support generic as follow
    • @apply
    • @builder
    • @constructor

IDEA plugin

  • support @equalsAndhashcode
  • support currying
    • @apply
  • support generic as follow
    • @builder do not need currying
    • @apply

Refactor