Changelog History
Page 2
-
v0.2.5 Changes
January 20, 2019- Modify behavior of sink option
backtrace=False
so it doesn't extend traceback upward automatically (#30 <https://github.com/Delgan/loguru/issues/30>
_). - ๐ Fix import error on some platforms using Python 3.5 with limited
localtime()
support (#33 <https://github.com/Delgan/loguru/issues/33>
_). - Fix incorrect time formatting of locale month using
MMM
andMMMM
tokens (#34 <https://github.com/Delgan/loguru/pull/34>
, thanks@nasyxx <https://github.com/nasyxx>
). - ๐ Fix race condition permitting writing on a stopped handler.
- Modify behavior of sink option
-
v0.2.4 Changes
December 26, 2018- ๐ Fix adding handler while logging which was not thread-safe (
#22 <https://github.com/Delgan/loguru/issues/22>
_).
- ๐ Fix adding handler while logging which was not thread-safe (
-
v0.2.3 Changes
December 16, 2018- โ Add support for PyPy.
- โ Add support for Python 3.5.
- ๐ Fix incompatibility with
awscli
by downgrading requiredcolorama
dependency version (#12 <https://github.com/Delgan/loguru/issues/12>
_).
-
v0.2.2 Changes
December 12, 2018- ๐ Deprecate
logger.start()
andlogger.stop()
methods in favor oflogger.add()
andlogger.remove()
(#3 <https://github.com/Delgan/loguru/issues/3>
_). - ๐ Fix ignored formatting while using
logging.Handler
sinks (#4 <https://github.com/Delgan/loguru/issues/4>
_). - ๐ Fix impossibility to set empty environment variable color on Windows (
#7 <https://github.com/Delgan/loguru/issues/7>
_).
- ๐ Deprecate
-
v0.2.1 Changes
December 08, 2018- ๐ Fix typo preventing README to be correctly displayed on PyPI.
-
v0.2.0 Changes
December 08, 2018- โ Remove the
parser
and refactor it into thelogger.parse()
method. - โ Remove the
notifier
and its dependencies (pip install notifiers
should be used instead).
- โ Remove the
-
v0.1.0 Changes
December 07, 2018- โ Add logger.
- โ Add notifier.
- โ Add parser.
-
v0.0.1 Changes
September 04, 2017๐ Initial release.
๐ .. _Unreleased: https://github.com/delgan/loguru/compare/0.6.0...master ๐ .. _0.6.0: https://github.com/delgan/loguru/releases/tag/0.6.0 ๐ .. _0.5.3: https://github.com/delgan/loguru/releases/tag/0.5.3 ๐ .. _0.5.2: https://github.com/delgan/loguru/releases/tag/0.5.2 ๐ .. _0.5.1: https://github.com/delgan/loguru/releases/tag/0.5.1 ๐ .. _0.5.0: https://github.com/delgan/loguru/releases/tag/0.5.0 ๐ .. _0.4.1: https://github.com/delgan/loguru/releases/tag/0.4.1 ๐ .. _0.4.0: https://github.com/delgan/loguru/releases/tag/0.4.0 ๐ .. _0.3.2: https://github.com/delgan/loguru/releases/tag/0.3.2 ๐ .. _0.3.1: https://github.com/delgan/loguru/releases/tag/0.3.1 ๐ .. _0.3.0: https://github.com/delgan/loguru/releases/tag/0.3.0 ๐ .. _0.2.5: https://github.com/delgan/loguru/releases/tag/0.2.5 ๐ .. _0.2.4: https://github.com/delgan/loguru/releases/tag/0.2.4 ๐ .. _0.2.3: https://github.com/delgan/loguru/releases/tag/0.2.3 ๐ .. _0.2.2: https://github.com/delgan/loguru/releases/tag/0.2.2 ๐ .. _0.2.1: https://github.com/delgan/loguru/releases/tag/0.2.1 ๐ .. _0.2.0: https://github.com/delgan/loguru/releases/tag/0.2.0 ๐ .. _0.1.0: https://github.com/delgan/loguru/releases/tag/0.1.0 ๐ .. _0.0.1: https://github.com/delgan/loguru/releases/tag/0.0.1