Changelog¶
v3.3.0¶
Released in 2019-07-31
- feat: update
PluginInstaller
. - feat: add a blueprint to manage plugins
- fix: close shelve connection
- test: add test case
- docs: update docs and translation
- chore: update example
- chore: update travis.yml, add deploy
v3.2.0¶
Released in 2019-07-25
- feat: dcp, be similar to flask-plugins event system,
- add
DcpManager
andpush_dcp()
- feat: add error handler
- feat: add template filter
- feat: add template context processor
- test: add test case
- docs: update docs and translation
- chore: update example
- chore: make some of the code more elegant
v3.1.0¶
Released in 2019-07-22
- feat: add
PluginInstaller
- feat: add vep View function Extension Point
- test: add test case
- docs: update docs
- chore: update example
v3.0.1¶
Released in 2019-07-21
- The register functin can return empty dict, not necessarily meaningless.
- Update docs, translation and add test.
Previous Versions¶
Prior to 3.0.0, the new version of the refactoring was not compatible with the old version, and the update history is no longer recorded here.