Skip to content

2.2.0

Compare
Choose a tag to compare
@solnic solnic released this 02 Nov 01:37
· 426 commits to release-3.7 since this release

v2.2.0 2017-11-02

Added

  • Relation registry is passed as an argument to DSL blocks (in select, where, order etc.), which enables syntax like select { |r| [id, r.tasks[:title]] } (solnic)
  • Support for self-referenced many-to-many associations (solnic)
  • PG's geometric types include meta data about db types (GustavoCaso)

Fixed

  • Custom schema is used correctly in command results (solnic)
  • Schemas no longer finalize PKs (this is done in core schema already) (solnic)

Compare v2.1.0...v2.2.0