- Add `context` argument to converters in `CSVRenderer`
0.1.3
Released on Jan 20th 2016.
- Add support for uploading files with form-data - Rename `File` to `Files` - Update examples - Add support for the `X-Keep-Storage-Path` header - Add `context` argument for upgrading to latest RESTArt - Add configurable attribute `encoding` to `CSVRenderer`
0.1.2
Released on Nov 7th 2015.
- Fix bugs in `DuFilter` - Use the exact `SerializerMiddleware` class instead of the class string - Add more ways to specify the converter in `CSVRenderer` - Add generic-csv example