Skip to content

v0.23.0

Compare
Choose a tag to compare
@cgonyeo cgonyeo released this 13 Mar 22:43
· 2789 commits to main since this release
bd3876b

12-Mar-2018 IGNITION v0.23.0

Changes

  • Latest experimental package has been moved from config/types to config/v2_3_experimental.
  • Each config package's Parse function will now transparently handle any configs of a lesser version than itself (e.g. config/v2_2 will handle a 2.0.0 config).
  • Validation in config/v1 reworked to use config/validate.
  • Common error types from the config package moved to config/errors.