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

Update to 4.4.8. Read HISTORY.md for more

This commit is contained in:
Gerasimos Maropoulos
2016-10-06 23:23:33 +03:00
parent a000da35c3
commit aa0003eb68

View File

@@ -4,7 +4,7 @@
## 4.4.7 -> 4.4.8 ## 4.4.7 -> 4.4.8
- **NEW**: `RequestDecoder` gives the ability to set a custom decoder **per passed object** when `context.ReadJSON` and `context.ReadXML` - **NEW**: `BodyDecoder` gives the ability to set a custom decoder **per passed object** when `context.ReadJSON` and `context.ReadXML`
```go ```go
// BodyDecoder is an interface which any struct can implement in order to customize the decode action // BodyDecoder is an interface which any struct can implement in order to customize the decode action