Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Releases: mysidewalk/jsonapi-parse

Fix expectation of "attributes" property

14 Dec 16:12
Compare
Choose a tag to compare

Previous versions assumed all records would include an attributes object even if it was blank. This violated the expectation of the JSONAPI spec. This update addresses this problem reported in #11

Add support for "meta objects"

25 Oct 21:32
Compare
Choose a tag to compare

Fix missing top-level links and each resource objects type

12 Oct 20:11
Compare
Choose a tag to compare
1.3.0

Bump to 1.3.0 with links and type changes

Fix missing top-level "links" property

12 Oct 20:07
Compare
Choose a tag to compare
1.2.1

#4 Bump version to release as patch for current minor

Improved population of related objects

11 Mar 17:39
Compare
Choose a tag to compare
1.2.0

Bump relevant versions.

Fix bower and npm package versions

06 Nov 18:15
Compare
Choose a tag to compare
1.1.1

Bump patch number to allow for install at 1.1.*

v1.1.0: Added support for a single resource

01 Aug 21:27
Compare
Choose a tag to compare

Support a single record being attached directly to data. Done by checking for Array vs Object rather than working under the assumption of data is always an array.

v1.0.0

21 Sep 21:22
Compare
Choose a tag to compare
Added some logic to allow attaching the parsing method to either the …