------------------
* Drop support for autowiring without previous initialization of the InjectionContainer
* Refactor ``autowired`` decorator for working with the ``Autowired`` type annotation
* Added ``injectable`` decorator for registering injectables to the InjectionContainer
* Support for qualifiers, groups and namespaces
* Added ``Autowired`` type annotation for marking parameters for autowiring
* Added ``inject`` and ``inject_multiple`` as service locators
* Added InjectionContainer for registering injectables
* Official support for Python 3.7 and 3.8
* Official support for Ubuntu, Windows and MacOS
* Drop Python 3.4 and 3.5 official support
* General code refactoring
* Official documentation
* Added usage examples