|
|
9af8393758
|
fix(net/goai): change default value of RequestBody.Required from true to false, add required tag support for RequestBody (#3796)
|
2024-09-24 11:51:53 +08:00 |
|
|
|
e15b543a5b
|
fix(util/gvalid): retrive empty slice parameter in custom validation rule function failed (#3795)
|
2024-09-23 19:59:48 +08:00 |
|
|
|
8a1c97f518
|
fix(util/gconv): cached field indexes append issue caused incorrect field converting (#3790)
|
2024-09-23 19:05:32 +08:00 |
|
|
|
d8e3e9d713
|
fix(utils/utils_str): recognize '+' as a valid numeric sign (#3778)
|
2024-09-23 16:45:55 +08:00 |
|
|
|
777c2e7117
|
ci: fix mssql docker service failed in ci (#3792)
|
2024-09-23 11:50:48 +08:00 |
|
|
|
0e471eab38
|
fix(util/gconv): #3764 fix bool converting issue (#3765)
|
2024-09-12 21:59:38 +08:00 |
|
|
|
1b4ebc0812
|
perf(util/gconv): add cache logic to enhance performance (#3673)
|
2024-09-09 16:17:01 +08:00 |
|
|
|
448df14860
|
fix(util/gconv): #3731 map type name mismatch in switch case statement (#3732)
|
2024-09-09 14:54:40 +08:00 |
|
|
|
59a775aad4
|
util/gvalid: add 171 number support for virtual phone number validation (#3622)
|
2024-06-04 20:36:28 +08:00 |
|
|
|
737da954a0
|
util/gconv: remove unnecessary logic for function doScanList (#3588)
|
2024-05-20 19:42:51 +08:00 |
|
|
|
a9a0785252
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
|
|
|
94c7185826
|
util/gvalid: fix slice enums verification failed (#3566)
|
2024-05-07 20:36:55 +08:00 |
|
|
|
1013df1627
|
enhance: improve performance of struct converting for package gconv (#3412)
|
2024-04-23 21:30:06 +08:00 |
|
|
|
91f449dff8
|
feat: add new rule required-if-all for package gvalid (#3455)
|
2024-04-11 19:45:09 +08:00 |
|
|
|
4c6b146627
|
feat: add Scan method for incremental key retrieval in gredis (#3451)
|
2024-04-11 15:37:22 +08:00 |
|
|
|
d7a0482146
|
fix: #3465 If the value of a string is null, the value of string is nil after the string is converted to []string (#3468)
|
2024-04-10 20:18:03 +08:00 |
|
|
|
83ba887df7
|
fix: #3449 accept slice parameter as json.RawMessage for http request (#3452)
|
2024-04-07 14:09:52 +08:00 |
|
|
|
911f1cb1de
|
enhance: use map iter to iterate the map instead of map keys and values (#3457)
|
2024-04-07 10:00:04 +08:00 |
|
|
|
f039393b2b
|
fix: map converting in loop logic of validation for package gvalid (#3423)
|
2024-04-01 19:23:12 +08:00 |
|
|
|
e0a2645f4a
|
fix: #3390 name&shor tag mapping failed to command input object for package gcmd (#3429)
|
2024-04-01 19:07:08 +08:00 |
|
|
|
1c12f3a30d
|
fix: http superfluous response.WriteHeader call in some scenario (#3428)
|
2024-03-28 22:08:54 +08:00 |
|
|
|
607f079b23
|
fix: cache value assertion panic if the cache adapter is not in-memory for soft time feature of package gdb; improve converting performance for gconv.Scan (#3351)
|
2024-03-07 11:36:42 +08:00 |
|
|
|
51326f3d02
|
fix #3245 (#3298)
|
2024-02-06 11:47:25 +08:00 |
|
|
|
7415ec32c8
|
fix issue #2503 (#3299)
|
2024-02-05 10:30:03 +08:00 |
|
|
|
c4a51f4c2f
|
bugfix:fix gconv map deep option not effective (#3287)
|
2024-01-29 19:52:04 +08:00 |
|
|
|
ba39323d30
|
improve converter feature for package gconv (#3211)
|
2024-01-22 21:52:54 +08:00 |
|
|
|
383937fe69
|
add example for ctx keys feature of package glog (#3273)
|
2024-01-22 21:07:40 +08:00 |
|
|
|
951f8921cd
|
fix #3237 (#3267)
|
2024-01-17 15:35:48 +08:00 |
|
|
|
42e3c5f39a
|
fix #3253 (#3255)
|
2024-01-11 22:14:22 +08:00 |
|
|
|
9f7ce42c74
|
enhance #3221 (#3224)
|
2023-12-28 20:07:07 +08:00 |
|
|
|
645c5ff5b5
|
fix issue #3218 #3204 (#3220)
|
2023-12-19 21:58:12 +08:00 |
|
|
|
ee2cf92479
|
Version/v2.6.0 beta (#3183)
|
2023-12-04 19:34:48 +08:00 |
|
|
|
993467bb3c
|
test: add date-format test for RFC3339 (#3181)
|
2023-11-29 19:12:21 +08:00 |
|
|
|
9aa872e705
|
improve map converting feature using MapOption for package gconv (#3170)
|
2023-11-23 18:59:04 +08:00 |
|
|
|
ea5d52cb2f
|
fix issue #3147 (#3161)
|
2023-11-22 21:05:39 +08:00 |
|
|
|
0b407c5e6d
|
fix "gf gen pb" api and ctrl not working well. (#3076)
|
2023-11-08 21:26:51 +08:00 |
|
|
|
a17849bc39
|
improve struct converting in parameter name case sensitive scenario for package gconv (#3122)
|
2023-11-08 21:17:55 +08:00 |
|
|
|
0b71bc43a8
|
fix issue #3099 (#3107)
|
2023-10-31 20:02:20 +08:00 |
|
|
|
972f8c3aff
|
improve comments for package gconv (#3057)
|
2023-10-17 21:09:46 +08:00 |
|
|
|
65192a7f92
|
fix issue gconv struct slice/map of json.RawMessage (#3006) (#3008)
|
2023-10-11 21:35:27 +08:00 |
|
|
|
10b67fc7b0
|
fix issues #2980 (#2994)
|
2023-10-11 21:28:53 +08:00 |
|
|
|
8d925d4741
|
fix issue #2890 (#3002)
|
2023-10-09 20:00:08 +08:00 |
|
|
|
42de1c1dbe
|
improve example cases for package gi18n (#2970)
|
2023-09-19 20:18:43 +08:00 |
|
|
|
395df940d7
|
fix(gutil): panic when field is []byte(BINARY in mysql) (#2957)
|
2023-09-18 20:16:59 +08:00 |
|
|
|
e684eae878
|
Make GTime support multiple formats (#2933)
|
2023-09-13 19:29:25 +08:00 |
|
|
|
5219c5c37e
|
add ut cases for command gen dao (#2958)
|
2023-09-12 22:00:35 +08:00 |
|
|
|
a5a7d23792
|
improve g.Go (#2956)
|
2023-09-12 20:00:01 +08:00 |
|
|
|
ab1970e7d6
|
add new function g.Go (#2943)
|
2023-09-11 10:18:44 +08:00 |
|
|
|
d49dccb147
|
test: add unit tests regarding issue 2901 (#2930)
|
2023-09-05 19:30:54 +08:00 |
|
|
|
eb11061bd2
|
fix: gjson encode to string expect inconformity(issue 2520) (#2928)
|
2023-09-04 21:19:22 +08:00 |
|