* New convenience arguments to `.cli` * Support for 3.13
0.8.0
Add * Add experimental new flag `__allow_newattr__` which relaxes the constraint that you can't add keys on the fly.
Removed
* Remove 3.6 and 3.7 support
Fix: * Fixed the `define` method. * Initial implementation of `port_from_click`
0.7.15
Added * Allow special options to be passed to cli
0.7.14
Changed * Better error messages when parsing argv * Add a docstring to `DataConfig`
0.7.13
Fixed * Fix issue caused by a CPython patch https://github.com/python/cpython/pull/115674
0.7.12
Fixed * Fixed issue of porting to argparse when object contained non-wrapped default values.
Changed * `scfg.Flag` no longer errors if isflag is set to a truthy value. * Rename `port_argparse` as `port_from_argparse` (old method still exists as an alias, but will be deprecated).