Hanami::Model v0.5.0 Release Notes

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

    • ๐Ÿ’Ž [Brenno Costa] Official support for JRuby 9k+
    • [Luca Guidi] Command/Query separation via Repository.execute and Repository.fetch
    • [Luca Guidi] Custom attribute coercers for data mapper
    • [Alfonso Uceda] Added #join and #left_join and #group to SQL adapter

    ๐Ÿ”„ Changed

    • [Luca Guidi] Repository.execute no longer returns a result from the database.

    ๐Ÿ›  Fixed

    • [Manuel Corrales] Use dropdb to drop PostgreSQL database.
    • [Luca Guidi & Bohdan V.] Ignore dotfiles while running migrations.