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

1078 Commits

Author SHA1 Message Date
dudaodong bb563724c7 doc: add go playground demo 2023-08-01 11:01:57 +08:00
dudaodong 72924d4486 release v2.2.4 v2.2.4 2023-08-01 09:58:53 +08:00
dudaodong 231f8b04b4 doc: add new function doc for v2.2.4 2023-07-30 13:22:32 +08:00
dudaodong daa932fee3 update: make IsWeekend deprecated 2023-07-30 12:47:00 +08:00
dudaodong 1b0691f1d5 Merge branch 'main' into v2 2023-07-30 12:41:03 +08:00
CyJaySong 0b6a00bd99 IsWeekend func Deprecated (#123)
* expand BeginOfWeek、EndOfWeek

* IsWeekend func Deprecated
2023-07-30 12:39:26 +08:00
dudaodong 4ab98664bb refactor: rename file name 2023-07-28 17:55:36 +08:00
dudaodong 31eb5f4d1f feat: add HmacMd5WithBase64 2023-07-28 17:53:46 +08:00
dudaodong 0ae5d17a06 doc: add doc for CurrentMap 2023-07-27 15:08:55 +08:00
dudaodong 4558d7a3c2 test: add test for currentmap 2023-07-27 11:54:52 +08:00
dudaodong 4715301240 doc: update doc for cryptor package 2023-07-27 11:20:06 +08:00
dudaodong 1c58ee23f1 feat: add Timestamp,TimestampMilli,TimestampMicro, TimestampNano 2023-07-26 17:28:15 +08:00
dudaodong 2a303d5e4b doc: update format 2023-07-26 15:28:20 +08:00
dudaodong 326e7881a6 feat: add NowDateOrTime 2023-07-26 15:03:59 +08:00
dudaodong 31e8b12674 feat: add timezone support for FormatTimeToStr and FormatStrToTime 2023-07-26 14:40:12 +08:00
dudaodong a0431d9435 fix: fix TestConcurrentMap_Delete test failed 2023-07-25 10:21:11 +08:00
dudaodong 0456b65cc7 test: add example for cryptor package new functions 2023-07-25 10:18:54 +08:00
dudaodong 989b4dd791 test: add test for cryptor package new functions 2023-07-25 10:06:25 +08:00
dudaodong a76b02fbba Merge branch 'main' into v2 2023-07-24 17:28:41 +08:00
hoslo 2d7747738a feat: add base cryptor method (#119)
Co-authored-by: shuai_yang <shuai_yang@intsig.net>
2023-07-24 17:24:17 +08:00
dudaodong fe0cb04137 feat: add ConcurrentMap 2023-07-24 17:10:45 +08:00
dudaodong fe0264f628 refactor: clean code 2023-07-24 15:42:36 +08:00
dudaodong 65396cee32 Merge branch 'main' into v2 2023-07-23 15:43:35 +08:00
Ta 544702b460 fix: remove unused message in pointer.md (#117) 2023-07-23 15:42:54 +08:00
dudaodong d8936cdcb5 doc: add doc for pointer 2023-07-23 13:26:07 +08:00
dudaodong d4b97d6b20 Merge branch 'main' into v2 2023-07-23 13:13:56 +08:00
Ta 5caa14c838 feat: add UnwarpOr and UnwarpOrDefault to pointer pkg (#116) 2023-07-23 13:09:50 +08:00
dudaodong 0d0848ac67 refactor: use for loop than for range 2023-07-10 10:56:53 +08:00
dudaodong d5334f892f feat: add Join 2023-07-10 10:51:43 +08:00
dudaodong 36ef5b3bd3 doc: add doc for HasKey 2023-07-10 10:39:55 +08:00
dudaodong 6f48b00c88 feat: add HasKey 2023-07-10 10:33:04 +08:00
dudaodong 7b744c299e fix: fix bug of CreateDir 2023-07-10 10:13:23 +08:00
dudaodong 154ec56780 doc: add go playground demo 2023-07-04 16:31:13 +08:00
dudaodong 584aabdf62 release v2.2.3 v2.2.3 2023-07-03 14:09:04 +08:00
dudaodong 1b754a6264 doc: update link in readme 2023-07-03 11:57:50 +08:00
dudaodong 06a558d797 doc: update link in readme 2023-07-03 11:21:49 +08:00
dudaodong 423779d3ff doc: update link in readme 2023-07-03 11:14:55 +08:00
dudaodong 78c17a9e7b doc: update link in readme 2023-07-03 10:52:26 +08:00
dudaodong 529b9317d0 doc: update link in readme 2023-07-03 10:48:04 +08:00
dudaodong dc838f645b doc: update link in readme 2023-07-03 10:43:05 +08:00
dudaodong 7f559c4940 doc: update link in readme 2023-07-03 10:42:22 +08:00
dudaodong acb08dfd90 doc: update link in readme 2023-07-03 10:40:50 +08:00
dudaodong ffe46fd06d update readme file 2023-07-02 22:31:17 +08:00
dudaodong b419e46b9b doc: add package index 2023-07-02 22:12:47 +08:00
dudaodong 8fbcdfd515 doc: add pointer and tuple package to readme file 2023-07-02 21:06:10 +08:00
dudaodong f03f48210c doc: update system package 2023-06-30 15:12:18 +08:00
dudaodong 742944e2f0 doc: add doc for tuple package 2023-06-30 15:11:26 +08:00
dudaodong c0b491ad78 doc: add example for tuple package 2023-06-30 11:20:46 +08:00
dudaodong e9abae2a92 doc: add doc for pointer package 2023-06-30 10:31:22 +08:00
dudaodong 8229de2f10 test: add parallel running for all unit test functions 2023-06-30 10:18:45 +08:00