- Added Htpy
- add PATH to param's methods
- fixed request.user bug
SingletonPathMixin.create_path()
now accepts optionalname
parameter
- only support for CBV
- internal changes
- internal changes
- added
SingletonPathView
to init.py
-
added
SingletonPathView
-
ElementView
now automatically embedsClientState
attrs -
fixed client_state escaping
- fixed client_state escaping
- CBVs are now view stack aware
- fixed: do not create client_state on GET requests
- support for HTMX 2.0
- fixed Optional params with default value of None
- BETA: client state support (via Alpine.js)
- unified view stack behaviour
- fixed Python dependency version
- middleware is now async aware
- renamed project from DFV to Hyperpony
breaking change
- renamed module
dfv
tohyperpony
- renamed middleware
dfv.middleware.DFVMiddleware
tohyperpony.middleware.HyperponyMiddleware