Fast Jsonapi Versions Save

No Longer Maintained - A lightning fast JSON:API serializer for Ruby Objects.

1.5

5 years ago

Features

Fixes

  • Don't share data_links among inherited serializers.

And many other fixes and improvements

1.4

5 years ago

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

1.2

5 years ago

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

1.1

6 years ago

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