Releases: danivek/json-api-serializer
Releases · danivek/json-api-serializer
v1.11.0
Features :
- Allow alternativeKey to be a path (#43)
Fixes :
- Handle null relationships on deserialize (#44)
v1.10.0
Features :
- Deserialize mixed data (#34 #36)
v1.9.0
Features :
- Add a 'meta' option on relationship schema (#30)
v1.8.0
Features :
- Add data and extra data to all functions in a schema (#27) (#28)
v1.6.0
Features :
- Add async serialization with
Serializer.serializeAsync()
(non-blocking code with stream and setImmediate())
v1.5.0
Features :
- Add options
blacklistOnDeserialize
and whitelistOnDeserialize
v1.2.0
Features :
- #11 Allow topLevelMeta, topLevelLinks to be a function
- #12 Allow relationships to have an alternative key
- add documentation (jsdoc)