ROM v4.2.0 Release Notes

Release Date: 2018-03-29 // about 6 years ago
  • rom v4.2.0

    • ⚡️ rom-core updated to ['~> 4.1', '>= 4.1.3']
    • ⚡️ rom-changeset updated to ['~> 1.0', '>= 1.0.2']

    Compare v4.1.2...v4.2.0

    rom-core v4.2.0

    🛠 Fixed

    • Relation#map_with applies auto-mapping prior custom mappers (solnic)
    • Relation#map_to works along with Relation#map_with (solnic)
    • Relation#commands no longers tries to map results through all custom registered mappers (solnic)

    ➕ Added

    • Custom MapperCompiler subclass can provide mapper options via mapper_options(...) class attribute (solnic)

    rom-changeset v1.0.2

    🛠 Fixed

    • add_timestamps mapping no longer overwrites existing timestamps (cgeorgii)