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

minor improvement of the previous commit

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-02-17 16:57:19 +02:00
parent cbf70a7bcf
commit f34703e3cf
3 changed files with 10 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- New `PartyConfigure(relativePath string, partyReg PartyConfigurator) Party` helper, registers a children Party like `Party` and `PartyFunc` but instead it accepts a structure value (useful when the api's dependencies amount are too much to pass on a function).
- New `PartyConfigure(relativePath string, partyReg ...PartyConfigurator) Party` helper, registers a children Party like `Party` and `PartyFunc` but instead it accepts a structure value (useful when the api's dependencies amount are too much to pass on a function).
- **New feature:** add the ability to set custom error handlers on path type parameters errors (existing or custom ones). Example Code: