- Fix race condition permitting to write on a stopped handler
- Fix adding handler while logging which was not thread-safe (#22)
- Add support for PyPy
- Add support for Python 3.5
- Fix incompatibility with
awscli
by downgrading requiredcolorama
dependency version (#12)
- Deprecate
logger.start()
andlogger.stop()
methods in favor oflogger.add()
andlogger.remove()
(#3) - Fix ignored formatting while using
logging.Handler
sinks (#4) - Fix impossibility to set empty environment variable color on Windows (#7)
- Fix typo preventing README to be correctly displayed on PyPI
- Remove the
parser
and refactor it into thelogger.parse()
method - Remove the
notifier
and its dependencies, justpip install notifiers
if user needs it
- Add logger
- Add notifier
- Add parser
Initial release