Skip to content

1.0.0

Compare
Choose a tag to compare
@danmrichards danmrichards released this 26 Mar 14:06
· 123 commits to master since this release
02a8a19

Using JSON marshaller instead of encoder and allowing custom message for SQLError.
Replaced usage of json.NewEncoder with json.Marshal.
Signature of PaginatedResponse.WriteTo and JSONResponseFormatter now changed to return an error.