- Added an option on form to allow display of empty fieldsets. [thomasdesvenain]
- fix tests [vangheem]
1.4
----------------
- Enhance the widget directive to allow for specifying widget parameters within the schema. [davisagli]
- Support passing widget classes in the widget directive in addition to IFieldWidgets. [davisagli]
- Support serializing widget parameters to XML. This requires implementing a IWidgetExportImportHandler utility for the widget type. [davisagli]
1.3
----------------
- Avoid dependency on z3c.form.testing. [hannosch]
1.2
----------------
- Moved form schema directives here from plone.directives.form, and reimplemented them as plone.supermodel directives to avoid depending on grok. Included directives: omitted, no_omit, mode, widget, order_before, order_after, read_permission, write_permission [davisagli]
1.1
----------------
- Added the AutoObjectSubForm class to support form hints for object widget subforms. [jcbrand]
1.0
----------------
- Raise a NotImplementedError instead of NotImplemented as that is not an exception but meant for comparisons and is not callable. [maurits]