Releases: foresterre/peekmore
Releases Β· foresterre/peekmore
peekmore v1.3.0
What's Changed
- Implement
next_if
andnext_if_eq
from Peekable by @boranseckin in #75
New Contributors
- @boranseckin made their first contribution in #75
Full Changelog: v1.2.1...v1.3.0
peekmore v1.2.1
peekmore v1.2.0
peekmore v1.1.0
peekmore v1.0.0
- rename
peek_n
topeek_amount
- Update smallvec to 1.5
- Disable smallvec by default, can still be used by opting in with
--feature smallvec
v0.5.6
v0.5.5
π Added
- Added peek_range #45
v0.5.4
π οΈ Fixed:
- Fix
truncate_iterator_to_cursor
: handle the case in truncating to cursor in which `queue.len() == cursor [#42] Fixed by @connorskees, Thanks!
v0.5.3
π οΈ Fixed:
- Fixed truncate_iterator_to_cursor
does not respect
advance_cursor [#38] Reported by @connorskees, Thanks!
v0.5.2
π Added:
- Added truncate_iterator_to_cursor [#35] Thanks @connorskees