Skip to content

Releases: taobig/go-helper

v0.2.2

21 Aug 12:17

Choose a tag to compare

  1. Add hashx.Md5Sum() & hashx.Md5Hex(), Deprecated xhash.MD5()
  2. Add hashx.Sha256Sum() & hashx.Sha256Hex()

v0.2.1

14 Jul 06:58

Choose a tag to compare

  1. Add LockedMap::Range()
  2. Add io.AppendFile()
  3. Update CI config

v0.2.0

02 Mar 05:58

Choose a tag to compare

  1. Upgraded to Go 1.18
  2. [experimental] Add x/filex.WriteCsvFile() and x/filex.ReadCsvFile()
  3. Add lockedmap package

v0.1.1

12 Nov 12:27

Choose a tag to compare

  1. Add xhash.MD5()
  2. [experimental] Add x/filex.WriteFile() and x/filex.WriteJsonFile()

v0.1.0

29 Jul 03:43

Choose a tag to compare

  1. Remove deprecated package(strings,time)
  2. go mod tidy -go=1.17
  3. Other changes: v0.0.8...v0.1.0

v0.0.8

04 May 12:01

Choose a tag to compare

Update stringx package

v0.0.7

28 Apr 15:35

Choose a tag to compare

Update tests

v0.0.6

02 Dec 13:45

Choose a tag to compare

  1. Upgrade to golang.org/x/text v0.4.0
  2. Add several time functions: af57ed0
  3. Enhanced http.DownloadFile()
  4. Enable golangci-lint on CI

v0.0.4

16 Sep 16:13

Choose a tag to compare

Add:

  • Add exp/stringx package (experimental package)

v0.0.3

15 Sep 14:51

Choose a tag to compare

Deprecated:

  • time.ParseInLocalLocation() (Added in v0.0.2)

Add:

  • timex.MillSecToTime()
  • timex.MillSecToUtcTime()
  • const time.SimpleDateLayout
  • move strings package to stringx package(stringx is deprecated)