Skip to content

Releases: duke-git/lancet

v1.1.10

13 Jan 03:04
Compare
Choose a tag to compare

New feature:

  1. slice.go: ContainSubSlice

v1.1.9

11 Jan 12:51
Compare
Choose a tag to compare

New feature:

  1. slice.go: GroupBy, Count function.

Fix:

  1. SortByField: panic if sortType length is zero.

Merge request:
#15
#22

v1.1.8

06 Jan 09:15
Compare
Choose a tag to compare

New feature:

  1. slice.go: ForEach, None function.
  2. file.go: FileMode, MiMeType, IsLink, Zip, UnZip function.

Merge request:
#13

v1.1.7

04 Jan 02:58
Compare
Choose a tag to compare

New feature:

  1. Wrap func for wrap string.
  2. Unwrap func for unwrap string.

Merge request:
#12

v1.1.6

03 Jan 08:03
Compare
Choose a tag to compare

Merge request:
#10
#11

Reduce some functions' gocyclo:

  1. ToString func in convertor.go
  2. doHttpRequest func in request_util.go

v1.1.5

01 Jan 12:21
Compare
Choose a tag to compare

New feature:

  1. Watcher in package function is for record code excution time.
  2. Func Drop, FlatternDeep, and Shuffle in slice package.

Merge request:
#9

v1.1.4

30 Dec 12:27
Compare
Choose a tag to compare

Merge PR:
#7
#8

v1.1.3

29 Dec 02:00
Compare
Choose a tag to compare

Merge PR:
#5
#6

v1.1.2

28 Dec 03:30
Compare
Choose a tag to compare

Fix some issues in slice.go and function_test.go

v1.1.1

28 Dec 02:11
Compare
Choose a tag to compare

Merge request: #4