Skip to content

Releases: danivek/json-api-serializer

v1.11.0

20 Feb 08:51
Compare
Choose a tag to compare

Features :

  • Allow alternativeKey to be a path (#43)

Fixes :

  • Handle null relationships on deserialize (#44)

v1.10.0

28 Nov 12:06
Compare
Choose a tag to compare

Features :

  • Deserialize mixed data (#34 #36)

v1.9.0

22 Jul 15:19
Compare
Choose a tag to compare

Features :

  • Add a 'meta' option on relationship schema (#30)

v1.8.0

22 Jul 15:20
Compare
Choose a tag to compare

Features :

  • Add data and extra data to all functions in a schema (#27) (#28)

v1.7.0

18 Apr 15:26
Compare
Choose a tag to compare

Features :

v1.6.0

21 Feb 09:10
Compare
Choose a tag to compare

Features :

  • Add async serialization with Serializer.serializeAsync() (non-blocking code with stream and setImmediate())

v1.5.0

06 Feb 12:22
Compare
Choose a tag to compare

Features :

  • Add options blacklistOnDeserialize and whitelistOnDeserialize

v1.4.0

08 Dec 11:09
Compare
Choose a tag to compare

Features :

  • Deserialize data arrays

v1.3.0

16 Nov 16:24
Compare
Choose a tag to compare

Features :

  • Add deserialize method

v1.2.0

24 Oct 16:29
Compare
Choose a tag to compare

Features :

  • #11 Allow topLevelMeta, topLevelLinks to be a function
  • #12 Allow relationships to have an alternative key
  • add documentation (jsdoc)