Hanami v0.5.0 Release Notes

Release Date: 2015-09-30 // over 8 years ago
  • โž• Added

    • ๐Ÿ‘ [Ines Coelho & Rosa Faria] Introduced mailers support
    • [Theo Felippe] Added configuration entries: #default_request_format and default_response_format
    • ๐Ÿ”ง [Rodrigo Panachi] Introduced logger configuration for applications, to be used like this: Web::Logger.debug
    • โœ… [Ben Lovell] Simpler and less verbose RSpec tests
    • [Pascal Betz] Introduced --method CLI argument for action generator as a way to specify the HTTP verb

    ๐Ÿ›  Fixed

    • ๐Ÿฑ [Luca Guidi] Handle conflicts between directories with the same name while serving static assets
    • 0๏ธโƒฃ [Derk-Jan Karrenbeld] Include default value font-src: self for CSP HTTP header
    • [Cam Huynh] Make CLI arguments immutable for Lotus::Environment
    • โœ… [Andrii Ponomarov] Disable welcome page in test environment
    • ๐Ÿ–จ [Alfonso Uceda Pompa] Print error message and exit when no name is provided to model generator

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ [Theo Felippe] Deprecated #default_format in favor of: #default_request_format