# Hanami::Helpers
View helpers for Ruby web applications
## v1.0.0.beta1 - 2017-02-14
### Added
- [Luca Guidi] Official support for Ruby: MRI 2.4
- [Marion Duprey] Introduced Form helper `fields_for_collection` to support arrays of nested fields
## Fixed
- [Ksenia Zalesnaya] Ensure radio buttons and selects to coerce the value to boolean before to decide if they should be checked or not.
- [Anton Davydov] Escape form values to prevent XSS attacks
## v0.5.1 - 2016-12-19
### Fixed
- [Alex Coles] Ensure `#form_for`'s `values:` to accept `Hanami::Entity` instances
- [Ksenia Zalesnaya & Marion Duprey] Ensure checkboxes to check/uncheck when a boolean is passed as value
- [Paweł Świątkowski] Ensure `#format_number` to respect given precision
## v0.5.0 - 2016-11-15
### Added
- [Marion Duprey] Allow `select` form helper to generate a multiple select (via `multiple: true` option)
### Fixed
- [Luca Guidi] Ensure `form_for` to be compatible with params passed as `Hash`. This is useful for unit tests.
### Changed
- [Luca Guidi] Official support for Ruby: MRI 2.3+ and JRuby 9.1.5.0+
## v0.4.0 - 2016-07-22
### Added
- [Luca Guidi] Allow `link_to` to be concat with other helpers. Eg `link_to(...) + link_to(...)`, `span(...) + link_to(...)`.
- [Anton Davydov] Support blank `