Skygear v1.1.3 Release Notes

Release Date: 2017-10-25 // over 6 years ago
  • ๐Ÿ”‹ Features

    • โšก๏ธ Update FieldACL Accessible matching logic (#479)

    New matching criteria is, record type and record field.

    • If no matched entries, return true
    • Otherwise if user role does not fullfil matched entries, return false
    • Otherwise return the result of the matched entry

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix role:get expecting User IDs from wrong keys (#475)