Skip to content

Releases: danivek/json-api-serializer

v2.6.6

26 Oct 15:52
Compare
Choose a tag to compare

Fixes:

  • fix: remove undefined id on deserialized data when the input has no id (#131) @medfreeman

v2.6.5

04 Oct 12:07
Compare
Choose a tag to compare

Fixes:

  • fix error when deserialize unregisterered relationships (#130)

v2.6.4

15 Sep 08:44
Compare
Choose a tag to compare

Fixes:

  • The result after serialize will not have included if the input doesn't have attributes (#128)
  • Error thrown when relationship is not registered (#126) @max-konin

v2.6.3

31 May 08:54
Compare
Choose a tag to compare

Fixes:

v2.6.2

17 Mar 13:19
Compare
Choose a tag to compare

Fixes:

  • Fix crash in case conversion helpers. (#119)

v2.6.1

22 Jan 15:11
Compare
Choose a tag to compare

Fixes :

  • fix: deserialize relationship when alternativeKey is set and relationship data is not in the included array (#116)

v2.6.0

02 Jul 09:06
Compare
Choose a tag to compare

Features :

  • improve error serialization (#111 #110)
  • improve JSDoc

v2.5.0

05 Jun 08:34
Compare
Choose a tag to compare

Features :

  • Add browser support

v2.4.2

04 May 09:11
Compare
Choose a tag to compare

Fixes :

  • Fix prevent circular deserialization (#108)

v2.4.1

30 Apr 07:35
Compare
Choose a tag to compare

Fixes :

  • Prevent circular deserialization. Fix "Maximum call stack size exceeded" error. (#106 #107)