All Versions
44
Latest Version
Avg Release Cycle
75 days
Latest Release
1069 days ago

Changelog History
Page 1

  • v1.3.3 Changes

    May 22, 2021

    ๐Ÿ›  Fixed

    • [Sean Collins] Specify dependency on BigDecimal v1.4
    • [Adam Daniels] Use environment variables for PostgreSQL CLI tools
  • v1.3.2 Changes

    January 31, 2019

    ๐Ÿ›  Fixed

    • [Luca Guidi] Depend on dry-logic ~> 0.4.2, < 0.5
  • v1.3.1 Changes

    January 18, 2019

    โž• Added

    • ๐Ÿ’Ž [Luca Guidi] Official support for Ruby: MRI 2.6
    • ๐Ÿ‘ [Luca Guidi] Support bundler 2.0+
  • v1.3.0

    October 24, 2018
  • v1.3.0.beta1 Changes

    August 08, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ”ง [Luca Guidi] Print meaningful error message when connection URL is misconfigured (eg. Unknown database adapter for URL: "". Please check your database configuration (hint: ENV['DATABASE_URL']).)
    • ๐Ÿ“œ [Ian Ker-Seymer] Reliably parse query params from connection string
  • v1.2.0

    April 11, 2018
  • v1.2.0.rc2

    April 06, 2018
  • v1.2.0.rc1 Changes

    March 30, 2018

    ๐Ÿ›  Fixed

    • [Marcello Rocha & Luca Guidi] Ensure repository relations to access database attributes via #[] (eg. projects[:name].ilike("Hanami"))
  • v1.2.0.beta2

    March 23, 2018
  • v1.2.0.beta1 Changes

    February 28, 2018

    โž• Added

    • ๐Ÿ’Ž [Luca Guidi] Official support for Ruby: MRI 2.5
    • [Marcello Rocha] Introduce Hanami::Repository#command as a factory for custom database commands. This is useful to create custom bulk operations.