Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Releases: mysidewalk/jsonapi-parse

Fix expectation of "attributes" property

Choose a tag to compare

@pjfreeze pjfreeze released this 14 Dec 16:12

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"

Choose a tag to compare

@pjfreeze pjfreeze released this 25 Oct 21:32

See #5 for details

Fix missing top-level links and each resource objects type

Choose a tag to compare

@pjfreeze pjfreeze released this 12 Oct 20:11
1.3.0

Bump to 1.3.0 with links and type changes

Fix missing top-level "links" property

Choose a tag to compare

@pjfreeze pjfreeze released this 12 Oct 20:07
1.2.1

#4 Bump version to release as patch for current minor

Improved population of related objects

Choose a tag to compare

@pjfreeze pjfreeze released this 11 Mar 17:39
1.2.0

Bump relevant versions.

Fix bower and npm package versions

Choose a tag to compare

@pjfreeze pjfreeze released this 06 Nov 18:15
1.1.1

Bump patch number to allow for install at 1.1.*

v1.1.0: Added support for a single resource

Choose a tag to compare

@pjfreeze pjfreeze released this 01 Aug 21:27

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

Choose a tag to compare

@pjfreeze pjfreeze released this 21 Sep 21:22
Added some logic to allow attaching the parsing method to either the …