1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 21:45:57 +00:00

add a new x/reflex sub-package for reflection common functions - may be improved in the near future

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-03-06 17:11:56 +02:00
parent fc2f8f4776
commit 410e5eae83
7 changed files with 224 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- Add a new [x/reflex](/x/reflex) sub-package.
- Add `Context.ReadMultipartRelated` as requested at: [issues/#1787](https://github.com/kataras/iris/issues/1787).
- Add `Container.DependencyMatcher` and `Dependency.Match` to implement the feature requested at [issues/#1842](https://github.com/kataras/iris/issues/1842).