All Versions
23
Latest Version
Avg Release Cycle
87 days
Latest Release
1016 days ago

Changelog History
Page 3

  • v0.2.1 Changes

    March 27, 2016

    โž• Added

    • ๐Ÿ‘Œ Support for subqueries.

    ๐Ÿ›  Fixed

    • Some Arel nodes did not have access to as expressions.
  • v0.2.0 Changes

    March 25, 2016

    โž• Added

    • References to aliased joins in a select, where, or order expression now use the aliased table name.

    ๐Ÿ”„ Changed

    • Rely on ActiveRecord::Relation#join_sources for the implicit construction of join nodes, rather than using the ActiveRecord::Associations::JoinDependency directly.

    ๐Ÿ›  Fixed

    • Associations referencing the same table weren't being aliased.
  • v0.1.0 Changes

    March 16, 2016

    โž• Added

    • ๐ŸŽ‰ Initial support for selects, orders, wheres, and joins.

    ๐Ÿš€ [Unreleased]: https://github.com/rzane/baby_squeel/compare/v1.4.1...HEAD