- New version numbering scheme. The major and minor version numbers will now follow along with the version of webassets the Flask-Assets release was written against, and is guaranteed to be compatible with. - Support for Blueprints (Flask 0.7). - Fixed usage for incorrect request context during URL generation (thank you, julen).
0.2.2
- Really fix the ManageAssets command.
0.2.1
- Fixed the ManageAssets command to work with the current Flask-Script version.
0.2
- Support for init_app() protocol, multiple applications. - Integrate with Flask-Script, provide management command. - Properly support Flask modules, with the ability to reference the module's static files in bundles (Olivier Poitrey).