Releases: kobolds-io/stdx
Releases · kobolds-io/stdx
v0.3.0
🚨 Major breaking changes 🚨
What's new?
This is a major refactor of the library which introduces many of the concepts introduced by zig 0.16.0. This release upgrades the version of zig from 0.15.1 to 0.16.0. Please review the source code as well as the examples to migrate your code.
v0.2.1
What's new?
This will be the last release supporting zig version 0.15.x
v0.2.0
Warning Breaking changes to the APIs of several core datastructures.
The one notable exception to this is the MemoryPool which was not upgraded.
What's Changed
- Feature/ring buffer resize by @bengarishodge in #88
- Refactor/ring buffer should conform with stdlib by @bengarishodge in #90
- Refactor/all datastructures should not manage allocators by @bengarishodge in #92
- Release v0.2.0 by @bengarishodge in #93
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Update README.md by @bahodge in #78
- Bugfix/ring buffer concatenate should return number of concatenated values by @bahodge in #81
- Feature/ring buffer inspection by @bahodge in #83
- add memory safety for count and available by @bahodge in #85
- Feature/ring buffer sorting by @bahodge in #86
- bump version numbers to v0.1.0 by @bahodge in #87
Full Changelog: v0.0.12...v0.1.0
v0.0.12
v0.0.11
Important note
MemoryPool.createN is broken. Do not use this release
What's Changed
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Feature/add prepend to ring buffer by @bahodge in #67
- Bug/remove unhelpful assertions by @bahodge in #68
- bump version to 0.0.9 by @bahodge in #69
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- put location of ds in the "added version" section by @bahodge in #57
- Create SECURITY.md by @bahodge in #58
- Bugfix/channel timeouts should be consistent by @bahodge in #61
Full Changelog: v0.0.6...v0.0.7