Releases: Moth-Tolias/ringbuffer
Releases · Moth-Tolias/ringbuffer
v2.3.0
v2.2.0
Fixed:
- reference types can now be used, for real this time. this is why you write the unit tests first, folks!
- contrary to what was stated in the 2.1.0 release notes, using
inout
rather thanin
did not make reference types usable; classes were still forced to beconst
.
- contrary to what was stated in the 2.1.0 release notes, using
- the documentation now includes the module as a whole.
v2.1.0
Fixed:
- several incorrect
in
attributes have been replaced withinout
, allowing reference types to be used.
v2.0.0
Changed:
- the range interface no longer consumes the buffer; rather, an intermediary representation is used that points back to the original buffer as per convention.
- a buffer may now be used with nonsafe / gc-using / ect. types.
initial release
that should be the last of the bugs. ready to go!