Releases: borntyping/python-colorlog
Releases · borntyping/python-colorlog
4.5.0
Include tests using MANIFEST.in instead of setup.py Fixes #28, #90. This should result in tests being included in the source distribution (along with docs for package maintainers to use); but not being "installed" when the module is installed (as users complain the tests aren't needed at runtime). https://github.com/borntyping/python-colorlog/issues/28 https://github.com/borntyping/python-colorlog/pull/63 https://github.com/borntyping/python-colorlog/pull/90
4.0.0 Tidying up
3.1.0 Remove Python 2 only features
This removed the use of parse_colors
directly in format strings, as it relied on an implementation specific detail of Python 2 and was broken on Python 3 (i.e. setting __missing__
on an object's __dict__
). It also adds some usage examples.
Version 2.7.0: colorlog.LevelFormatter
Version 2.4.0: Minor color fixes
- Allow use of the fg_ prefix for colors
- Use esc(0) for the reset escape code
- Fix bold background colors
Version 2.3.0: Windows and Wheel support
- Added support for Windows using colorama, thanks to @nicoddemus 48e417b
- Added support for Wheels 02903d4
Version 2.1.0: Module level logger
Adds module level functions that log to the root logger, and sets up a basic coloured logger when those modules are called and no handlers exist (in the same way the logging
module does).
Version 2.0.0: Stable release
Stable release: python-colorlog
is no longer marked as 'beta' software.