Skip to content

Releases: Netflix/fast_jsonapi

Release 1.5

03 Nov 19:39
fdcaed6
Compare
Choose a tag to compare

Features

Fixes

  • Don't share data_links among inherited serializers.

And many other fixes and improvements

Release 1.4

20 Sep 04:48
92bcab0
Compare
Choose a tag to compare

Features

Fixes

  • Params are now passed to nested includes
  • Evaluate ids via the specified 'id_method_name' when relationships are evaluated via a block

And many other fixes and improvements

Release 1.3

17 Jul 05:05
5ff3fa9
Compare
Choose a tag to compare

Release 1.2

20 May 23:49
Compare
Choose a tag to compare

Defining relationship blocks - Link
Passing params to blocks defined in the serializer - Link
Nested includes - Link
Data links per object - Link

Issues Fixed
Inheritance related issues should be resolved now
Skylight integration issues should be resolved now

First release with many community contributions

18 Mar 17:08
Compare
Choose a tag to compare

Here are the main features that are part of this release.

  • Custom attributes defined in the serializer using blocks #54
  • Key transforms (:dash, :camelcase etc) with same list of transforms as AMS #45
  • Reduced gem dependency list, Active support will be the only run time dependency
  • Fix for the has one nil association bug Support for polymorphic associations #48
  • Performance comparison with jsonapi-rb gem
  • Includes list can now be provided as a string #93
  • Add #to_hash conversion protocol to object serializer #89
  • ActiveSupport::Notifications based integration with skylight #88
  • Support for Polymorphic associations #64