Releases: kutlerskaggs/json-api-ify
Releases · kutlerskaggs/json-api-ify
v1.1.1
14 Apr 20:26
Compare
Sorry, something went wrong.
No results found
Changelog
Docs
#23 minor README.md updates to reflect v1.1.0 changes
v1.1.0
14 Apr 20:25
Compare
Sorry, something went wrong.
No results found
Changelog
Features
#22 allows synchronous links, meta, topLevelLinks, topLevelMeta by omitting the callback ( closes #21 )
v1.0.0
06 Apr 00:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
#14 fixes issue with unpopulated relationships throwing "must be plain object" error ( #13 )
v0.2.5
01 Mar 17:12
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
#12 fixes issue ( #11 ) with function type resources being misinterpreted as ids
v0.2.4
24 Feb 22:53
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
#10 prevents "unpopulated" related resources from being added to the included array
v0.2.3
24 Feb 15:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
#4 fixes issue with events not working ( issue #3 )
minor README updates/fixes
v0.2.0
19 Feb 18:41
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
Features
#1 adds serializeError() method