Skip to content

0.3.0

Compare
Choose a tag to compare
@Chrico Chrico released this 04 Jan 12:01
· 86 commits to master since this release

Added

  • Introduced new view-class View\Description to render the description output.
  • Added wp-coding-standards/wpcs and automatic code style test via travis-ci.
  • Form::bind_data is now deprecated and will be removed by Form::submit in future.
  • Calling Form::submit will now set a new state "is_submitted = TRUE".
  • Added new method Form::is_submitted.

Improvements

  • Several smaller improvements in View\FormRow.
  • View\Form now checks for Element\FormInterface instead of Element\Form.
  • Form::submit will now automatically trigger validation of elements and binding errors.
  • Moved documentation into docs/-folder and splitted it into multiple files.