Skip to content

Releases: duke-git/lancet

v1.2.8

13 Apr 03:41
Compare
Choose a tag to compare

Fix:

  1. Fix http post function to support multipart/form-data and application/x-www-form-urlencoded.

v2.0.3

06 Apr 02:59
Compare
Choose a tag to compare

Feature:

  1. Add maputil package.
  2. Add SymmetricDifference function in slice package.
  3. Add SymmetricDifference, Minus functions in datastructure package set.go.

v2.0.2

29 Mar 03:07
Compare
Choose a tag to compare

Feature:

  1. datastructure/link/singlylink.go add DeleteValue func

Fix:

  1. convertor/convertor.go ToBytes func bug.
  2. algorithm/sorter.go InsertionSort func bug.

v1.2.7

29 Mar 02:57
Compare
Choose a tag to compare

Feature:

  1. datetime/conversion.go

Fix:

  1. convertor/convertor.go ToBytes func bug.

v2.0.1

22 Mar 06:55
Compare
Choose a tag to compare

Feature:

  1. slice/slice.go: add func GroupWith.
  2. mathutil/mathutil.go: add funcs Max, Min, Average.
  3. datetime/conversion.go

v2.0.0

17 Mar 03:46
Compare
Choose a tag to compare

Upgrade go1.18!

Feature:

  1. Add algorithm package.
  2. Add datastructure package.
  3. Add lancetconstraints package.

Refactor:

  1. Rewrite some functions with go generics.

v1.2.6

04 Mar 09:41
Compare
Choose a tag to compare

Feature:

  1. Add mathutil package.

v1.2.5

25 Feb 08:43
Compare
Choose a tag to compare

Feature:

  1. random/random.go: add UUIdV4 func.

Fix:

  1. netutil/net_internal.go: func setBodyByte, set request body content length.

v1.2.4

16 Feb 06:16
Compare
Choose a tag to compare

Feature:

  1. datetime/datetime.go: add funcs BeginOfMinute, BeginOfHour, BeginOfDay, BeginOfWeek, BeginOfMonth, BeginOfYear
    , EndOfMinute, EndOfHour, EndOfDay, EndOfWeek, EndOfMonth, EndOfYear.
  2. netutil/net.go: add funcs GetIps, GetMacAddrs.

v1.2.3

07 Feb 08:37
Compare
Choose a tag to compare

Docs:

Add doc for all package function.