Hanami::Model v1.1.0.beta1 Release Notes

Release Date: 2017-08-11 // over 6 years ago
  • ➕ Added

    • [Marcello Rocha] Many-To-One association (aka belongs_to)
    • [Marcello Rocha] One-To-One association (aka has_one)
    • [Marcello Rocha] Many-To-Many association (aka has_many :through)
    • 0️⃣ [Luca Guidi] Introduced new extra behaviors for entity manual schema: :schema (default), :strict, :weak, and :permissive

    🛠 Fixed

    • [Sean Collins] Enhanced error message for Postgres db create and db drop when createdb and dropdb aren't in PATH