1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-22 11:25:59 +00:00

version 12.2.7

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-09-25 19:55:58 +03:00
parent effb0a983b
commit 51654cedc5
14 changed files with 28 additions and 24 deletions

View File

@@ -23,6 +23,10 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
Changes apply to `main` branch.
# Mon, 25 Sep 2023 | v12.2.7
Minor bug fixes and support of multiple `block` and `define` directives in multiple layouts and templates in the `Blocks` view engine.
# Mon, 21 Aug 2023 | v12.2.5
- Add optional `Singleton() bool` method to controllers to mark them as singleton, will panic with a specific error if a controller expects dynamic dependencies. This behavior is idendical to the app-driven `app.EnsureStaticBindings()`.