v1.13.0
New
- Add the ability to override CRUD methods at a per-resource level - thanks @fgouteroux!
- Converted to go mod built-in module management rather than govendor - thanks @fgouteroux!
Fixed
- Made cookies work by fixing code typo with
use_cookies
vsuse_cookie
- thanks to @jochen42!
Other
- Updated build toolchain for releases to latest golang version (v1.14.4)