Skip to content

Releases: msales/gox

v0.10.1

01 Jun 07:34
49da23c
Compare
Choose a tag to compare
Slice filtering fix. (#15)

v0.10.0

28 May 10:25
cd9704a
Compare
Choose a tag to compare
  • Added filter function for slices. (#14)

v0.9.0

27 May 11:48
182af01
Compare
Choose a tag to compare
  • Added dynamic Contains function for slices. (#13)

v0.8.2

05 May 14:57
bd01612
Compare
Choose a tag to compare
  • Added difference functions for Int slices. (#12)

v0.8.1

25 Mar 14:26
6cece0a
Compare
Choose a tag to compare
  • Added helper methods for slice of uint/uint32/uint64 to interface slice conversion.

v0.8.0

14 Dec 13:44
37f31cf
Compare
Choose a tag to compare
  • Added helper methods to parse raw IP to uint32 and reverse.

v0.7.0

14 May 11:19
b253e6e
Compare
Choose a tag to compare
  • Add string slice trimming method to slicex.

v0.6.2

11 May 08:34
2d4d85a
Compare
Choose a tag to compare
  • Extend slicex contains to include uint, uint32 and uin64

v0.6.1

07 May 15:13
fd78aa0
Compare
Choose a tag to compare
  • Major speedup for slicex contains method when searching for single needle.
  • Additional slicex case insensitive string slice matching method.

v0.6.0

07 May 13:33
5b74344
Compare
Choose a tag to compare
  • Extend slicex to include all possible int, int32, int64, float32, float64, string and interface conversions.
  • Extend slicex to include all contains methods.
  • Fix for existing ContainString method in slicex.
  • Backward breaking cleanup of slicex IntToString and StringToInt methods.
  • Removal of external dependencies.