1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-11 05:55:57 +00:00

fix 2 minor issues

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-02-26 21:16:08 +02:00
parent 09f494e406
commit 20fa672097
7 changed files with 49 additions and 19 deletions

View File

@@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- Fix a bug of `WithoutBodyConsumptionOnUnmarshal` configurator and a minor dependency injection issue caused by the previous alpha version between 20 and 26 February of 2022.
- New basic [cors middleware](middleware/cors).
- New `httptest.NewServer` helper.
- New [x/errors](x/errors) sub-package, helps with HTTP Wire Errors. Example can be found [here](_examples/routing/http-wire-errors/main.go).