1
0
mirror of https://github.com/kataras/iris.git synced 2026-05-10 16:13:46 +00:00

add x/jsonx.DayTime type

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-02-27 22:38:09 +02:00
parent b4b1f73df6
commit 5844eaef24
5 changed files with 156 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- Add [x/jsonx: DayTime](/x/jsonx/day_time.go) for JSON marshal and unmarshal of "15:04:05" (hour, minute, second).
- Fix a bug of `WithoutBodyConsumptionOnUnmarshal` configurator and a minor dependency injection issue caused by the previous alpha version between 20 and 26 February of 2022.
- New basic [cors middleware](middleware/cors).