Skip to content

v0.2.0

Choose a tag to compare

@TechRuler TechRuler released this 04 Dec 20:27

Added

  • .update() method to update parts of the configuration.
  • .replace() method to safely replace the entire configuration.
  • Automatic creation of nested keys if they don’t exist.
  • Schema validation for keys and types.
  • Support for nested schema dictionaries.

Changed

  • Improved internal handling of dictionaries and lists for auto-wrapping.
  • Enhanced dotted-path .set() and .get() methods with schema enforcement.

Fixed

  • Fixed type validation for primitive values when schema is provided.
  • Fixed auto-creation errors for nested dictionaries when schema is not defined.