v0.3.0.0
BREAKING CHANGES
- Bump resolver to lts-11
- Replace
protolude
in favor ofrio
- Update
parseConfigSpec
to no longer attempt to parse JSON whenyaml
cabal
flag is set - Add
sensitive
setting toetc/spec
entries - Add
Value
type to deal with sensitive values - Update examples with
sensitive
values - Add optional key context to the
InvalidConfiguration
error (issue #12) - Add config printer function that renders config map with/without colors (issue #15)
- Give precedence to values that do not contain inner
JSON.Null
values (issue #16)