1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-24 20:35:59 +00:00

add new x/timex sub-package

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-02-21 22:50:27 +02:00
parent 980c889f8d
commit 8ded69fd7e
3 changed files with 634 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- New [x/timex](x/timex) sub-package, helps working with weekdays.
- Minor improvements to the [JSON Kitchen Time](x/jsonx/kitchen_time.go).
- A session database can now implement the `EndRequest(ctx *context.Context, session *Session)` method which will be fired at the end of the request-response lifecycle.
- Improvements on JSON and ReadJSON when `Iris.Configuration.EnableOptimizations` is true. The request's Context is used whenever is necessary.