Hanami v0.2.1 Release Notes

Release Date: 2015-02-06 // about 9 years ago
  • ➕ Added

    • [Huy Đỗ] Introduced Lotus::Logger
    • [Jimmy Zhang] lotus new accepts a --path argument
    • 💎 [Jimmy Zhang] Project generator for the current directory (lotus new .). This is useful to provide a web deliverable for existing Ruby gems.
    • [Trung Lê] Add example mapping file for project generator: lib/config/mapping.rb
    • ✅ [Hiếu Nguyễn] RSpec support for project generator: --test=rspec or --test=minitest (default)

    🛠 Fixed

    • [Luca Guidi] lotus version to previx v (eg v0.2.1)
    • [Rob Yurkowski] Ensure project name doesn't contain special or forbidden characters
    • [Luca Guidi] Ensure all the applications are loaded in console
    • [Trung Lê] Container architecture: preload only lib/<projectname>/**/*.rb
    • 🖨 [Hiếu Nguyễn] Fixed lotus new to print usage when project name isn't provided