mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
replace ioutil with io package and other minor improvements
This commit is contained in:
@@ -28,6 +28,7 @@ The codebase for Dependency Injection, Internationalization and localization and
|
||||
|
||||
## Fixes and Improvements
|
||||
|
||||
- Make the `Context.JSON` method customizable by modifying the `context.WriteJSON` package-level function.
|
||||
- Add new `iris.NewGuide` which helps you build a simple and nice JSON API with services as dependencies and better design pattern.
|
||||
- Make `Context.Domain()` customizable by letting developers to modify the `Context.GetDomain` package-level function.
|
||||
- Remove Request Context-based Transaction feature as its usage can be replaced with just the Iris Context (as of go1.7+) and better [project](_examples/project) structure.
|
||||
|
||||
Reference in New Issue
Block a user