JSON v1.6.0 Release Notes

Release Date: 2019-11-04 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘ Allow relationship links to be delcared as a method (#2)
    • โœ… Test against Ruby 2.6 (#1)
    • Include data key when lazy-loaded relationships are included (#10)
    • Conditional links #15
    • Include params on set_id block #16 ### ๐Ÿ”„ Changed
    • Optimize SerializationCore.get_included_records calculates remaining_items only once (#4)
    • Optimize SerializtionCore.parse_include_item by mapping in place (#5)
    • Define ObjectSerializer.set_key_transform mapping as a constant (#7)
    • Optimize SerializtionCore.remaining_items by taking from original array (#9)
    • Optimize ObjectSerializer.deep_symbolize by using each_with_object instead of Hash[map] (#6)