Skip to content

Releases: SwiftScream/swift-environment-decoder

0.4.0

09 Sep 13:13
Compare
Choose a tag to compare
  • perform case mapping in KeyedDecodingContainerProtocol.allKeys
  • fix environmentVariablePrefix() for root object
  • optionally refrain from prefixing keys with coding path
  • trim whitespace from unkeyed container values, provide option to disable
  • enable configuration of unkeyed container value separator
  • add privacy manifest

0.3.0

06 Aug 12:03
Compare
Choose a tag to compare
  • support swift 5.10

0.2.0

02 Aug 12:33
Compare
Choose a tag to compare
  • Support Foundation.{Data, Date, Decimal, URL}
  • Fix unkeyed container decoding empty string
  • Accept Hex representation for unsigned integers

0.1.0

23 Jul 12:24
Compare
Choose a tag to compare

Initial implementation

Basic functionality complete, missing some conveniences and options