| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2018-10-13 | 521 Bytes | |
| v0.11.0 source code.tar.gz | 2018-10-13 | 68.8 kB | |
| v0.11.0 source code.zip | 2018-10-13 | 104.1 kB | |
| Totals: 3 Items | 173.4 kB | 0 | |
Added
- Start of Authentication API
- Better interoperability with Flask
- Views have a layout attribute that is run a build time, which can save time at serve time.
Breaking
- Apps layout now happens in global state or in layout functions.
- Remove server.py and templates, bundle.js{,.gz} is placed directly in build directory.
- load and subscribe are decorators now, simplifying usage.
- Sidebar now defaults to
False. - Removed respond function, moved feature to subscribe.