This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
Releases: mysidewalk/jsonapi-parse
Releases · mysidewalk/jsonapi-parse
Fix expectation of "attributes" property
Add support for "meta objects"
See #5 for details
Fix missing top-level links and each resource objects type
1.3.0 Bump to 1.3.0 with links and type changes
Fix missing top-level "links" property
1.2.1 #4 Bump version to release as patch for current minor
Improved population of related objects
1.2.0 Bump relevant versions.
Fix bower and npm package versions
1.1.1 Bump patch number to allow for install at 1.1.*
v1.1.0: Added support for a single resource
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.