Releases: Cyroxin/Elembuf
Releases · Cyroxin/Elembuf
v1.2.3
v1.2.2
Changes
- Finalize rename changes in documentation as well
- Fix dub example
v1.2.1
Changes
- Fix issue with dub having wrong import
v1.2.0
Changes
- Replaced all methods with overrides for usage improvement
- Updated docs
- Implicit casting to shared
v1.1.5
Changes
- Fix issue where buffers that had elements larger than a byte would fill incorrectly.
v1.1.4
Changes
- Fix experimental threaded buffer
- Update dub example
v1.1.3
Changes
- Create a simple dub example
- Update documentation for expert level usage
v1.1.2
Changes
- Removal of dependency on core.memory page sizes to ensure compatibility with older compilers
- Temporary removal of architecture specific code until well tested
- Additional unit-tests
v1.1.1
v1.1.0
Changes
- Support for additional architectures
- Rework source system to use simple delegates and functions instead of traits
- Add source lambdas
- Threaded variant of the circular buffer, losing ability to directly cast to it from an array
- Improve documentation
- Setup automatic releases
- Automate code coverage
- Automate unit-tests