Releases: aohorodnyk/stl
Releases · aohorodnyk/stl
v0.9.4
v0.9.3
Remove atomic.Value
, because of it's a duplication of the standard atomic.Pointer
v0.9.2
Add comment with the explanation an override v0.9.1 that was removed.
v0.9.0
- Added
atomic.Value[T any]
v0.8.0
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
What's Changed
- #26 add types value by @aohorodnyk in #27
- #28 Add
strings.*Fold
functions by @aohorodnyk in #29
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- 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
What's Changed
- #21 Add named return param to
math.Min
andmath.Max
by @aohorodnyk in #22 - #20 Add
maps.Delete
helper by @aohorodnyk in #23
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- #18 Add
Ref
function totypes
package by @aohorodnyk in #19
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- #12 Update linter from 1.51 to 1.53 by @aohorodnyk in #13
- #16 Rename
slices.IsSortReverse
toslices.IsReversed
by @aohorodnyk in #17
Full Changelog: v0.5.1...v0.5.2