Releases: staugur/Flask-PluginKit
Releases · staugur/Flask-PluginKit
v3.8.0
Only Support Python3.8 and Flask3.0
v3.7.2
bump release v3.7.2
- Fixed semver version
- Drop hep
before_first_request
v3.7.1
bump version 3.7.1
- Restore translations.ini
v3.6.2
bump version 3.6.2
- chore: compatible with flask 2.0 nested blueprints, but only supports
blueprints of nested plugins
- fix ci(deploy pypi) & update docs
v3.6.1
- ci tests from travis to github action
- chore: web message api with SSE, page with CDN
v3.6.0
release v3.6
- feat: add vep-on-blueprint(is beta)
- feat: the emit_assets add _external
- fix: semver.compare and semver.parse
v3.5.0
- Add cvep: class-based view extension point(use Flask-Classful)
- Chore web msg(ajax)
v3.4.1
LocalStorage, RedisStorage get&set, add setmany
v3.4.0
- feat: add before_first_request hook to hep
- feat: errhandler allow exception
- feat: emit_assets add _raw param
- feat: filter allow [f1, f2, (name, f3)]
- feat: web manager add a button, select language
- feat: stpl alow asc or desc, open the template sorting
- fix: check getPluginClass
- fix: check url prefix
- chore: update docs, example and test case