Skip to content

v0.2.0

Compare
Choose a tag to compare
@jxnu-liguobin jxnu-liguobin released this 11 Jul 14:00
· 363 commits to master since this release
  1. Add intellij plugin support by @IceMimosa
    • @apply
    • @builder
    • @log
    • @json
  2. Code optimization by @jxnu-liguobin
    • Support short prefix for importing enum, can use LogType.JLog or JLog as input argument.
    • LogType package path has be changed from io.github.dreamylost to io.github.dreamylost.logs. breaking change
  3. Support currying by @jxnu-liguobin
    • @constructor
    • @apply
    • @builder