Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@jeremmfr jeremmfr released this 13 Feb 08:06
· 9 commits to main since this release
v0.12.0
152602e
  • golang 1.21 is now the minimum version
  • ⚠️ ReverseSlice function in basicalter package is now deprecated
    use slices.Reverse() from the standard slices library instead
  • ⚠️ EqualSlice function in basiccheck package is now deprecated
    use slices.Equal() from the standard slices library instead
  • ⚠️ InSlice function in basiccheck package is now deprecated
    use slices.Contains() from the standard slices library instead
  • ⚠️ OneInSliceWith function in basiccheck package is now deprecated
    use slices.ContainsFunc() from the standard slices library instead