Releases: scalameta/metaconfig
Releases · scalameta/metaconfig
Metaconfig v0.9.7
- #77 Several small fixes for command-line parsing
Metaconfig v0.9.6
- https://github.com/olafurpg/metaconfig/pull/76 improved command-line parsing support
Metaconfig v0.9.4
- #72 Crossbuild for Scala 2.13
Metaconfig v0.9.2
This release is identical to v0.9.1 except there is a new module metaconfig-sconfig
with a Scala re-implementation of com.typesafe.config
. The eventual goal is to cross-build that module for Native/Scala.js so HOCON can be used as a cross-platform configuration solution. See PR #65 and lightbend/config#600. Big thanks to @ekrich for his hard work making this happen!
Metaconfig v0.9.1
- Same as v0.9.0 except compiled on JDK 8 instead of JDK 11
Metaconfig v0.9.0
- #62 Don't eagerly normalize
"true"
and"1"
number string literals to boolean/int nodes. Instead, the config decoders are now responsible for the translation, if they so wish to do that translation.
No binary API breaking changes, just breaking semantic change.
Metaconfig v0.8.4
- #60 Fix bug related to cli parsing of repeated arguments
Metaconfig v0.8.3
- #57 Allow custom
Setting.tpe
printing viapprint.TPrint
http://www.lihaoyi.com/PPrint/#TPrint
Metaconfig v0.8.2
- #56 New annotations
@Hidden
and@Dynamic