- Current route is displayed in debug information - Converted parameters are now revealed in current state - Allow `classes` keyword parameter - Provide basic styling functions like `float_right` and `bold`
Fixed
- Reordered the debug information to put current info at top - Error pages now give a little more information
0.1.4
Added
- Show produced Python pprint of Page in the Debug Information - Finish quickstart, rough outline of student docs - Show Header on top of "window" of website
0.1.3
Fixed
- Feels weird to call it fixed, but the message now says "Drafter server starting up" - Allow an empty `start_server` with no routes
Added
- Improve PageContent classes to support keyword parameters like `style_*` to change style
0.1.2
Fixed
- SelectBox now has a new line afterwards - Fixed support for list state
Added
- hide_debug_information() and show_debug_information() to control the debug information (defaults to visible)
0.1.1
Fixed
- Fix support for primitive state
0.1.0
Added
- New components: TextBox, SelectBox, CheckBox, TextArea - Debug data at bottom of page - Ability to restore state from links