Sha256: 3d167ed7b90cca9a37a93a5e43eac83bf9dc17cae988938b1af3c819ff83a518

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

### 0.3.1 / 2012-05-27

* Added {DataMapper::ChunkedQuery::VERSION}.
* Replaced ore-tasks with
  [rubygems-tasks](https://github.com/postmodern/rubygems-tasks#readme).
* 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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dm-chunked_query-0.3.1 ChangeLog.md