Fast JSON API v1.1 Release Notes

Release Date: 2018-03-18 // about 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