{:toc}
- Fix: Correct a typo of the html tags in the readme file.
- Fix: Fix typos in the docstrings.
- Fix: Make
caches.typehints.Deferred
used by other modules. - Fix: Add
caches.typehints.Deferred
to the__all__
list of the module. - Fix: Correct the keywords in
pyproject.toml
.
- Remove unused
utilities.no_cache
. - Adjust the ignore list of
pyright
,black
andflake8
. - Adjust the typehints of
services.data.ServiceData
.
- Adjust the project information.
- Adjust indents of docker scripts.
- Reduce the code complexity of
services.data.ServiceData.stream(...)
. - Add the
/docs
folder in the ignore list.
- Create this project.
- Finish the first version of the pacakge
dash_file_cache
. - Add the Dash demos
examples/*.py
. - Add the unittests
tests/*.py
and thepytest
configurationconftest.py
. - Add configurations
pyproject.toml
. - Add the devloper's environment folder
./docker
and theDockerfile
. - Add the community guideline files:
CODE_OF_CONDUCT.md
,CONTRIBUTING.md
,SECURITY.md
, andreview_checklist.md
. - Add the issue and pull request templates.
- Configure the github workflows.