This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Releases: bitlap/smt
Releases Β· bitlap/smt
v0.3.0
Library
- primitive types and string can be omitted when use
@constructorfor 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
@builderdo not need currying@apply
Refactor
v0.2.0
- Add intellij plugin support by @IceMimosa
@apply@builder@log@json
- Code optimization by @jxnu-liguobin
- Support short prefixΒ for importing enum, can use
LogType.JLogorJLogas input argument. LogTypepackage path has be changed fromio.github.dreamylosttoio.github.dreamylost.logs. breaking change
- Support short prefixΒ for importing enum, can use
- Support currying by @jxnu-liguobin
@constructor@apply@builder
v0.1.0
1.add @constructor
2.code optimization
v0.0.6
- refactor code
- support
@apply - support
@log - fix bug that
@toStringcannot be used with other annotations - add chinese README
v0.0.5
@toString
- support
callSuperoption
breaking change
- rename
withFieldNametoincludeFieldNames - rename
withInternalFieldtoincludeInternalFields
@synchronized
- first implementation
v0.0.4
- add
@builder
v0.0.3
- add json