CHANGELOG in activeset-0.5.6 vs CHANGELOG in activeset-0.5.7
- old
+ new
@@ -1,4 +1,7 @@
+v 0.5.7
+ - Fix bug where filtering wasn't updating the new ActiveSet instances #total_count
+ - Add that this gem now does transformations to the README
v 0.5.6
- Ensure that the default value for instructions when building filtering queries is '=' and not '=='
- Allow the default value for the instructions keypath's operator to be passed in
v 0.5.5
- In the ActiveRecord adapter for pagination, avoid an odd low-level AR bug when counting complex queries by using a simple Enumerable `length` call instead of the AR `count` method