Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 740 Bytes

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 740 Bytes

##Changelog

Fork 0.0.4 (3.8.2015)

  • passing parameters through field.New
  • cleanup & refactoring

Fork 0.0.3 (11.6.2015)

  • submit field
  • refactored form rendering
  • access to form values as a map
  • form level checks to evaluate multiple fields or the form as a whole
  • improved errors
  • cleanup & refactoring

Fork 0.0.2 (6.3.2015)

  • simple csrf protection field
  • improved field validation & errors
  • cleanup & refactoring

Fork 0.0.1 (1.3.2015)

  • improved testing and refactoring
  • various new field basic types
  • improved testing

Fork 0.0.0 (17.2.2015)

  • first draft initialized with base project structure
  • Form, Field, Processor interfaces
  • basic widgeting
  • simple fields(text & derived text, boolean)