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

Changelog History
Page 1

  • v1.4.1

    June 17, 2021
  • v1.4.0

    June 17, 2021
  • v1.4.0.beta1

    April 21, 2021
  • v1.3.1

    May 15, 2018
  • v1.3.0

    May 04, 2018
  • v1.2.1

    April 25, 2018
  • v1.2.0 Changes

    October 20, 2017

    โž• Added

    • reordering, which is just a BabySqueel version of Active Record's reorder.
    • on expressions can now be given a block that will yield the current node (#77).
  • v1.1.5 Changes

    May 26, 2017

    ๐Ÿ›  Fixed

    • Returning an empty hash from a where.has {} block would generate invalid SQL (#69).
  • v1.1.4 Changes

    April 13, 2017

    ๐Ÿ›  Fixed

    • Nodes::Attribute#in and #not_in generate valid SQL when given ActiveRecord::NullRelations.
  • v1.1.3 Changes

    March 31, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Nodes::Attribute#in was not returning BabySqueel node. As a result, you couldn't chain on it. This fixes #61.