Skip to content

Releases: aohorodnyk/stl

v0.9.4

25 Oct 01:50
92f44fa
Compare
Choose a tag to compare

Added sync.GoGroup struct as a simplified facade for the standard sync.WaitGroup.

v0.9.3

06 Sep 17:36
2039c09
Compare
Choose a tag to compare

Remove atomic.Value, because of it's a duplication of the standard atomic.Pointer

v0.9.2

05 Sep 20:04
3026458
Compare
Choose a tag to compare

Add comment with the explanation an override v0.9.1 that was removed.

v0.9.0

05 Sep 18:40
69021ba
Compare
Choose a tag to compare
  • Added atomic.Value[T any]

v0.8.0

14 Aug 01:07
73a82c9
Compare
Choose a tag to compare

What's Changed

  • [#25]: Added heap's generic interface on top of standard library's container/heap
  • [38aee46] Added interfaces and dummy implementations for Locker and RWLocker
  • [1725ce0] Updated prepare-commit-msg to the latest version from aohorodnyk/githooks

Full Changelog: v0.7.0...v0.8.0

v0.7.0

25 Oct 03:26
1725ce0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

24 Oct 05:08
128b169
Compare
Choose a tag to compare
  • Upgraded linter from 1.53 to 1.55 with new linters enabled
  • Added types.IsType function to check type in one line

Full Changelog: v0.5.4...v0.6.0

v0.5.4

26 Jul 02:22
cef0062
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

20 Jul 01:30
a7a16b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

11 Jul 15:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2