Skip to content

2.4.0

Compare
Choose a tag to compare
@solnic solnic released this 18 Feb 13:30
· 371 commits to release-3.7 since this release

Added

  • Support for functions with Any return type ie select { concat(:first_name, ' ', :last_name).as(:name) } will set ROM::Types::Any as the type by default (GustavoCaso)
  • New Relation#as_hash method (GustavoCaso)

Compare v2.3.0...v2.4.0