Skip to content

Releases: Moth-Tolias/ringbuffer

v2.3.0

11 Feb 21:19
Compare
Choose a tag to compare

from this point onward, changelogs will be published in the CHANGELOG.md file.

v2.2.0

07 Sep 02:55
Compare
Choose a tag to compare

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 than in did not make reference types usable; classes were still forced to be const.
  • the documentation now includes the module as a whole.

v2.1.0

21 Jul 02:35
Compare
Choose a tag to compare

Fixed:

  • several incorrect in attributes have been replaced with inout, allowing reference types to be used.

v2.0.0

18 Feb 13:59
Compare
Choose a tag to compare

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

05 Feb 18:34
Compare
Choose a tag to compare

that should be the last of the bugs. ready to go!