1
0
mirror of https://github.com/kataras/iris.git synced 2026-05-14 18:13:49 +00:00

add support for embed.FS

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-09-19 01:15:38 +03:00
parent 71e8a14615
commit 414c1ad1ae
15 changed files with 179 additions and 22 deletions

View File

@@ -28,6 +28,9 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- Add support for `embed.FS` on `app.HandleDir`.
- Minor fixes.
- Enable setting a custom "go-redis" client through `SetClient` go redis driver method or `Client` struct field on sessions/database/redis driver as requested at [chat](https://chat.iris-go.com).
- Ignore `"csrf.token"` form data key when missing on `ctx.ReadForm` by default as requested at [#1941](https://github.com/kataras/iris/issues/1941).