Releases: carueda/tscfg
Releases · carueda/tscfg
Bug fix release
- Generate default config objects if non-existent #33 - Thanks @JustinPihony !
With option to generate getters for java
The new option is --java:getters
.
See #31
Minor adjustments
fix typo and add some info regarding backticks for scala identifiers
implement #30 and other adjustments
-
resolve #30 "scala: option to use back ticks"
-
Adjustments regarding keys with
$
and quoted strings:- key containing
$
is left alone (even if it's quoted).
This mainly due to Config restrictions on keys involving$
- otherwise, the key is unquoted (if quoted of course)
Although these changes might break backwards compatibility, it should have minimal impact given the expected relative infrequent use of these characters (quoted keys or keys containing
$
). In any case, tscfg is still0.y.z
so changes like these should be expected sometimes (but tscfg has tried to avoid/reduce breaking changes unless for good reasons.) - key containing
internal: use scala 2.12 (but cross compile to 2.11 too) and upgrade some dependencies
v0.8.4 0.8.4: internal: use scala 2.12 (but cross compile to 2.11 too) and u…
generate configuration template
replace deprecated class in Scala generated code
v0.8.1 0.8.1 - use JavaConverters (instead of deprecated JavaConversions) in…
size-in-bytes now supported
resolve #23 "support size-in-bytes type"
fix and code cleanup
- fix issue #22 "literal duration captured as string"
- code cleanup: generate code as part of test phase
some more adjustments
Some minor bug fixes; simplified generated code and additional tests