Skip to content

v1.3.0

Compare
Choose a tag to compare
@jeannemas jeannemas released this 30 Nov 01:32
· 4 commits to main since this release

Changes

  • Some project cleanup
  • Removed property for default value inside configuration entry as it was useless considering it was always the same as value
  • Added validator property inside configuration entry to provide better validation
  • Added custom errors to improve error handling
  • Added built-in way to create a configuration adapter using AdvancedConfigurationManagement.CreateAdapter static method

Breaking changes

  • Removed possibility to define configuration entry using "short" form (only specifying the raw value) as it made configuration declarations inconsistent