1.4 KiB
1.4 KiB
[Unreleased]
v1.5.0
Added
- feat: add collection widget
- feat: refactoring and improvement of example
v1.4.0
Added
- feat: add json configuration
Fixed
- fix: reset
GlobalFieldsinEnd()
v1.3.0
Added
- feat: allow to handle request using json body"
- feat: add
WithJsonRequeston form - feat: add
MapToUrlValuestransformer
v1.2.0
Added
- feat: add tag
fieldto specify the naming strategy (case) - feat: add
ErrorsTreemethods on form and field
v1.1.6
Fixed
- fix(input/choice): add specific validation func
v1.1.5
Fixed
- fix(input/choice): add specific validation func
v1.1.4
Fixed
- fix(theme/bootstrap5): fix button class
- fix(theme/html5): remove div wrapper on form content
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