Commit Graph

62 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos
8737f6b691
new x/jsonx season type 2024-09-20 00:59:27 +03:00
Gerasimos (Makis) Maropoulos
3137d0d791
rest json errors: handle unspported NaN values as the standard package's error doesn't give us more information 2024-09-13 11:52:03 +03:00
Gerasimos (Makis) Maropoulos
e89806766a
x/jsonx: ISO8601: add support for unconventional offset timestamps 2024-05-23 15:23:29 +03:00
guangwu
b904793278
fix: close form file (#2416)
Signed-off-by: guangwu <guoguangwug@gmail.com>
2024-04-19 23:38:14 +03:00
Gerasimos (Makis) Maropoulos
c2238c71b8
minor improvement of the x/jsonx.SimpleDate time parser
more features designed for the past 2-3 months to come, this is just a hotfix
2024-04-08 21:39:45 +03:00
Gerasimos (Makis) Maropoulos
384ca4db70
minor: add some x/jsonx.ISO8601 shortcuts
more features designed for the past 2-3 months to come, this is just a hotfix
2024-04-08 21:21:42 +03:00
Gerasimos (Makis) Maropoulos
1d106d80a7
minor: x/jsonx.ParseISO8601
more features designed for the past 2-3 months to come, this is just a hotfix
2024-04-08 20:39:29 +03:00
Gerasimos (Makis) Maropoulos
94cfb5494f
minor improvements on x/jsonx.ISO8601 time parser
note that many new features are coming that I'm designing for the past 2-3 months, this is a commit with just one hotfix
2024-04-08 20:21:21 +03:00
Gerasimos (Makis) Maropoulos
66e3c26efe
new app.MiddlewareExists method 2024-01-21 17:16:59 +02:00
Gerasimos (Makis) Maropoulos
4eb7705fae
minor improvements 2024-01-20 20:32:56 +02:00
Gerasimos (Makis) Maropoulos
4e3c242044
add new errors.Intercept package-level function 2024-01-20 00:33:59 +02:00
Gerasimos (Makis) Maropoulos
5ef854d835
add mathx.RoundToInteger helper 2024-01-13 12:56:59 +02:00
Gerasimos (Makis) Maropoulos
b2c37e17b4
add x/errors.RecoveryHandler 2024-01-10 22:17:58 +02:00
Gerasimos (Makis) Maropoulos
d32eb68ed4
add x/errors.Validation 2024-01-10 01:11:32 +02:00
Gerasimos (Makis) Maropoulos
ad75479541
add x/errors.Handler, CreateHandler, NoContentHandler, NoContenetOrNotModifiedHandler and ListHandler ready-to-use handlers for service method calls to Iris Handler 2024-01-09 11:11:53 +02:00
Gerasimos (Makis) Maropoulos
7024f61a62
thanks for the donations ❤️ 2024-01-07 23:14:13 +02:00
Gerasimos (Makis) Maropoulos
746b1fc0da
add x/errors.List package-level function to support and simplify x/pagination list responses 2024-01-07 22:41:42 +02:00
Gerasimos (Makis) Maropoulos
104bea0a58
Add new x/errors/validation package to make your life even more easier (using Generics) 2024-01-07 15:08:03 +02:00
Gerasimos (Makis) Maropoulos
8f2deb6873
minor improvements on x/errors package, see previous commit for more 2024-01-04 13:02:09 +02:00
Gerasimos (Makis) Maropoulos
1ae4e71176
add x/errors.OK, Create, NoContent and NoContentOrNotModified package-level generic functions as custom service helpers 2024-01-04 03:33:00 +02:00
Gerasimos (Makis) Maropoulos
56754ff5cc
Happy New Year To Everyone! 🎅
Today is my Birthday too ^_^
2023-12-31 18:56:14 +02:00
Gerasimos (Makis) Maropoulos
50faf05528
more improvements on the x/errors package 2023-12-30 13:55:05 +02:00
Gerasimos (Makis) Maropoulos
b727f4b143
add x/timex.GetMonthDays, GetMonthEnd and x/jsonx.SimpleDates type and x/jsonx.GetSimpleDateRange function 2023-12-30 13:23:59 +02:00
Gerasimos (Makis) Maropoulos
c80c5903ab
handle #2309 2023-12-30 13:03:01 +02:00
Gerasimos (Makis) Maropoulos
efe953583a
add MapErrorFunc, MapErrors and HandleError to x/errors sub-package 2023-12-29 23:45:36 +02:00
Gerasimos (Makis) Maropoulos
afd0f5b145
x/pagination pkg 2023-11-17 13:03:41 +02:00
Gerasimos (Makis) Maropoulos
5f749453c7
add /x/client.Clone method 2023-11-13 21:27:35 +02:00
Gerasimos (Makis) Maropoulos
e2f0224332
release v12.2.8 2023-11-05 22:20:20 +02:00
Gerasimos (Makis) Maropoulos
29637dad2a
minor 2023-08-25 11:45:54 +03:00
Gerasimos (Makis) Maropoulos
21fa56720f
minor 2023-08-25 11:40:54 +03:00
Gerasimos (Makis) Maropoulos
48f7b38d15
rename master branch to main 2023-08-20 03:12:46 +03:00
Gerasimos (Makis) Maropoulos
5095d862d9
minor 2023-02-19 21:44:37 +02:00
Gerasimos (Makis) Maropoulos
ffb3c04ed1
minor: jsonx: time: iso8601 2023-02-05 13:28:10 +02:00
Gerasimos (Makis) Maropoulos
3715a66ef0
fix #1949 2022-08-12 21:07:39 +03:00
Gerasimos (Makis) Maropoulos
dd4bc50f78
improvements on the x/jsonx/iso8601 time format 2022-08-12 00:05:44 +03:00
Gerasimos (Makis) Maropoulos
ef2643b046
replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
Gerasimos (Makis) Maropoulos
e7f5efa058
minor 2022-05-24 01:44:36 +03:00
Gerasimos (Makis) Maropoulos
67f5caacf1
fix #1882 2022-05-08 13:07:16 +03:00
kataras
98518d8e20
minor 2022-05-05 02:49:03 +03:00
kataras
10c1542daf
add some api helpers 2022-05-05 02:46:15 +03:00
Gerasimos (Makis) Maropoulos
4dfd4c53d3
new minor features 2022-04-09 14:51:34 +03:00
Gerasimos (Makis) Maropoulos
84d1a60334
add Context.SetJSONOptions 2022-03-31 20:47:01 +03:00
Gerasimos (Makis) Maropoulos
cf36063adf
first release of SSO package and more examples 2022-03-28 14:00:26 +03:00
Gerasimos (Makis) Maropoulos
5a7485124c
add a query helper on x/sqlx sub-package and fix the example for basicauth 2022-03-08 19:45:25 +02:00
Gerasimos (Makis) Maropoulos
ad80a14b8f
minor 2022-03-08 00:43:40 +02:00
Gerasimos (Makis) Maropoulos
4ecc9e3831
add a new x/sqlx sub-package and example 2022-03-08 00:33:08 +02:00
Gerasimos (Makis) Maropoulos
410e5eae83
add a new x/reflex sub-package for reflection common functions - may be improved in the near future 2022-03-06 17:11:56 +02:00
Gerasimos (Makis) Maropoulos
fc2f8f4776
improvements to the x/errors pkg 2022-03-03 20:55:28 +02:00
Gerasimos (Makis) Maropoulos
bedde51654
minor improvements on x/client.Debug option 2022-03-01 21:57:11 +02:00
Gerasimos (Makis) Maropoulos
5844eaef24
add x/jsonx.DayTime type 2022-02-27 22:38:09 +02:00