- Allow wizard schemas to have an "appstruct" attribute; these are used for wizard edit forms.
0.1.5
------------------
- Respect a ``wizard_serializer`` attribute of a schema to allow for munging of the validated data before it is pickled and after it is unpickled.
0.1.4
------------------
- Make it possible for schemas to have a ``prev_ok`` and ``next_ok`` attribute, which should be callables. If either returns ``False``, the corresponding button on the form will be disabled (requires deform>=0.8.1).
0.1.3
------------------
- Add classes and current step info to form wizard.
0.1.2
------------------
- Another not-ready-for-primetime customer release: add ``get_summary()`` method to form wizard.
0.1.1
------------------
- Another not-ready-for-primetime customer release: refactor wizard state mutation and allow wizard states to be retrieved by name.