Skip to content

Releases: kobolds-io/stdx

v0.3.0

19 Apr 17:56

Choose a tag to compare

🚨 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

19 Apr 17:55

Choose a tag to compare

What's new?

This will be the last release supporting zig version 0.15.x

v0.2.0

29 Oct 20:38
d3b8cfe

Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

v0.1.0

12 Oct 13:22
be40877

Choose a tag to compare

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

31 Aug 18:26
fe11046

Choose a tag to compare

What's Changed

  • fix unsafeCreateN by @bahodge in #76
  • bump version numbers to 0.0.12 by @bahodge in #77

This is a safe release to use

(from 0.0.11)

  • Chore/update to arraylist by @bahodge in #74
  • bump version numbers to 0.0.11 by @bahodge in #75

Full Changelog: v0.0.11...v0.0.12

v0.0.11

31 Aug 15:46
73d3fe9

Choose a tag to compare

Important note

MemoryPool.createN is broken. Do not use this release

What's Changed

  • Chore/update to arraylist by @bahodge in #74
  • bump version numbers to 0.0.11 by @bahodge in #75

Full Changelog: v0.0.10...v0.0.11

v0.0.10

25 Aug 16:37
a0ae8c3

Choose a tag to compare

What's Changed

  • Chore/upgrade to zig 0.15.1 by @bahodge in #71
  • bump version numbers to 0.0.10 by @bahodge in #72

Full Changelog: v0.0.9...v0.0.10

v0.0.9

22 Jul 21:10
6db1eb0

Choose a tag to compare

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

13 Jun 04:11
9a9ad80

Choose a tag to compare

What's Changed

  • Feature/add signal by @bahodge in #63
  • Release v0.0.8 by @bahodge in #64

Full Changelog: v0.0.7...v0.0.8

v0.0.7

10 Jun 04:44

Choose a tag to compare

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