Skip to content

Releases: derekdowling/go-json-spec-handler

NewRequestObject

17 Nov 20:37
Compare
Choose a tag to compare

Additional API call for making http requests from the backend using the JSON Spec and additional spec checking to accompany it.

Errorless Send

17 Nov 07:53
Compare
Choose a tag to compare

Send will always return an http response now, with worst case being a 500. This eliminates the potential for recursive errors, and will make people's errchecks happy now.

Minor Improvements

17 Nov 07:23
Compare
Choose a tag to compare
  • Switched argument order for Response and Parse functions to match http.Handler interface.
  • Request Content-Type header checking
  • More documentation

Parse, Object, Unmarshal Validation

15 Nov 20:47
Compare
Choose a tag to compare

Simplified API

14 Nov 00:05
Compare
Choose a tag to compare
  • Implements new Sendable type and a unified Response object
  • Specification Errors
  • Rounded out JSON Spec Types

Bare minimum MVP

12 Nov 21:35
Compare
Choose a tag to compare
  • Working parsing and sending of requests and responses
  • Convenience functions
  • Opinionated errors that follow JSON API Spec

Alpha as Shit

11 Nov 22:40
Compare
Choose a tag to compare
Alpha as Shit Pre-release
Pre-release

I will be breaking things like crazy as I implement new features, add tests, and find new use cases.