Releases: NULLx76/ringbuffer
Releases · NULLx76/ringbuffer
0.15.0
What's Changed
- disallow certain useful pedantic clippy lints. by @jdonszelmann in #85
- -20% on some tests due to removed bounds check by @jdonszelmann in #88
- growable ringbuffer by @jdonszelmann in #92
- Use box by @jdonszelmann in #87
- remove capacity defaults for alloc ringbuffer by @jdonszelmann in #82
- release 0.14.0 by @jdonszelmann in #96
- Coverage by @NULLx76 in #97
- conversions by @jdonszelmann in #98
- Test clone by @jdonszelmann in #100
- export sizes by @jdonszelmann in #102
- into iterator by @jdonszelmann in #101
- Readme by @jdonszelmann in #104
docs
: fix link toVecDeque
by @tertsdiepraam in #108README
: make the ringbuffer names link to the docs by @tertsdiepraam in #107- make
skip
a provided method ofRingBufferRead
by @tertsdiepraam in #109 - fix docs on default for const generics by @jdonszelmann in #111
- Merge ringbuffer traits by @jdonszelmann in #105
- Into iterator ref by @jdonszelmann in #106
- Make alloc ringbuffers Send+Sync by @jdonszelmann in #117
- Fix importing RingBufferSize without alloc feature by @eloc3147 in #120
- remove deprecated methods for 1.0 by @jdonszelmann in #95
- Add a size parameter for
ConstGenericRingBuffer::new
by @tertsdiepraam in #110 AllocRingBuffer
: separate size from capacity and remove power of 2 types by @tertsdiepraam in #114- Index with usizes by @jdonszelmann in #125
- add compile tests by @jdonszelmann in #126
New Contributors
- @tertsdiepraam made their first contribution in #108
- @eloc3147 made their first contribution in #120
Full Changelog: 0.13.0...0.15.0
v0.13.0
v0.11.1
v0.10.0
v0.9.0
v0.8.5
v0.8.4
Version 0.7.1
- Fixes #44
Version 0.6.0
Version 0.5.1
Small update to bump array-init, shouldn't have much of a impact