Hello people!
Today we're happy to announce v1.2.0.rc1
release 🙌 , with the stable release (v1.2.0
) scheduled for April 2018.
Features 🍎
- Colored logging
Enhancements 🍰
- Generate non-RESTful actions with
/:controller/:action
route URL (eg.hanami g web action books#on_sale
will correspond toGET /books/on_sale
)
Bug fixes 🐛
- Generate new projects with
Gemfile
includinggem "shotgun", platforms: :ruby
in order to not installshotgun
on Windows - Make
Hanami::Logger
to properly log hash messages - Ensure
select
helper to set theselected
attribute properly when an<option>
has anil
value - Ensure repository relations to access database attributes via
#[]
(eg.projects[:name].ilike("Hanami")
)
Released Gems 💎
hanami-1.2.0.rc1
hanami-model-1.2.0.rc1
hanami-assets-1.2.0.rc1
hanami-cli-0.2.0.rc1
hanami-mailer-1.2.0.rc1
hanami-helpers-1.2.0.rc1
hanami-view-1.2.0.rc1
hamami-controller-1.2.0.rc1
hanami-router-1.2.0.rc1
hanami-validations-1.2.0.rc1
hanami-utils-1.2.0.rc1
hanami-webconsole-0.1.0.rc1
hanami-ujs-0.1.0.rc1
How to try it
gem install hanami --pre
hanami new bookshelf
What's next?
We may release a new release candidate with bug fixes. The stable release is expected on April 2018, in the meantime, please try this release candidate and report issues.
Happy coding! 🌸