Releases: SeyZ/jsonapi-serializer
Releases · SeyZ/jsonapi-serializer
2.1.1
26 Feb 16:12
Compare
Sorry, something went wrong.
No results found
2.1.0
26 Feb 09:35
Compare
Sorry, something went wrong.
No results found
Migrating to the 2.1.0 syntax
Before
var JSONAPISerializer = require('jsonapi-serializer');
new JSONAPISerializer(type, data, opts);
Now
var JSONAPISerializer = require('jsonapi-serializer').Serializer;
new JSONAPISerializer(type, opts).serialize(data);
2.0.4
16 Oct 12:24
Compare
Sorry, something went wrong.
No results found
Introduce the ignoreRelationshipData
2.0.3
25 Sep 15:13
Compare
Sorry, something went wrong.
No results found
2.0.2
31 Aug 12:48
Compare
Sorry, something went wrong.
No results found
2.0.0
25 Aug 07:57
Compare
Sorry, something went wrong.
No results found
2.0.0-beta.3
09 Aug 08:29
Compare
Sorry, something went wrong.
No results found
2.0.0 Beta 2
06 Aug 19:17
Compare
Sorry, something went wrong.
No results found
2.0.0-beta.2
Bump 2.0.0 Beta 2
2.0.0 Beta 1
31 Jul 18:42
Compare
Sorry, something went wrong.
No results found
2.0.0-beta.1
Bump 2.0.0-beta.1
1.0.4
08 Jul 07:17
Compare
Sorry, something went wrong.
No results found