Minor Changes
v1.0.0.beta3 is a patch release for few bug fixes and small changes:
- Action's
flashis now public API - Added form helpers:
time_field,month_field,week_field,range_field,search_field,url_field,tel_field, andimage_button - Added HTML5 helpers for
<dialog>,<hgroup>,<rtc>,<slot>, and<var>HTML5 tags - Use
$stdoutinstead ofSTDOUTas default stream forHanami::Logger - Disconnect from stale connections when rebooting an application in production
- Don't mount
Hanami::CommonLoggermiddleware if logging is disabled for the project - Remove
Hanami::Utils::Attributesas no longer used - Remove deprecated
Hanami::Utils::Json.loadand.dump, use.parseand.generateinstead - Remove deprecated
Hanami::Interactor::Result#failing?, use#failure?instead - Remove deprecated
Hanami::View::Rendering::LayoutScope#content, use#localinstead - Remove deprecated
Hanami::Application#default_format, use#default_request_formatinstead - Safely boot the application if mailers aren't configured
- Ensure code reloading don't misconfigure mailer settings
Released Gems
hanami-1.0.0-beta3hanami-model-1.0.0.beta3hanami-utils-1.0.0.beta3hanami-validations-1.0.0.beta2hanami-router-1.0.0.beta3hanami-controller-1.0.0.beta3hanami-view-1.0.0.beta2hanami-helpers-1.0.0.beta2hanami-mailer-1.0.0.beta2hanami-assets-1.0.0.beta2
Contributors
We're grateful for each person who contributed to this release. These lovely people are:
- Alfonso Uceda
- Anton Davydov
- Dmitriy Ivliev
- Marcello Rocha
- Marion Duprey
- Marion Schleifer
- Oana Sipos
- Sean Collins
- Semyon Pupkov
- Tobias Sandelius
How To Update Your Project
Edit your Gemfile:
gem 'hanami', '1.0.0.beta3'
gem 'hanami-model', '1.0.0.beta3'
Then run bundle update hanami hanami-model.
What's Next?
The final stable release (v1.0.0) will happen between the end of March and the beginning of April 2017, which coincides with the Hanami season in Japan. 🌸