Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 310 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 310 Bytes

master (unreleased)

0.2.0 (2023-07-24)

  • Support specifying per cursor column ordering when batching

    Book.pluck_in_batches(:title, cursor_columns: [:author_id, :version], order: [:asc, :desc])
  • Add :of as an alias for :batch_size option

0.1.0 (2023-05-16)

  • First release