Skip to content

Releases: open-things/loggingex

v1.2.0

17 Apr 10:18
8c8706d
Compare
Choose a tag to compare
  • Added more badges for the project.
  • Added WSGI (request context) middleware.
  • Added PyPI classifiers for the project.
  • Switched from tox to nox

v1.1.0

12 Apr 07:17
3ac0edc
Compare
Choose a tag to compare
  • added __str__ implementation for ContextChange class
  • added __repr__ implementation for ContextChange class
  • refactored the code, things are in separate modules now, instead of one giant monolith module (this makes it easier to navigate through the code)

v1.0.2

11 Apr 12:41
8470a9c
Compare
Choose a tag to compare
  • Fixed context as decorator
  • Project is now automatically tested with the help of travis-ci