This is a patch release that addresses some bugs reported after v0.7.0 release.

Bug Fixes

hanami v0.7.1

  • Fix console engine fallback [Anatolii Didukh]
  • Fixed routing issue when static assets server tried to hijiack requests belonging to dynamic endpoints [Anton Davydov]

hanami-utils v0.7.1

  • Allow non string objects to be escaped by Hanami::Utils::Escape [Sean Collins]
  • Hanami::Utils::Escape: fixed Ruby warning for String#chars with a block, which is deprecated. Using String#each_char now [Yuuji Yaginuma]

hanami-router v0.6.2

  • Fix double leading slash for Capybara's current_path [Anton Davydov]

hanami-controller v0.6.1

hanami-view v0.6.1

  • Preload partial templates in order to boost performances for partials rendering (2x faster) [Steve Hook]

hanami-model v0.6.2

hanami-assets v0.2.1

  • Fix recursive Sass imports [Luca Guidi]
  • Ensure to truncate assets in public/ before precompiling/copying them [Luca Guidi]

Upgrade Instructions

In order to get these bug fixes edit Gemfile to make sure it uses the right dependencies and then run bundle update from the root of the project.