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

987 Commits

Author SHA1 Message Date
dudaodong cbf8cfdffa doc: add go playground demo 2023-06-01 14:11:57 +08:00
dudaodong 286a187942 fix: fix go report validation issue 2023-06-01 11:49:49 +08:00
dudaodong b787e99528 release v2.2.1 v2.2.1 2023-06-01 10:45:32 +08:00
dudaodong e54c9b2850 doc: add new function to readme file 2023-06-01 10:44:00 +08:00
dudaodong 8944109c4c doc: add doc for WriteBytesToFile and WriteStringToFile 2023-05-31 17:42:34 +08:00
dudaodong 10e3732f32 feat: add IsWeekend 2023-05-31 17:13:06 +08:00
dudaodong a415597c6b Merge branch 'main' into v2 2023-05-31 17:06:47 +08:00
hhhhhxm 69b32fd043 新增判断是否是周末的方法 (#105)
* 新增判断是否是周末的方法

* 新增判断是否是周末的方法

---------

Co-authored-by: huangxingming <huangxingming@kezaihui.com>
2023-05-31 17:05:20 +08:00
dudaodong 75ed359084 feat: add WriteBytesToFile and WriteStringToFile 2023-05-31 16:56:18 +08:00
dudaodong 2c71b6375c doc: add doc for ContainsAny and ContainsAll 2023-05-31 15:56:20 +08:00
dudaodong 2894bec80c feat: add ContainsAll and ContainsAny 2023-05-31 10:51:16 +08:00
dudaodong 09ec5b97a6 doc: add doc for DayOfYear 2023-05-31 10:04:59 +08:00
hhhhhxm 46ecb117a5 增加判断某个日期是一年当中的第几天的方法 (#103)
* 增加判断某个日期是一年当中的第几天的方法

* 修改下函数名字

---------

Co-authored-by: huangxingming <huangxingming@kezaihui.com>
2023-05-31 09:54:23 +08:00
dudaodong 388171e739 doc: add doc for BetweenSeconds 2023-05-30 17:47:16 +08:00
dudaodong 6fbaf2b005 refactor: update TestBetweenSeconds and ExampleBetweenSeconds 2023-05-30 17:44:28 +08:00
dudaodong 53a91cad71 Merge branch 'main' into v2 2023-05-30 17:38:58 +08:00
tlei995 a51a182fb2 feat:add betweenSeconds func (#102)
Co-authored-by: leitao <leitao@kezaihui.com>
2023-05-30 17:37:29 +08:00
dudaodong 64982f0c89 fix: fix body param bug when send post request 2023-05-30 10:51:33 +08:00
dudaodong f38f69ce17 Merge branch 'main' into v2 2023-05-29 20:10:34 +08:00
燕归来 a33ea3d013 fix: timeFormat["yyyy-mm-dd hh"] should be "2006-01-02 15" (#99) (#100)
* fix: timeFormat["yyyy-mm-dd hh"] should be "2006-01-02 15" (#99)

* test: add use cases for FormatTimeToStr
2023-05-29 20:08:17 +08:00
dudaodong e35462fb14 fix: fix format error in init function 2023-05-29 16:09:30 +08:00
dudaodong af106a4a8e doc: add doc for Cos and Sin 2023-05-28 20:12:40 +08:00
dudaodong ec7232ec40 update readme file 2023-05-25 19:29:59 +08:00
dudaodong 67c1b54b5a feat: add Cos and Sin function 2023-05-25 17:51:40 +08:00
dudaodong e149ae2f72 feat: add HideString 2023-05-23 18:39:59 +08:00
dudaodong b1fcfce188 doc: add go playground demo 2023-05-19 11:42:29 +08:00
dudaodong 259dbce85e doc: add go playground demo 2023-05-19 11:42:17 +08:00
will 78aa679670 feat: add ContainNumber for validator (#97)
Co-authored-by: sunyaoyao <sunyaoyao@kezaihui.com>
2023-05-19 11:23:19 +08:00
dudaodong 3beb769f09 release v2.2.0 v2.2.0 2023-05-18 10:53:02 +08:00
dudaodong 8af02ff95b doc: update readme file 2023-05-18 10:51:33 +08:00
dudaodong ba4485d8c0 merge main 2023-05-18 10:32:36 +08:00
dudaodong 8a1dd40738 doc: add doc for AddYear function 2023-05-18 10:27:37 +08:00
dudaodong 85e2806531 doc: add doc for FindLast 2023-05-18 10:21:24 +08:00
will 1616d3d1be feat:addFindLast for stream (#95)
Co-authored-by: sunyaoyao <sunyaoyao@kezaihui.com>
2023-05-18 10:17:15 +08:00
tlei995 aa8e0d5c12 feat:add AddYear func (#96)
Co-authored-by: leitao <leitao@kezaihui.com>
2023-05-18 10:14:23 +08:00
dudaodong f05477d9cf fix: update logic of Percent function 2023-05-18 10:11:48 +08:00
dudaodong cd91e16b26 doc: update document for strutil and convertor package 2023-05-11 10:06:32 +08:00
dudaodong 9fcf046fb3 feat: add Trim and SplitAndTrim 2023-05-10 10:53:17 +08:00
dudaodong c3f1bc39d7 feat: add ReplaceWithMap 2023-05-10 10:29:26 +08:00
dudaodong f5784b0f46 feat: add ReplaceByMap 2023-05-10 10:03:13 +08:00
dudaodong c86a8a479d feat: add ToInterface 2023-05-09 12:01:57 +08:00
dudaodong e2aeb8ec07 doc: add document for GCD and LCM function 2023-05-06 11:28:38 +08:00
dudaodong 654ba15aaf feat: add GCD and LCM function 2023-05-06 11:02:00 +08:00
dudaodong 945c59896b feat: add IsLeapYear 2023-04-28 14:42:25 +08:00
dudaodong 219e31d929 fix: fix format issue 2023-04-27 15:49:58 +08:00
dudaodong 82cb86b35c doc: add go playground demo for compare package 2023-04-27 14:15:25 +08:00
dudaodong f93c561f5d doc: update go playground demo 2023-04-27 12:03:15 +08:00
dudaodong 4888909208 fix: fix IsPingConnected failed in windows 2023-04-26 19:53:53 +08:00
dudaodong 33c8875d14 test: update TestWordCount 2023-04-26 19:35:28 +08:00
dudaodong 99cb1b13a3 test: remove unstable test item v2.1.20 2023-04-26 18:14:27 +08:00