cement v3.0.6 Release Notes
Release Date: 2021-12-18 // almost 2 years ago-
๐ Bugs:
- ๐
[ext.argparse]
Parser (self._parser
) not accessible inside_pre_argument_parsing
whenstacked_type = 'embedded'
- ๐
[ext.configparser]
Overriding config options with environment variables doesn't work correctly with surrounding underscore characters - ๐
[utils.fs]
Fix bug where trailing slash was not removed infs.backup()
of a directory. [cement.cli]
Generated README contains incorrect installation instructions.
๐ Features:
- None
๐จ Refactoring:
- ๐
[ext.colorlog]
Support subclassing of ext_colorlog.
Misc:
- โก๏ธ
[dev]
Update to Python 3.10 for default development / Docker version. - ๐ท
[dev]
Remove Python 3.5/3.6 from Travis CI tests.
- ๐
Previous changes from v3.0.4
-
๐ Bugs:
[ext.yaml]
YamlConfigHandler uses unsafe load method- ๐
[ext.configparser]
Configparser 'getboolean' exception
๐ Features:
- ๐
[utils.misc]
Supporty
as a truth boolean inutils.misc.is_true