Commit Graph
100 Commits
Author SHA1 Message Date
dudaodong a0d97cf38e Merge branch 'rc' into v2 2024-12-25 16:13:04 +08:00
dudaodong ab89f0aee1 feat: add EqualUnordered 2024-12-19 19:36:17 +08:00
dudaodong d4b425e39c doc: fix doc error 2024-12-09 09:52:40 +08:00
dudaodong a1652c7523 doc: update v1 latest version 2024-12-04 19:13:23 +08:00
dudaodong ecafed511c doc: add play ground demo for v2.3.4 2024-12-04 14:25:51 +08:00
dudaodong 4ffff0e3f3 update pem file 2024-12-04 11:26:49 +08:00
dudaodong 8ebb8a028e doc: update doc for v2.3.4 2024-12-04 11:24:53 +08:00
dudaodong 995ffb799f fix: github action failed 2024-12-02 17:19:47 +08:00
dudaodong 3cd546d7f2 fix: fix issue #274 2024-12-02 17:06:06 +08:00
dudaodong 7fb49515ce feat: add ToBigInt 2024-12-02 11:25:16 +08:00
dudaodong 8f3ea60636 refactoring: reimplement the logic of Intersection 2024-11-29 15:47:08 +08:00
dudaodong 58a37b7e8d Merge branch 'rc' into v2 2024-11-27 15:09:35 +08:00
dudaodong 6bd61460d3 fix: MaxInt was added only in 1.17 use instead 2024-11-27 15:08:54 +08:00
dudaodong 1eb793420e doc: add Gurubase and update Sponsor text 2024-11-19 10:29:41 +08:00
dudaodong 05f9854945 Merge branch 'rc' 2024-11-19 10:26:41 +08:00
dudaodong 3be706e23f doc: add doc for Permutation and Combination function 2024-11-19 10:25:32 +08:00
dudaodong 95a894e53f feat: add Permutation and Combination 2024-11-19 10:12:07 +08:00
dudaodong 8322951475 feat: add StdDev and fix bug of Average for math package 2024-11-18 17:01:27 +08:00
dudaodong 6b2c91b0f6 feat: add Variance for math package 2024-11-18 16:25:32 +08:00
dudaodong ec161f335d fix: update random seed when call random function 2024-11-14 16:27:22 +08:00
dudaodong a769257017 fix: update random seed when call random function 2024-11-11 19:45:31 +08:00
dudaodong f3579fc142 feat: add IndexOf and LastIndexOf for stream 2024-11-11 10:52:29 +08:00
dudaodong de877e5278 feat: add Ternary 2024-11-08 14:20:35 +08:00
dudaodong 08f14d2b08 feat: add ExtractContent
:
2024-11-08 14:11:25 +08:00
dudaodong 0ed2b11ba1 doc: add doc for Min, Max, MaxMin function 2024-11-07 16:00:34 +08:00
dudaodong 643edc1468 feat: add Max, Min, and MaxMin for datetime package 2024-11-07 15:47:22 +08:00
dudaodong e2ff83649a doc: format code in doc file 2024-11-06 10:15:47 +08:00
dudaodong 8bbae69175 feat: add try-catch-finally implementation 2024-11-04 14:46:25 +08:00
dudaodong 840ea8f3c5 fix: fix code in UnZip demo 2024-10-25 11:14:15 +08:00
dudaodong a4e89bd7c1 feat: add ConcatBy 2024-10-24 15:38:12 +08:00
dudaodong 2015d36b08 feat: add JoinFunc 2024-10-24 14:56:13 +08:00
dudaodong 921f218ef7 test: run test cases on rc branch 2024-10-18 16:40:20 +08:00
dudaodong 0a2cc9c928 doc: update doc for RandNumberOfLength and GetExeOrDllVersion 2024-10-18 16:38:39 +08:00
dudaodong 0bc11001a4 fix: add rsa public and private key example file 2024-10-12 15:16:39 +08:00
dudaodong 85d98ad915 Merge branch 'rc' into v2 2024-10-12 14:06:15 +08:00
dudaodong bad1b05224 doc: add doc for RsaSign and RsaVerifySign 2024-10-11 15:38:42 +08:00
dudaodong 527328739a feat: add RsaSign and RsaVerifySign 2024-10-10 15:40:32 +08:00
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