- Fix: Setup to allow bdist_wheel installs
- Improved: @joonathan added
kwargs
passing to theBlueprint
Router - Improved:
init_app
and added__init__
- Added: Deprecation warning to
Basic
router
- Hotfix: Fixed issue where routes would be reregistered with an app incorrectly in the event of multiple app creations
- Feature:
Include
now supportsendpoint
prefixing - Feature: Blueprint router can now take a blueprint instance
- Feature: Added support for
VIA_ROUTES_NAME
to set a common routes name - Deprecated:
Basic
Router in favour of theFunctional
router - Improved:
Pluggable
Router API is now cleaner - Improved: Test Suite now uses PyTest
- Improved:
ImproperlyConfigured
now raised if routes module is not defined in eitherinit_app
or in application configuration viaVIA_ROUTES_MODULE
- Feature: Flask Admin Router
- Feature: Include
url_prefix
option
- Feature: Flask extension initialisation
- Feature: Basic and Pluggable Flask Routers
- Feature: Flask-Restful Router
- Feature: Ability to include other routes
- Feature: Ability to register blueprints