Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 469 Bytes

HISTORY.md

File metadata and controls

21 lines (14 loc) · 469 Bytes

2.0.0 / 2020-05-07

  • Stop supporting component and browser builds.

1.1.0 / 2017-09-11

  • Add #peekN(count) to peek N elements and #deqN(count) to dequeue N elements. Thank you @bfirsh!

1.0.0 / 2017-05-04

  • Add eviction callback. Thank you @rektide!

0.0.1 / 2013-03-04

  • First version with #capacity(), #deq(), #enq(), #isEmpty(), #isFull(), #peek(), and #size().