Commit Graph

2825 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
6776bf0dc9
update deps 2024-07-07 20:21:38 +03:00
Gerasimos (Makis) Maropoulos
e89806766a
x/jsonx: ISO8601: add support for unconventional offset timestamps 2024-05-23 15:23:29 +03:00
Gerasimos (Makis) Maropoulos
4117f3b88f
release v12.2.11 2024-04-25 01:32:28 +03:00
Eng Zer Jun
df7737ed57
errgroup: remove redundant len check (#2354)
`len(g.children) > 0` is redundant because `range` already skips empty
slice.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2024-04-25 01:13:03 +03:00
Gerasimos (Makis) Maropoulos
4e90cd4e4d
minor 2024-04-24 18:41:24 +03:00
Gerasimos (Makis) Maropoulos
d88273ab55
minor 2024-04-24 18:25:24 +03:00
Gerasimos (Makis) Maropoulos
6167d3ed6b
update examples dependencies 2024-04-24 18:18:39 +03:00
Gerasimos (Makis) Maropoulos
c06e14637e
Project Update
Signed-off-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>
2024-04-23 23:51:43 +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
19a72ddc84
minor: update deps
more features designed for the past 2-3 months to come, this is just a hotfix
2024-04-08 20:29:19 +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
ddda4f6998
minor improvement of the context.HandlerName 2024-01-22 15:35:09 +02: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
fabbc271b9
update examples deps 2024-01-18 15:08:48 +02:00
Gerasimos (Makis) Maropoulos
113ce190e6
release version 12.2.10 2024-01-18 03:11:54 +02:00
Gerasimos (Makis) Maropoulos
12546322eb
improve the new Wait method 2024-01-15 04:20:45 +02:00
Gerasimos (Makis) Maropoulos
70882914d4
new NonBlocking option and Wait method on Application. See HISTORY.md for more 2024-01-14 06:58:17 +02:00
Gerasimos (Makis) Maropoulos
5ef854d835
add mathx.RoundToInteger helper 2024-01-13 12:56:59 +02:00
dependabot[bot]
0063f1ce39
Bump github.com/tdewolff/minify/v2 from 2.20.12 to 2.20.13 (#2351)
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.12 to 2.20.13.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.20.12...v2.20.13)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-13 12:22:50 +02:00
dependabot[bot]
38d2662661
Bump github.com/andybalholm/brotli from 1.0.6 to 1.1.0 (#2350)
Bumps [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli) from 1.0.6 to 1.1.0.
- [Commits](https://github.com/andybalholm/brotli/compare/v1.0.6...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/andybalholm/brotli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-13 12:22:43 +02:00
Gerasimos (Makis) Maropoulos
ff59475a41
update deps 2024-01-10 23:53:42 +02:00
Gerasimos (Makis) Maropoulos
f0e52718c7
doc: update version 2024-01-10 23:47:36 +02:00
Gerasimos (Makis) Maropoulos
b2c37e17b4
add x/errors.RecoveryHandler 2024-01-10 22:17:58 +02:00
Gerasimos (Makis) Maropoulos
06a6e63dd9
update examples deps before release 2024-01-10 10:58:00 +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
fb8d8d0881
fix #2309 2023-12-25 23:55:31 +02:00
dependabot[bot]
26422ebaf4
Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#2343)
Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-25 23:39:01 +02:00
dependabot[bot]
b9806e5e58
Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.3.1 (#2342)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.3.0 to 9.3.1.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.3.0...v9.3.1)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 20:23:00 +02:00
Gerasimos (Makis) Maropoulos
0608c7385e
update deps 2023-12-19 15:09:49 +02:00
Gerasimos (Makis) Maropoulos
f5a4c9347b
update deps 2023-12-19 12:17:35 +02:00
Gerasimos (Makis) Maropoulos
d808958057
update deps 2023-12-19 12:15:29 +02:00
dependabot[bot]
f1850e2fde
Bump github.com/google/uuid from 1.4.0 to 1.5.0 (#2308)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 15:07:10 +02:00