Releases: yezz123/authx
Releases · yezz123/authx
pep-0008: Fix Package and Module Names ✨
After this discussion #124 with @stephane we need to change the package name that what pep's rules provide.
Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
What's Changed
- Bump mkdocs-material from 7.2.6 to 7.3.5 by @dependabot in #101
- Docs: Prepare Project for Being Public ✨ by @yezz123 in #102
- Bump mkdocs-material from 7.3.5 to 7.3.6 by @dependabot in #103
- Bump python from 3.9.2 to 3.10.0 by @dependabot in #104
- docs: add yezz123 as a contributor for code, doc, maintenance, infra by @allcontributors in #105
- docs: add AbderrahimSoubaiElidrissi as a contributor for review, doc by @allcontributors in #106
- CI: Delete Docs Build ✨ by @yezz123 in #108
- Docs: Delete a part of FAQ ✨ by @yezz123 in #109
- chore: Fix workflows ✨ by @yezz123 in #112
- chore: Rename Website name & Fix Build Issue 🚀 by @yezz123 in #113
- Chore: Delete
aiohttp
by @yezz123 in #114 - WIP: Add Code owner 🖇 by @yezz123 in #117
- Chore: Fix Key Directory 🔑 by @yezz123 in #115
- Configure
.pyup
✨ by @yezz123 in #120 - pep-0008: Fix Package and Module Names✨ by @yezz123 in #126
- chore: Change project Name by @yezz123 in #128
- chore: fix dockerfile commands by @yezz123 in #130
- Chore: change Name from
AuthX
toauthx
✨ by @yezz123 in #131 - Bump version from 0.1.1 to 0.1.2 ✨ by @yezz123 in #132
New Contributors
- @allcontributors made their first contribution in #105
Full Changelog: 0.1.1...0.1.2
Fix Partial Database Route ✨
- Kuddos to @AbderrahimSoubaiElidrissi for fixing multiple issues in docs ✨
- Fix Database partial router.
- Now we can call the
cache
ormongo
only from a partial router.
Example:
What's Changed
- Add a partial router to Database ✨ by @yezz123 in #97
- Docs: Update documentation by @yezz123 in #98
- Bump from 0.1.0 to 0.1.1 ✨ by @yezz123 in #99
Full Changelog: 0.1.0...0.1.1
Bump to py3.10 ✨
Code Coverage ✨
What's Changed
- Bump mkdocs from 1.2.2 to 1.2.3 by @dependabot in #78
- Bump pytest-asyncio from 0.14.0 to 0.16.0 by @dependabot in #77
- 🐳 DockerFile Checker ✨ by @yezz123 in #80
- chore: Provide DocString for Functions ✨ by @yezz123 in #84
- Docs: Create a Release Notes ✨ by @yezz123 in #85
- Chore: Add Local Testing & Code Coverage ✨ by @yezz123 in #86
- Docs: Add Coverage Badge ✨ by @yezz123 in #87
- ⬆️ Bump Version from 0.0.8 to 0.0.9 by @yezz123 in #88
Full Changelog: 0.0.8...0.0.9
Switch License ✨
What's Changed
- Fix Highlighting Issue ✨ by @yezz123 in #69
- Docs: Add some Typo ✨ by @yezz123 in #70
- Add Code of Conducts & License ✨ by @yezz123 in #71
- Switch to MIT License ✨ by @yezz123 in #73
- Test Documentation Build ✨ by @yezz123 in #74
- ⬆️ Bump from 0.0.7 to 0.0.8 ✨ by @yezz123 in #75
Full Changelog: 0.0.7...0.0.8
Create AuthX Documentation ✨
Provide More Classifiers ✨
Fix README & Add DocString to Main file 🚀
All this is based on This PR #45 :
- here I fix issues related to documentation.
- Generate a docstring for the main file.
Improve Docs & Generate Docstring 🚀
During the work on this PR #44 :
- I generate a docstring to improve the project & clear some parts of the code.
- Add an Issue Template (Pre-public).
- Create a simple Readme For the whole users.
- Adding New Commands relate to the bumpversion package in the Makefile.
Test authX ✨
- Create a simple Readme.
- Create a Build to release the package.
- Fix Test Issues