Commit Graph
100 Commits
Author SHA1 Message Date
dudaodong 213e2b4ead doc: add play ground demo 2024-10-09 16:56:56 +08:00
dudaodong 5d6ab72059 release v2.3.3 2024-10-09 15:20:30 +08:00
dudaodong 30eb2c72b0 doc: rename parameter name of Comma 2024-09-27 10:23:29 +08:00
dudaodong adf18a2e47 fix: fix bug of Comma, issue #248 2024-09-27 10:18:37 +08:00
dudaodong f99a8ef3cf refactoring: defect #247 2024-09-20 19:29:31 +08:00
dudaodong ee0afed963 Merge branch 'v2' into rc 2024-09-16 09:10:23 +08:00
dudaodong 69cf9bbcf0 doc: add new functions in system package 2024-09-13 16:21:57 +08:00
dudaodong 2bbcb85286 feat: add GetProcessInfo for system package 2024-09-13 16:10:09 +08:00
dudaodong e58c9b797b feat: add StartProcess, StopProcess, KillProcess for system package 2024-09-13 15:09:44 +08:00
dudaodong 3e1ac5e0b5 test: remove unstable test item 2024-09-10 15:59:09 +08:00
dudaodong 8869e0440d doc: update doc for GetOrDefault 2024-09-10 15:54:54 +08:00
dudaodong 84ebc7ce71 doc: add doc for new functions of release v2.3.3 2024-09-10 14:47:38 +08:00
dudaodong c745097749 feat: add AesGcmEncrypt and AesGcmDecrypt in cryptor package 2024-09-10 10:37:47 +08:00
dudaodong ba75e58e5f feat: add datetime package doc 2024-09-09 14:42:01 +08:00
dudaodong 7e85a0ed7d doc: update doc 2024-09-09 11:51:10 +08:00
dudaodong 2268a0312f doc: update doc 2024-09-09 11:49:53 +08:00
dudaodong da84d95aa3 feat: add GenerateDatetimesBetween in datetime package 2024-09-09 11:35:17 +08:00
dudaodong 48244d6711 feat: add DaysBetween in datetime package 2024-09-09 10:55:18 +08:00
dudaodong 5e3337a52e feat: add TrackFuncTime in datetime package 2024-09-06 15:51:56 +08:00
dudaodong c3372e18b1 feat: add Frequency in slice package 2024-09-06 15:06:35 +08:00
dudaodong 90e5a0bfb2 feat: add RegexMatchAllGroups 2024-09-06 14:19:57 +08:00
dudaodong 93be25920f feat: add TemplateReplace 2024-09-06 11:04:54 +08:00
dudaodong f9e5ec9096 feat: add Rotate for string 2024-09-03 16:36:11 +08:00
dudaodong 601df5dc12 feat: add Rotate for string 2024-09-03 16:35:38 +08:00
dudaodong 63216d9b1c feat: add Shuffle for string 2024-09-03 15:54:05 +08:00
dudaodong c32a19868d refactoring: make test clear 2024-09-03 15:33:32 +08:00
dudaodong 71e914019b feat: add Ellipsis for string 2024-09-03 14:36:12 +08:00
dudaodong 9824db0056 Merge branch 'rc' 2024-09-02 14:31:59 +08:00
dudaodong ba9188a29a doc: update check link 2024-09-02 14:28:26 +08:00
dudaodong 8625fbd8d3 doc: update doc for ExecCommand function 2024-09-02 11:22:11 +08:00
dudaodong 81b29baf30 doc: add doc for OrderedMap 2024-09-02 11:19:05 +08:00
dudaodong 5a38e34063 Merge branch 'rc' of github.com:duke-git/lancet into rc 2024-08-30 16:55:10 +08:00
dudaodong ec092a009a test: we should write clean unit test code 2024-08-28 16:06:08 +08:00
dudaodong ca40b5d6c6 refactoring: rename SortByKeys to SortByKey 2024-08-28 10:58:14 +08:00
dudaodong a6d39a3bba feat: add OrderedMap for issue #237 2024-08-28 10:53:53 +08:00
dudaodong 38148978cf refactoring: change unit variable to package internal 2024-08-26 16:25:57 +08:00
dudaodong 3e8c3bd396 feat: add SortbyKeys for map 2024-08-23 11:21:29 +08:00
dudaodong 30971c1aab doc: rename CONTRIBUTION.md and add github start chart 2024-08-21 10:28:26 +08:00
dudaodong bc260277bc fix: fix DecimalBytes and BinaryBytes issue #232 2024-08-19 11:36:49 +08:00
dudaodong c0b200f846 feat: add ReduceConcurrent 2024-08-15 17:48:26 +08:00
dudaodong 305847993c feat: add ForEachConcurrent 2024-08-15 16:44:22 +08:00
dudaodong f5d70728c3 refactoring: rename param and change its order 2024-08-15 15:50:48 +08:00
dudaodong a360372aa9 feat: add FilterConcurrent 2024-08-14 11:19:10 +08:00
dudaodong 7f78a6b11e refactoring: rename slice_parallel to slice_concurrent 2024-08-14 10:52:36 +08:00
dudaodong 5c53cb5867 feat: add MapConcurrent 2024-08-14 10:45:35 +08:00
dudaodong f7e9d5dc47 doc: add doc for UniqueByComparator and UniqueByParallel 2024-08-13 11:00:47 +08:00
dudaodong 5c580ed013 test: update test for Schedule 2024-08-09 15:00:19 +08:00
dudaodong 0f9764f41e feat: add Throttle function 2024-08-09 14:28:15 +08:00
dudaodong 0bc5f82554 doc: add RandBool, RandBoolSlice 2024-08-09 11:47:36 +08:00
dudaodong e91965b013 feat: add RandStringSlice, RandBool, RandBoolSlice 2024-08-09 11:44:56 +08:00
dudaodong 483a286d8e feat: add RandIntSlice function 2024-08-09 10:46:08 +08:00
dudaodong 3f8e306ced doc: update deprecated warning text 2024-08-08 15:44:19 +08:00
dudaodong 0b29f0520d feat: add Debounce function 2024-08-08 15:19:38 +08:00
dudaodong 8611ec0c10 feat: add UniqueByComparator 2024-08-08 11:23:11 +08:00
dudaodong 286e10d189 refactoring: memory optimization for unique slice 2024-08-08 10:51:33 +08:00
dudaodong 3e7f94b03e fix: fix UniqueBy bug 2024-08-08 10:40:23 +08:00
dudaodong 356351896d feat: add UniqueByParallel for slice 2024-08-08 10:20:52 +08:00
dudaodong 9be124211e refact: preallocate in Merge map 2024-08-01 11:00:24 +08:00
dudaodong f467658481 Merge branch 'rc' into v2 2024-07-31 10:50:29 +08:00
dudaodong 8f74460c1b fix: remove scientific notation in DecimalBytes 2024-07-30 14:17:17 +08:00
dudaodong d5752499bf fix: remove scientific notation in DecimalBytes 2024-07-29 11:42:56 +08:00
dudaodong eb7cf76eae doc: fix doc error 2024-07-18 11:44:00 +08:00
dudaodong 4af074d181 doc: add play ground demo 2024-07-18 11:34:16 +08:00
dudaodong 73fb8fefd2 release v2.3.2 2024-07-18 10:52:54 +08:00
dudaodong 9cf535055d doc: update readme file 2024-07-18 10:50:29 +08:00
dudaodong 8be7b3e396 rename UnwrapOr 2024-07-18 10:12:16 +08:00
dudaodong 2097277a7d doc: add doc for UniqueByField 2024-06-25 15:20:03 +08:00
dudaodong 95b516e278 feat: add UniqueByField 2024-06-24 19:36:02 +08:00
dudaodong ca373b00a7 feat: add GetOrSet 2024-06-24 17:29:12 +08:00
dudaodong a220220f09 feat: add GetOrSet 2024-06-24 17:28:51 +08:00
dudaodong aeef0418a4 fix: fix bug of CopyDir 2024-06-24 17:09:31 +08:00
dudaodong 9b7d8d7abf doc: update vitepress version 2024-06-11 10:06:33 +08:00
dudaodong 4d21e81263 feat: add Timeout config for http client 2024-06-04 16:28:00 +08:00
dudaodong e054680d20 doc: ignoreDeadLinks in doc 2024-05-14 11:42:48 +08:00
dudaodong 5381842eec doc: update doc for v2.3.1 2024-05-14 11:26:14 +08:00
dudaodong 6e0498514c doc: update doc for v2.3.1 2024-05-14 11:25:01 +08:00
dudaodong 967e6a3493 doc: update doc for v2.3.1 2024-05-14 10:47:27 +08:00
dudaodong 5b24801e49 merge qa branch 2024-05-14 10:11:29 +08:00
dudaodong 974ba525a6 Merge branch 'rc' into v2 2024-05-14 10:10:45 +08:00
dudaodong 712a215ea6 reset 2024-05-14 10:02:56 +08:00
dudaodong 7893f828d3 fix: fix get tag failed 2024-05-13 17:49:34 +08:00
dudaodong de9ee08be4 test: update net error handle 2024-04-18 14:23:36 +08:00
dudaodong 5381450bea feat: fix email validation failed 2024-04-18 14:18:33 +08:00
dudaodong 2a796adf85 fix: support nest struct in StructToUrlValues 2024-04-02 17:38:40 +08:00
dudaodong bb6f10a1fb rename CONTRIBUTING file 2024-03-17 10:30:24 +08:00
dudaodong 33b4cffe60 rename CONTRIBUTING file 2024-03-17 10:30:07 +08:00
dudaodong 004dbdc32e doc: update doc for RightPadding and LeftPadding 2024-03-12 09:52:02 +08:00
dudaodong 73c97af7d8 doc: update doc for Break function 2024-03-08 21:39:06 +08:00
dudaodong aa74400607 doc: fix doc text error 2024-03-06 16:19:20 +08:00
dudaodong a6eaaef563 doc: add go playground demo 2024-03-06 15:28:55 +08:00
dudaodong 1b31014f81 doc: add go playground demo 2024-03-06 14:52:35 +08:00
dudaodong 036847577d release v2.3.0 2024-03-05 14:57:16 +08:00
dudaodong d21edd1cde doc: add doc for retry package 2024-03-05 14:38:42 +08:00
dudaodong c58c50327c doc: add doc for ChunkRead and ParallelChunkRead 2024-03-05 11:42:03 +08:00
dudaodong 9bfdc686f8 doc: update contribution_guide file 2024-03-05 10:47:51 +08:00
dudaodong 5ca8f6ef6f doc: update doc 2024-03-05 10:45:40 +08:00
dudaodong a54d4c79a0 doc: update doc for mathutil package 2024-03-04 19:52:49 +08:00
dudaodong 92fae4273b doc: update doc for new added functions 2024-03-04 16:42:59 +08:00
dudaodong 0d29f5437a doc: update doc for new added functions 2024-03-04 16:41:54 +08:00
dudaodong e95d7c82cd doc: update doc for function package 2024-03-04 10:19:39 +08:00