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