CHANGELOG in activeset-0.5.2 vs CHANGELOG in activeset-0.5.3
- old
+ new
@@ -1,4 +1,7 @@
+v 0.5.3
+ - Extract logic for creating new ActiveSet instance after an operation into separate method
+ - Ensure that the instructions logged for the paginate operation handle defaults
v 0.5.2
- Add an ActiveRecord adapter for the PaginateProcessor
- Update the EnumerableAdapter for the PaginateProcessor to more consistently handle edgecases
When asking for a page number that is outside of the meaningful range (e.g. page 10 of a collection that would only have 5 meaningful pages), should return an empty collection.
- Ensure that the built up intstruction and the base size of the original set are readable from any chained instance of ActiveSet