Hanami v1.0.0.beta1 Release Notes

Release Date: 2017-02-14 // about 7 years ago
  • โž• Added

    • ๐Ÿ’Ž [Luca Guidi] Official support for Ruby: MRI 2.4
    • [yjukaku] CLI: hanami generate model now also generates a migration
    • [Luca Guidi] Generate config/boot.rb for new Hanami projects.
    • [Luca Guidi] Introduced Hanami.logger as project logger
    • ๐ŸŒฒ [Luca Guidi] Automatic logging of HTTP requests, migrations, and SQL queries
    • [Luca Guidi] Introduced environment for env specific settings in config/environment.rb

    ๐Ÿ›  Fixed

    • [Marcello Rocha] Fix Hanami::Mailer loading
    • ๐Ÿฑ [Kai Kuchenbecker] Serve only existing assets with Hanami::Static
    • [Gabriel Gizotti] Ensure inline ENV vars to not be overwritten by .env.* files
    • ๐Ÿ’Ž [Adrian Madrid] Ensure new Hanami projects to have the right jdbc prefix for JRuby
    • ๐Ÿ›  [Luca Guidi] Fixed code reloading for objects under lib/
    • [Semyon Pupkov] Ensure generated mailer to respect the project name under lib/
    • ๐Ÿ›  [Semyon Pupkov] Fixed generation of mailer settings for new projects
    • ๐Ÿ›  [Victor Franco] Fixed CLI subcommands help output

    ๐Ÿ”„ Changed

    • [Ozawa Sakuro] Don't include bundler as a dependency Gemfile for new Hanami projects
    • [Luca Guidi] Make compatible with Rack 2.0 only
    • ๐Ÿšš [Luca Guidi] Removed logger settings from Hanami applications
    • ๐Ÿšš [Luca Guidi] Removed logger for Hanami applications (eg Web.logger)
    • [Luca Guidi] Changed mailer syntax in config/environment.rb