All Versions
23
Latest Version
Avg Release Cycle
87 days
Latest Release
712 days ago
Changelog History
Page 1
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'sreorder
.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).
- Returning an empty hash from a
-
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.