1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-03-01 00:35:28 +08:00
Commit Graph

786 Commits

Author SHA1 Message Date
dudaodong a270b1b634 feat: make code clear 2022-11-05 17:09:56 +08:00
dudaodong 260fb795d3 feat: add KeyBy for slice 2022-11-05 16:52:31 +08:00
dudaodong 8c036f830c refactor: remove unuseful code 2022-11-05 16:39:42 +08:00
dudaodong bf332b9f1c release v2.1.8 v2.1.8 2022-10-21 16:22:52 +08:00
dudaodong 6b6cd66f9f Merge branch 'main' into v2 2022-10-19 17:31:51 +08:00
燕归来 5399c2290e feat: support type alias for Number constraint (#60) 2022-10-19 17:21:53 +08:00
dudaodong 6248293c49 doc: add docment for Replace and ReplaceAll 2022-10-17 10:40:35 +08:00
dudaodong eced25b76d test: add unit test for Replace and ReplaceAll 2022-10-17 10:26:54 +08:00
dudaodong 96a4327aa7 fix: fix some static check issues 2022-10-15 15:03:24 +08:00
dudaodong fcfbdea597 feat: add Replace and ReplaceAll for slice 2022-10-15 14:49:49 +08:00
dudaodong 87896f917a doc: add document for pipeline 2022-10-15 12:36:11 +08:00
dudaodong b8563ed646 feat: add Pipeline function 2022-10-15 12:29:47 +08:00
dudaodong 1ccf0af2b3 doc: update document for datetime package 2022-10-14 10:20:38 +08:00
dudaodong 6314889c6a release v2.1.7 v2.1.7 2022-10-14 10:08:43 +08:00
dudaodong 294bd5a5ed doc: update document for hashmap 2022-10-11 15:41:09 +08:00
dudaodong ca44815fd5 Merge branch 'main' into v2 2022-10-11 15:02:28 +08:00
dudaodong bcd1cabf80 feat: add Keys and Values function for hashmap 2022-10-10 16:34:05 +08:00
CyJaySong 4edefcca67 expand BeginOfWeek、EndOfWeek (#59) 2022-10-10 15:44:22 +08:00
dudaodong fab24c8d12 feat: add Iterate for hashmap datastructure 2022-10-10 15:25:30 +08:00
dudaodong 604acd9b07 doc:add lancet api doc website 2022-09-29 18:41:22 +08:00
dudaodong 531cb19fd1 release v2.1.6 v2.1.6 2022-08-31 17:07:32 +08:00
dudaodong 4f0161ca53 doc: add source code link for http_client 2022-08-31 15:56:41 +08:00
dudaodong 73362b7f69 doc: update readme file 2022-08-31 11:40:24 +08:00
dudaodong b289f2975b doc: add document for functions in netutil/http_client.go 2022-08-31 11:20:22 +08:00
dudaodong 90ce2705ca test: add unit test for http client 2022-08-30 17:33:58 +08:00
dudaodong 35e1d09ce3 feat: add http client for sending http request 2022-08-30 17:22:17 +08:00
dudaodong d67d8fad3a doc: fix missing word in file condition.md 2022-08-29 14:02:30 +08:00
dudaodong c5e6d01a31 update readme file: add new package and function 2022-08-29 11:50:37 +08:00
dudaodong 6d6c3f692f refactor: change TernaryOperator signature 2022-08-29 11:27:51 +08:00
dudaodong c695837b16 doc: add document for package condition 2022-08-29 11:23:02 +08:00
dudaodong ef28b52963 fix: fix regex isChineseMobileRegexMatcher not work 2022-08-28 20:58:34 +08:00
dudaodong 18b2b6ff7c feat: add functons: And, Or, Xor, Nor, Xnor, Nand 2022-08-28 20:57:28 +08:00
dudaodong 6a05a123f4 feat: add Bool function to check if a value is truthy or falsy 2022-08-28 20:38:19 +08:00
dudaodong f7c33f258d Merge branch 'main' into v2 2022-08-27 19:25:24 +08:00
dudaodong 04058dd7da refactor: change common package to condition package 2022-08-27 19:19:34 +08:00
郑一诺她爸 72e1d92fa1 TernaryOperator Reduce if else operations (#56)
* feat:(slice add AppendIfAbsent function)

* feat:(slice add TernaryOperator function)

Co-authored-by: george.zheng <george.zheng@ambergroup.io>
2022-08-27 19:12:03 +08:00
dudaodong 063df0f0d1 doc: add docment for IsZeroValue function 2022-08-27 19:04:57 +08:00
dudaodong fc10689b25 feat: add IsZeroValue function 2022-08-27 18:57:45 +08:00
dudaodong 9239bcfdc3 doc: fmt code example 2022-08-26 16:34:20 +08:00
dudaodong c984815dea doc: fmt code example 2022-08-26 16:29:55 +08:00
dudaodong 301cb5db87 doc: add hashmap 2022-08-26 16:26:16 +08:00
dudaodong cc1bacff74 doc: add document for EncodeByte and DecodeByte 2022-08-26 10:54:51 +08:00
dudaodong f49f75b371 test: add unit test for EncodeByte and DecodeByte 2022-08-26 10:47:25 +08:00
dudaodong b30f4a7bab feat: add DecodeByte 2022-08-26 10:35:54 +08:00
dudaodong 982cb8932b feat: add EncodeByte 2022-08-26 10:34:42 +08:00
dudaodong 9107eb4b32 fix: fix resize bug in HashMap 2022-08-25 14:04:26 +08:00
dudaodong 1acf977b24 release v2.1.5 v2.1.5 2022-08-25 11:11:36 +08:00
dudaodong 5c878d0873 doc: change ReverseStr to Reverse in all docment 2022-08-24 10:37:56 +08:00
dudaodong ab0716a472 refactor: change ReverseStr to Reverse in strutil package 2022-08-24 10:35:18 +08:00
dudaodong 3c2e0ca5b3 doc: add document for hashmap 2022-08-24 10:28:57 +08:00