go-form/CHANGELOG.md

691 B

[Unreleased]

v1.1.3

Fixed

  • fix(form): replace existing option in WithOptions

v1.1.2

Added

  • chore(example): remove boostrap classes

Fixed

  • fix(theme): checkbox is check on nil value

v1.1.1

Fixed

  • feat(form): add default options
  • fix(choice): fix Match when field data is nil

v1.1.0

Added

  • feat: add go template functions to render a form, a field, etc.
  • feat: add constraints (isodd, iseven)
  • refactor: refactor constraint (not blank check)

Changed

  • feat: replace templates with gomponents

v1.0.1

Added

  • doc: add documentation

v1.0.0

Added

  • feat: form builder
  • feat: form validation
  • feat: form renderer