Releases: Roger-luo/Configurations.jl
Releases · Roger-luo/Configurations.jl
v0.17.6
Configurations v0.17.6
Merged pull requests:
- Interpolate
Reflect
infrom_dict_generated
(#94) (@torfjelde)
Closed issues:
- ExproniconLite dependency held back in Julia v1.9 (#93)
v0.17.5
Configurations v0.17.5
Closed issues:
- Type conversion breaks default parameter values (#82)
- Fatal error in type inference with Pluto configuration (#88)
Merged pull requests:
- Create Invalidations.yml (#81) (@ranocha)
- fix issue 82 (#83) (@Roger-luo)
- CompatHelper: bump compat for ExproniconLite to 0.8, (keep existing compat) (#84) (@github-actions[bot])
- CompatHelper: bump compat for ExproniconLite to 0.9, (keep existing compat) (#86) (@github-actions[bot])
- fix: update CI configs (#87) (@Roger-luo)
- CompatHelper: bump compat for ExproniconLite to 0.10, (keep existing compat) (#89) (@github-actions[bot])
- Bump codecov/codecov-action from 1 to 3 (#90) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#91) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#92) (@dependabot[bot])
v0.17.4
Configurations v0.17.4
Merged pull requests:
- CompatHelper: bump compat for ExproniconLite to 0.7, (keep existing compat) (#79) (@github-actions[bot])
- simplify foreach_keyword (#80) (@Roger-luo)
v0.17.3
Configurations v0.17.3
Merged pull requests:
- maybe{type} should parse empty dict instead of return nothing (#75) (@Roger-luo)
v0.17.2
Configurations v0.17.2
Closed issues:
- Support using parsed option struct as a key value when parsing another option struct (#71)
Merged pull requests:
- feat: add default fallback for from_dict() (#74) (@lucifer1004)
v0.17.1
Configurations v0.17.1
Closed issues:
Merged pull requests:
- polish doc & assert invalid type alias (#66) (@Roger-luo)
- Feature issue 68 (#69) (@fatteneder)
- fix partial default value (#72) (@Roger-luo)
v0.17.0
Configurations v0.17.0
Closed issues:
- support no check mode (#59)
Merged pull requests:
- rework from_dict (#57) (@Roger-luo)
- generated from dict (#58) (@Roger-luo)
- run formatter (#60) (@Roger-luo)
- fix validation & support ignore extra (#61) (@Roger-luo)
- improve docs (#62) (@Roger-luo)
v0.16.6
Configurations v0.16.6
Closed issues:
- Cannot compile Pluto with latest version of Configurations.jl (#55)
Merged pull requests:
- fix #55 (#56) (@Roger-luo)
v0.16.5
Configurations v0.16.5
Closed issues:
- support parsing type reflection (#48)
- It seems the nested field of value
nothing
is not supported (#50)
Merged pull requests:
- Fix typo "valud" to "value" in docs of
from_dict
(#49) (@singularitti) - fix issue 50 (#51) (@Roger-luo)
- support reflect type (#52) (@Roger-luo)
- support type alias in reflect (#53) (@Roger-luo)