Releases: vitaliypopel/django-routify
Releases · vitaliypopel/django-routify
v0.3.4
Django-Routify v0.3.4 Release
Whats new?
- Improved README.md
- Created functional and useful documentation
- Created new decorators for Router:
@router.get()
@router.post()
@router.put()
@router.patch()
@router.delete()
v0.3.3
Django-Routify v0.3.3 Release
NEW BIG UPDATE
Whats new?
- Full support Python3.8
- New parameter for Router dynamic_pattern for those people which is familiar with dynamic url pattern from Go, NodeJS, Java, C#, PHP, Ruby etc.(colon based, curly brackets based, angle brackets based)
- Documentation has been writen(beta for 11.10.2024)!
- Improved project structure for more readability and simplicity
v0.2.8
Django-Routify v0.2.8 Release
What's new?
- Improved logic for Router, added **kwargs instead of additional params
- Added support for setting methods=[...] in @Router.route() decorator
v0.2.7.1
Django-Routify v0.2.7.1 Release
What's new?
- Patch for escaping error if prefix is empty string
v0.2.7
Django-Routify v0.2.7 Release
What's new?
- Made validator for types in Router class
- Improved auto_trailing_slash logic
- Fixed tests in example project
- Improved tests with different url patterns
- Removed v0.2.6 because of bugs
v0.2.5
Django-Routify v0.2.5 Release
What's new?
- README.md update
- Poetry support has been added
- Changed dependencies for Django >= 4.0
v0.2.4
Now package called Django-Routify is officially released as v0.2.4 and it is stable now
What's new?
- Was made example application with UNITTESTs
- Changed and improved logic of package
v0.2.2-beta
Available older Python versions >= 3.8 and Django >= 4.0
Now you can print router object into console and check what is it
v0.2.1-beta
Fixed bugs from v0.2.0-beta.
v0.2.0-beta
Django-Routify v0.2.0-beta pre-release.