Skip to content

v1.13.0

Compare
Choose a tag to compare
@DRuggeri DRuggeri released this 15 Jun 18:39
· 177 commits to master since this release

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 vs use_cookie - thanks to @jochen42!

Other

  • Updated build toolchain for releases to latest golang version (v1.14.4)