# Hanami::Helpers View helpers for Ruby web applications ## 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 `