Skip to content

Releases: kobolds-io/stdx

v0.4.1

Choose a tag to compare

@bengarishodge bengarishodge released this 06 Jul 03:37

v0.4.0

Choose a tag to compare

@bengarishodge bengarishodge released this 05 Jun 02:19

Features

Other

Reorganizes readme to more closely represent the structure of the project.

v0.3.0

Choose a tag to compare

@bengarishodge bengarishodge released this 19 Apr 17:56

🚨 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

Choose a tag to compare

@bengarishodge bengarishodge released this 19 Apr 17:55

What's new?

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

v0.2.0

Choose a tag to compare

@bengarishodge bengarishodge released this 29 Oct 20:38
d3b8cfe

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

Choose a tag to compare

@bengarishodge bengarishodge released this 12 Oct 13:22
be40877

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

Choose a tag to compare

@bengarishodge bengarishodge released this 31 Aug 18:26
fe11046

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

Choose a tag to compare

@bengarishodge bengarishodge released this 31 Aug 15:46
73d3fe9

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

Choose a tag to compare

@bengarishodge bengarishodge released this 25 Aug 16:37
a0ae8c3

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

Choose a tag to compare

@bengarishodge bengarishodge released this 22 Jul 21:10
6db1eb0

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