0.3.1 / 2012-05-27¶ ↑
-
Added {DataMapper::ChunkedQuery::VERSION}.
-
Replaced ore-tasks with rubygems-tasks.
-
Replaced the development dependencies with bunlder ~> 1.0 and yard ~> 0.7.
0.3.0 / 2011-05-16¶ ↑
-
Added {DataMapper::ChunkedQuery::Mixin#each_slice} which calls {DataMapper::ChunkedQuery::Mixin#each_chunk}.
-
Added {DataMapper::ChunkedQuery::Mixin#batch}.
0.2.1 / 2011-05-02¶ ↑
-
Fixed a typo in {DataMapper::ChunkedQuery::Mixin#each_chunk}.
0.2.0 / 2011-04-19¶ ↑
-
Added {DataMapper::ChunkedQuery::Chunks#first}.
-
Added {DataMapper::ChunkedQuery::Mixin#each_chunk}.
0.1.2 / 2011-03-03¶ ↑
-
Fixed a typo in {DataMapper::ChunkedQuery::Chunks#[]}.
-
Fixed a typo in {DataMapper::ChunkedQuery::Chunks#at}.
0.1.1 / 2011-03-03¶ ↑
-
Have {DataMapper::ChunkedQuery::Chunks#at} convert all arguments to Integers.
-
Updated YARD documentation.
0.1.0 / 2011-03-02¶ ↑
-
Initial release:
-
Allows random-access to chunks within a query.
-
Can iterate through all chunks within a query.