ChangeLog.md

Path: ChangeLog.md
Last Update: Sun Jul 15 02:50:31 +0000 2012

### 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

### 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.

[Validate]