Commit Graph
100 Commits
Author SHA1 Message Date
dudaodong 5c01b7e675 release v1.4.0 2023-06-20 10:24:17 +08:00
dudaodong 0247ac232a feat: add ZipAppendEntry 2023-06-20 10:23:12 +08:00
dudaodong e77354d7ff feat: add File upload for HttpPost 2023-06-20 10:12:23 +08:00
dudaodong 8998dc35bb test: update TestToString 2023-06-15 14:45:12 +08:00
dudaodong ad9fd196ce fix: fix bug of issue#112 (ToString precision lost when conver float32 and float64) 2023-06-15 14:40:30 +08:00
dudaodong c8a65c33a4 format code 2023-06-13 15:09:31 +08:00
dudaodong 69a797f8ed doc: format code in doc file 2023-06-13 15:08:40 +08:00
dudaodong 1e5b69e9bf feat: add RemoveWhiteSpace 2023-06-13 15:06:27 +08:00
dudaodong 275abcc8c2 feat: add RandUniqueIntSlice 2023-06-13 15:03:45 +08:00
dudaodong 065b3b84fe add os_test.go 2023-06-13 15:00:40 +08:00
dudaodong 4bc43f3278 feat: add Log 2023-06-13 14:59:30 +08:00
dudaodong f3382ceac9 feat: add WirteCsvFile 2023-06-13 14:56:43 +08:00
dudaodong d20f8783b2 feat: add Utf8ToGbk and GbkToUtf8 2023-06-13 14:49:40 +08:00
dudaodong 5a8ff17b52 release v1.3.9 2023-06-01 10:06:48 +08:00
dudaodong 6b46a0c05c feat: add WriteBytesToFile and WriteStringToFile 2023-05-31 17:36:12 +08:00
dudaodong 4b8b624b4c feat: add ContainsAll and ContainsAny 2023-05-31 17:27:25 +08:00
dudaodong f274375e62 feat: add IsWeekend 2023-05-31 17:23:47 +08:00
dudaodong 6dc017a5fa feat: add BetweenSeconds and DayOfYear 2023-05-31 10:12:17 +08:00
dudaodong e1fb97095d feat: add ReplaceWithMap, Trim, SplitAndTrim, HideString 2023-05-30 14:12:56 +08:00
dudaodong d8f5a15590 feat: add AddYear and IsLeapYear 2023-05-30 14:07:11 +08:00
dudaodong 1202ac955d fix: fix timeFormat issue 2023-05-30 11:59:46 +08:00
dudaodong 84b2cec9b5 fix: fix PingConnected failed in win os 2023-05-30 11:58:29 +08:00
dudaodong 2d01a13787 feat: add ToInterface and CopyProperties 2023-05-30 11:54:57 +08:00
dudaodong db9b045500 doc: add Cos, Sin, LCM, GCD function 2023-05-30 11:47:00 +08:00
dudaodong 2701bcc4d2 feat: add Cos, Sin, LCM, GCD function 2023-05-30 11:41:54 +08:00
dudaodong b9745fd08b fix: comment TestMTime 2023-05-30 11:02:03 +08:00
dudaodong 3b1597d6f7 fix: fix body param bug when send post request 2023-05-30 11:01:39 +08:00
dudaodong 40ab5e8f7b release v1.3.8 2023-04-26 18:04:50 +08:00
dudaodong cacedf2a05 doc: add document for compare package 2023-04-26 11:25:04 +08:00
dudaodong 4fc391895b feat: add new function for fileutil package 2023-04-26 11:12:48 +08:00
dudaodong b419319e66 doc: update doc for netutil package 2023-04-19 16:19:42 +08:00
dudaodong db34b5f69c update readme file 2023-04-19 15:50:01 +08:00
dudaodong ee44526d9e feat: move new functions from v2 version 2023-04-19 15:49:07 +08:00
dudaodong 6576b1f0cb feat: add new function for system and strutil package 2023-04-19 14:36:33 +08:00
dudaodong 93108bafb9 feat: add option support for ExecCommand 2023-04-19 14:26:15 +08:00
dudaodong 07f5e0697f feat: add option support for ExecCommand 2023-04-19 14:25:31 +08:00
dudaodong 4ba91d7e4c feat: add IsPingConnected and IsTelnetConnected 2023-04-19 14:07:11 +08:00
dudaodong ab81d9c283 fix: fix StructToUrlValues failed when tag contain omitempty 2023-03-06 17:23:54 +08:00
dudaodong a74038466f release v1.3.7 2023-03-01 10:04:15 +08:00
dudaodong 02daa7f6cb doc: add new function docs 2023-02-28 15:09:05 +08:00
dudaodong fef6fd7b9d fix: fix issue #75 2023-02-23 11:51:26 +08:00
dudaodong f6cd98086f doc: add doc for Pipeline function 2023-02-23 10:52:07 +08:00
dudaodong 24eb2bbacd doc: format all markdown doc 2023-02-23 10:36:54 +08:00
dudaodong 15c1537bf0 doc: add doc for SplitWords and WordCount 2023-02-23 10:23:38 +08:00
dudaodong c02654559a doc: add pad function 2023-02-23 10:19:05 +08:00
dudaodong 634ca09e8c feat: add CopyProperties for merge properties between structs 2023-02-20 14:03:02 +08:00
dudaodong f2e743dcf4 release v1.3.6 2023-02-16 11:56:11 +08:00
dudaodong f8f58cae10 doc: add doc for DeepClone function 2023-02-16 11:53:28 +08:00
dudaodong 215b79140d feat: add DeepClone 2023-02-16 11:50:11 +08:00
dudaodong 0bd675340f fix: fix AesEcbEncrypt failed with key lenght is 24 or 32 2023-02-16 11:45:08 +08:00
dudaodong 279d0754ba release v1.3.4 2022-11-17 16:14:42 +08:00
dudaodong f133b32faa fix: issue#62: fix ZipSlip bug 2022-11-17 16:14:03 +08:00
dudaodong b98d5edbb5 release v1.3.3 2022-11-08 15:14:34 +08:00
dudaodong 9e39c31087 docs: update doc for random package 2022-11-08 15:03:42 +08:00
dudaodong 26bc40c614 feat: add new random function 2022-11-08 14:54:17 +08:00
dudaodong 76d68e326b release v1.3.2 2022-08-31 17:05:38 +08:00
dudaodong 67b4782ac2 doc: add document for functions in netutil/http_client.go 2022-08-31 15:53:18 +08:00
dudaodong 1d8b9a2625 feat: add http client for sending http request 2022-08-31 11:49:27 +08:00
dudaodong 94ae1acc78 doc: update readme file 2022-08-29 15:31:19 +08:00
dudaodong aece2995d6 refactor: change ReverseStr to Reverse in strutil package 2022-08-29 15:11:15 +08:00
dudaodong f5ec5eb58d feat: add EncodeByte and DecodeByte 2022-08-29 15:08:50 +08:00
dudaodong d62284e9a6 feat: add IsZeroValue function 2022-08-29 14:59:36 +08:00
dudaodong b6815224fd release v1.3.1 2022-08-02 17:52:18 +08:00
dudaodong 5931b882ee doc: update document for system package 2022-07-29 13:33:23 +08:00
dudaodong f8096e3585 doc: update slice document 2022-07-29 13:31:04 +08:00
dudaodong 979381bfb7 doc: update convertor document 2022-07-29 13:28:25 +08:00
dudaodong 3e2c25f827 doc: update netutil document 2022-07-29 13:23:30 +08:00
dudaodong 2c7bcc9fbb doc: update slice document 2022-07-29 13:17:05 +08:00
dudaodong 3a944ab12f test: update slice unit test 2022-07-27 15:31:12 +08:00
dudaodong 387079d034 feat: os.go, add GetOsBits 2022-07-27 15:27:39 +08:00
dudaodong 33e3631b72 fix: fix aes/des cbc crypto iv bug 2022-07-27 15:26:45 +08:00
dudaodong b3149ea619 feat: convertor.go, add ToChannel 2022-07-27 15:22:43 +08:00
dudaodong 116ff284c3 feat: net.go, add IsInternalIP, GetRequestPublicIp, EncodeUrl 2022-07-27 15:18:20 +08:00
dudaodong 0cb251f7b8 feat: add ToSlice and ToSlicePointer and AppendIfAbsent 2022-07-27 15:12:14 +08:00
dudaodong 683def2242 docs: update go version badge 2022-06-24 09:41:46 +08:00
dudaodong d4a90f2869 release v1.3.0 2022-06-22 16:30:45 +08:00
dudaodong be67de3b40 release v1.3.0 2022-06-22 15:58:41 +08:00
dudaodong 6898ed413e docs: add doc for UniqueBy function 2022-06-22 15:47:48 +08:00
dudaodong 5dbdbcd651 docs: add doc for UniqueBy function 2022-06-22 15:45:29 +08:00
dudaodong ae0facd32d refactor: clean code for slice/slice.go 2022-06-22 14:21:45 +08:00
dudaodong 2d7e19fb87 feat: add UniqueBy function in slice.go 2022-06-22 12:00:01 +08:00
dudaodong 24d4a03227 update .gitignore file 2022-06-22 11:27:31 +08:00
dudaodong 93fb089f6e docs: add CreateDir function for fileutil 2022-06-17 17:25:16 +08:00
dudaodong 2fe272f2ef docs: add CreateDir function for fileutil 2022-06-17 17:22:08 +08:00
dudaodong 77859ffa15 docs: add doc for SplitEx function 2022-06-17 17:19:59 +08:00
dudaodong f83f47df3a feat: add SplitEx function 2022-06-17 17:13:58 +08:00
dudaodong 885c08847d docs: add doc for function IndexOf and LastIndexOf 2022-06-17 17:11:09 +08:00
dudaodong cc4a20751f test: add unit test for funcation IndexOf and LastIndexOf 2022-06-17 17:02:44 +08:00
dudaodong b0d1d39452 feat: add IndexOf and LastIndexOf function in slice.go 2022-06-17 17:01:37 +08:00
dudaodong 02fa7bc8be docs: add doc for function Equal and EqualWithFunc 2022-06-17 16:57:42 +08:00
dudaodong 433eb63b86 feat: add EqualWith function for slice 2022-06-17 15:47:36 +08:00
dudaodong a2541dac03 feat: add Equal function for slice 2022-06-17 15:37:36 +08:00
dudaodong 690e746811 update readme file 2022-04-29 14:50:29 +08:00
dudaodong 7cb97a26c5 release v1.2.9 2022-04-14 11:41:46 +08:00
dudaodong 39d373d37b fix: fix http post to support multipart/form-data header 2022-04-14 11:39:21 +08:00
dudaodong 1aefd6aa12 release v1.2.8 2022-04-13 11:46:14 +08:00
dudaodong c7aa44b8a4 fix: fix http post fucntion 2022-04-13 11:38:45 +08:00
dudaodong 0e3dc68de5 release v1.2.7 2022-03-29 10:52:55 +08:00
dudaodong 4083e75ed4 fix: fix ToBytes bug 2022-03-26 21:09:28 +08:00
dudaodong 1327eff62f docs: add doc for unix time 2022-03-24 16:09:19 +08:00