Changelog¶
Warning
This Document Page Under Construction
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.1.0 (2021-08-23)¶
Minor release
Added¶
Added module
src.mediapills.dependency_injection.exceptionsclassRecursionErrorAdded codecov integration
Added badges: requires.io, codecov, actions, py_versions, license, downloads, wheel and codeclimate
Added files:
LICENSE.mdandCONTRIBUTING.mdAdded classifiers and project_urls sections in file
setup.cfgAdded py36, py37 and py39 into section envlist in
tox.inifile
Other¶
Changed mypy, pytest-cov and build modules version
Changed
README.rstChanged value in python_requires section in
setup.cfgfile from 3.8 to 3.5Changed
code-analysis.ymlworkflow file
v0.0.2 (2021-08-22)¶
Patch release
Added¶
Created decorator
handle_unknown_identifier()Created module
mediapills.dependency_injectionclassContainermethods:__getitem__(),__setitem__(),values(),items(),copy(),update()andprotect()Created
TestInjectorunit test case
Other¶
Changed module
mediapills.dependency_injectionclass name fromContainertoInjectorChanged name from
TestContainertoTestContainerBaseunit test case
v0.0.1 (2021-08-21)¶
Minor release
Added¶
Created
.coveragercfile specifies python coverage configurationCreated
.gitignorefile specifies intentionally untracked filesCreated
.pre-commit-config.yamlfile specifies pre-commit configurationCreated Makefile the make utility
Created pyrightconfig.json the Pyright flexible configuration
Created python package builder
setup.pyandsetup.cfgCreated module
mediapills.dependency_injectionclassContainerCreated module
src.mediapills.dependency_injection.exceptionsclasses:BaseContainerException,ExpectedInvokableException,FrozenServiceException,InvalidServiceIdentifierException,UnknownIdentifierExceptionandRecursionInfiniteLoopErrorCreated unit tests case
TestContainerCreated virtualenv management file
tox.ini