Skip to content

Advance 0.0.2

Choose a tag to compare

@bigeasy bigeasy released this 30 Dec 08:55
· 149 commits to master since this release

Return Record and Key, Fixup Required

The fixup is now always required. Procede is a mock iterator that mocks the Designate or Skip iterator using an array. It is not a general purpose implementation of an array iterator. Thus, it takes an array of items and converts them into a record and key pair. This is going to necessitate a conversion, since each array element is only one object, but the callback for an invocation of next expects two parameters.

Rename to Advance

And now I realize that I've misspelled proceed. Ugh! Advance is available so let's use that.

Issue by Issue

  • Rename project to Advance. #13.
  • Release version 0.0.2. #12.
  • Iterator must return both record and key. #11.