Skip to content

Releases: carueda/tscfg

Bug fix release

03 Aug 18:06
Compare
Choose a tag to compare

With option to generate getters for java

17 Feb 06:13
Compare
Choose a tag to compare

The new option is --java:getters.

See #31

Minor adjustments

12 Feb 16:42
Compare
Choose a tag to compare

fix typo and add some info regarding backticks for scala identifiers

implement #30 and other adjustments

12 Feb 07:05
Compare
Choose a tag to compare
  • 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 still 0.y.z so changes like these should be expected sometimes (but tscfg has tried to avoid/reduce breaking changes unless for good reasons.)

internal: use scala 2.12 (but cross compile to 2.11 too) and upgrade some dependencies

12 Feb 03:35
Compare
Choose a tag to compare
v0.8.4

0.8.4: internal: use scala 2.12 (but cross compile to 2.11 too) and u…

generate configuration template

06 Sep 00:58
Compare
Choose a tag to compare

replace deprecated class in Scala generated code

13 Jun 16:48
Compare
Choose a tag to compare
v0.8.1

0.8.1 - use JavaConverters (instead of deprecated JavaConversions) in…

size-in-bytes now supported

03 Feb 21:20
Compare
Choose a tag to compare

resolve #23 "support size-in-bytes type"

fix and code cleanup

19 Dec 19:46
Compare
Choose a tag to compare
  • fix issue #22 "literal duration captured as string"
  • code cleanup: generate code as part of test phase

some more adjustments

15 Dec 00:15
Compare
Choose a tag to compare

Some minor bug fixes; simplified generated code and additional tests