Skip to content

Releases: derekdowling/go-json-spec-handler

Better Response Parsing

10 Jan 04:09
Compare
Choose a tag to compare

Handles 404 and 204 response properly instead of attempting to parse documents causing a 406 error.

Top Level Data Object

08 Jan 23:04
Compare
Choose a tag to compare

Supports Top Level Data Object for GET/POST/PATCH responses.

Removing Auto-Pluralization

08 Jan 00:19
Compare
Choose a tag to compare
0.7.4

Fixing comments

Adding ErrorType for allowing Error or ErrorList to be returned.

06 Jan 22:15
Compare
Choose a tag to compare

Reintroducing ErrorList

05 Jan 21:11
Compare
Choose a tag to compare

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

05 Jan 20:45
Compare
Choose a tag to compare

Allows users to add custom headers or authentication.

Simplifying API

22 Dec 05:41
Compare
Choose a tag to compare

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()

17 Dec 23:50
Compare
Choose a tag to compare

To make dumping an object simpler/more useful, namely the "Attributes" field that would normally appear as a byte array.

Reverting to pre-G015VENDOREXPERIMENT

17 Dec 22:03
Compare
Choose a tag to compare

Causing too many issues with jsh-api, and projects using them due to instability in the vendor experiment.

0.6.2

14 Dec 23:16
Compare
Choose a tag to compare
Removing vendor folder