1.0.0
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.
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.