Releases: derekdowling/go-json-spec-handler
Releases · derekdowling/go-json-spec-handler
Better Response Parsing
Handles 404 and 204 response properly instead of attempting to parse documents causing a 406 error.
Top Level Data Object
Supports Top Level Data Object for GET/POST/PATCH responses.
Removing Auto-Pluralization
0.7.4 Fixing comments
Adding ErrorType for allowing Error or ErrorList to be returned.
0.7.3 Adding error type support
Reintroducing ErrorList
Bring the error list back to make it simpler for people to send more than one error in their API's conveniently. Useful for 422 Input Validation Errors.
Intermediate Request Builder for JSC
Allows users to add custom headers or authentication.
Simplifying API
Tried to simplify/make a lot more of the API intuitive. A lot of internal plumbing that becomes a lot more interesting and useful for jsh-api and jsc.
Object.String()
To make dumping an object simpler/more useful, namely the "Attributes" field that would normally appear as a byte array.
Reverting to pre-G015VENDOREXPERIMENT
Causing too many issues with jsh-api, and projects using them due to instability in the vendor experiment.
0.6.2
Removing vendor folder