Skip to content

Releases: derekdowling/go-json-spec-handler

Updating To Go 1.8, using stdlib Context

29 Jun 22:03
Compare
Choose a tag to compare
Merge pull request #38 from bsdlp/chore/update-goji-dependencies

updates dependencies for goji

0.10.1: Merge pull request #37 from bsdlp/merge_goji_logger

06 Oct 20:45
Compare
Choose a tag to compare

JSHAPI submodule of jsh

19 Jul 16:17
Compare
Choose a tag to compare

This makes a lot of things simpler including managing cyclical dependencies and ensuring that JSHAPI, which is dependent on JSH to always be in sync with it.

Go 1.6 Compatibility

29 Jun 20:33
Compare
Choose a tag to compare

Uses /vendor directly rather than godeps.

JSH Document Modes

08 Mar 20:49
Compare
Choose a tag to compare

In order to better conform with specification requirements we've introduced the idea of Document Modes. See #22 for the implementation and 92355c86a2340ed5954b80a25d0fee469c607b41for the full explanation of their usage.

Enhanced ErrorType

03 Mar 20:05
Compare
Choose a tag to compare

Better validation error messages, adds ability to check a status code without needing to type check.

Default/Empty Data Attribute Improvements

22 Feb 23:09
Compare
Choose a tag to compare

Thanks to @petercgrant for the improvement around handling empty data attributes within JSH. This aspect should now be synchronized with JSONAPI.

Include Validations Fixed

15 Feb 16:34
Compare
Choose a tag to compare

Thanks to @samikoskinen for the good catch on Included validations, that should now be working as expected.

1 -> Many Relationships

11 Feb 20:41
Compare
Choose a tag to compare

Thanks to @jkongie we now have JSONAPI compliance with relationships for 1-to-1 and 1-to-many!

Adding Client Request Builders for Fetch/List.

24 Jan 20:25
Compare
Choose a tag to compare

Should have been done a long time ago in a galaxy far far away. Adds the benefit of being able to modify the request, and also goes through standardized jsh.Do for response building.