Hanami v0.1.0 Release Notes

Release Date: 2014-06-23 // almost 10 years ago
  • โž• Added

    • ๐Ÿ’Ž [Luca Guidi] Allow to run multiple Lotus applications in the same Ruby process (framework duplication)
    • [Luca Guidi] Introduced Lotus::Routes as factory to generate application URLs
    • ๐Ÿ”ง [Luca Guidi] Allow to configure scheme, host and port (scheme, host and port configuration)
    • ๐Ÿ”ง [Luca Guidi] Allow to configure a layout to use for all the views of an application (layout configuration)
    • ๐Ÿ”ง [Luca Guidi] Allow to configure routes (routes configuration)
    • ๐Ÿ”ง [Luca Guidi] Allow to configure several load paths for Ruby source files (load_paths configuration)
    • ๐Ÿ”ง [Luca Guidi] Allow to serve static files (assets configuration)
    • 0๏ธโƒฃ [Luca Guidi] Render default pages for non successful responses (eg 404 or 500)
    • ๐Ÿ”ง [Luca Guidi] Allow to configure the root of an application (root configuration)
    • ๐Ÿ”ง [Luca Guidi] Introduced Lotus::Configuration
    • [Luca Guidi] Introduced Lotus::Application
    • ๐Ÿ‘ [Luca Guidi] Official support for MRI 2.0