Releases: bitlap/smt
Releases Β· bitlap/smt
v0.3.0
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
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.JLog
orJLog
as input argument. LogType
package path has be changed fromio.github.dreamylost
toio.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
@toString
cannot be used with other annotations - add chinese README
v0.0.5
@toString
- support
callSuper
option
breaking change
- rename
withFieldName
toincludeFieldNames
- rename
withInternalField
toincludeInternalFields
@synchronized
- first implementation
v0.0.4
- add
@builder
v0.0.3
- add json