1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-23 20:05:59 +00:00

publish v12.2.0-alpha7 version

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-02-25 20:17:02 +02:00
parent 37c766fef7
commit 70a73ef80b
16 changed files with 824 additions and 237 deletions

View File

@@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- 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).
- New [x/timex](x/timex) sub-package, helps working with weekdays.