- Stop supporting component and browser builds.
- Add
#peekN(count)
to peek N elements and#deqN(count)
to dequeue N elements. Thank you @bfirsh!
- Add eviction callback. Thank you @rektide!
- First version with
#capacity()
,#deq()
,#enq()
,#isEmpty()
,#isFull()
,#peek()
, and#size()
.