Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 960 Bytes

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 960 Bytes

Changelog

Added

  • Type hints.
  • Interactive editing mode.

Changed

  • Include the correct function signature in the error message when _cfg is not keyword-only.
  • from_yaml_file now accepts a Path as an argument.

Fixed

  • Bugs in get_unused_keys.
  • Use yaml.Loader instead of yaml.UnsafeLoader, which is undocumented and was causing some problems.

Fixed

  • 'class' key being incorrectly reported as unused (#3).

Added

  • get_unused_keys method.
  • bind and maybe_bind methods.

Fixed

  • Handle all exceptions raised while calling the callable (by mistake, only some were being handled) and use proper exception chaining.