1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-19 09:56:02 +00:00

doc: update version

This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-01-10 23:47:36 +02:00
parent b2c37e17b4
commit f0e52718c7
15 changed files with 26 additions and 107 deletions

View File

@@ -35,7 +35,7 @@ Changes apply to `main` branch.
- Add `iris.CookieDomain` and `iris.CookieOverride` cookie options to handle [#2309](https://github.com/kataras/iris/issues/2309).
- New `x/errors.ErrorCodeName.MapErrorFunc`, `MapErrors`, `Wrap` methods and `x/errors.HandleError` package-level function.
# Sun, 05 Nov 2023 | v12.2.8
# Sun, 05 Nov 2023 | v12.2.9
- A new way to customize the handler's parameter among with the `hero` and `mvc` packages. New `iris.NewContextWrapper` and
`iris.NewContextPool` methods were added to wrap a handler (`.Handler`, `.Handlers`, `.HandlerReturnError`, `HandlerReturnDuration`, `Filter` and `FallbackViewFunc` methods) and use a custom context instead of the iris.Context directly. Example at: https://github.com/kataras/iris/tree/main/_examples/routing/custom-context.