Fast JSON API v1.5 Release Notes
Release Date: 2018-11-03 // almost 6 years ago-
๐ Features
- Adds a :links option to the relationship macros https://github.com/Netflix/fast_jsonapi#links-on-a-relationship
- ๐ Allow block for id customization
๐ Fixes
- Don't share data_links among inherited serializers.
๐ And many other fixes and improvements
Previous changes from v1.4
-
๐ Features
- ๐ Support for polymorphic includes
- Ability to add meta tags
https://github.com/Netflix/fast_jsonapi#meta-per-resource
๐ 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