Skip to content

Releases: scalameta/metaconfig

Metaconfig v0.9.7

10 Feb 16:24
2d3fcbd
Compare
Choose a tag to compare
  • #77 Several small fixes for command-line parsing

Metaconfig v0.9.6

10 Feb 08:27
Compare
Choose a tag to compare

Metaconfig v0.9.4

25 Aug 02:53
8bda1e3
Compare
Choose a tag to compare
  • #72 Crossbuild for Scala 2.13

Metaconfig v0.9.2

18 Dec 07:01
b2363df
Compare
Choose a tag to compare

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

28 Nov 12:10
Compare
Choose a tag to compare
  • Same as v0.9.0 except compiled on JDK 8 instead of JDK 11

Metaconfig v0.9.0

28 Nov 09:49
85cc17d
Compare
Choose a tag to compare
  • #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

03 Sep 13:14
df7eec3
Compare
Choose a tag to compare
  • #60 Fix bug related to cli parsing of repeated arguments

Metaconfig v0.8.3

29 May 14:43
0fab6dd
Compare
Choose a tag to compare

Metaconfig v0.8.2

29 May 13:46
f6823c5
Compare
Choose a tag to compare
  • #56 New annotations @Hidden and @Dynamic

Metaconfig v0.8.1

25 May 11:11
7f4def6
Compare
Choose a tag to compare
  • #55 Minor fixes in cli parser
  • #54 Support --key=value in cli parser