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

Releases: kutlerskaggs/json-api-ify

v1.1.1

14 Apr 20:26

Choose a tag to compare

Changelog

Docs
  • #23 minor README.md updates to reflect v1.1.0 changes

v1.1.0

14 Apr 20:25

Choose a tag to compare

Changelog

Features
  • #22 allows synchronous links, meta, topLevelLinks, topLevelMeta by omitting the callback ( closes #21 )

v1.0.0

06 Apr 00:43

Choose a tag to compare

Changelog

Breaking Changes
  • #18 changes the way relationships are deserialized. instead of only handling unpopulated ids, the deserialize method will now deserialize objects
Features
  • #19 adds grunt to dev dependencies with coverage task

v0.3.0

15 Mar 21:03

Choose a tag to compare

Changelog

Bugfixes
  • #16 fixes issue where certain objects were misclassified as unpopulated ids
Features
  • #17 adds deserialize method
Refactors
  • #17 refactors processResource hook to allow for synchronous execution by excluding a callback

v0.2.6

02 Mar 06:43

Choose a tag to compare

v0.2.6 Pre-release
Pre-release

Changelog

Bugfixes
  • #14 fixes issue with unpopulated relationships throwing "must be plain object" error ( #13 )

v0.2.5

01 Mar 17:12

Choose a tag to compare

v0.2.5 Pre-release
Pre-release

Changelog

Bugfixes
  • #12 fixes issue ( #11 ) with function type resources being misinterpreted as ids

v0.2.4

24 Feb 22:53

Choose a tag to compare

v0.2.4 Pre-release
Pre-release

Changelog

Bugfixes
  • #10 prevents "unpopulated" related resources from being added to the included array

v0.2.3

24 Feb 15:45

Choose a tag to compare

v0.2.3 Pre-release
Pre-release

Changelog

Bugfixes
  • #7 adds support for non-string and non-number unpopulated ids
  • #8 fixes issue with processResource() hook changes not propagating through pipeline

v0.2.2

22 Feb 23:55

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

Changelog

Bugfixes
  • #4 fixes issue with events not working ( issue #3 )
  • minor README updates/fixes

v0.2.0

19 Feb 18:41

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Changelog

Bugfixes
  • minor README fixes
Features
  • #1 adds serializeError() method