- Added more badges for the project. - Added WSGI (request context) middleware. - Added PyPI classifiers for the project. - Switched from [tox](https://tox.readthedocs.io/en/latest/) to [nox](https://nox.thea.codes/en/stable/)
1.1.0
- 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)
1.0.2
- Fixed context as decorator - Project is now automatically tested with the help of travis-ci