Skip to content

v3.1.0

Choose a tag to compare

@priyankamistry09 priyankamistry09 released this 24 Nov 13:41
· 12 commits to master since this release

Changelog

Date: 24-Nov-2016
New Features:
  • BuiltUserRoleMapper:
    • New class introduced.
  • BuiltRole:
    • Added method ‘setUsersWithQuery:’
  • BuiltUser:
    • Added property ‘lastLoginAt’
  • BuiltApplication:
    • Added method 'userRoleMapper'
    • Added method 'userRoleMapperWithUID:'
  • BuiltObject:
    • Added method 'addUpsertForMultipleReferenceField:condition:replaceWith:'
  • BuiltGroup:
    • Added method 'addUpsertForMultipleReferenceField:condition:replaceWith:'
Modifications:
  • BuiltObject:
    • Method 'addUpsertForReferenceField:condition:replaceWith:’ removed support for multiple field uid
  • BuiltGroup:
    • Method 'addUpsertForReferenceField:condition:replaceWith:’ removed support for multiple field uid
API deprecation:
  • BuiltPresence:
    • Removed property 'requests'
    • Removed property 'isPublic'
    • Removed property 'statusMessage'
    • Removed method 'whitelistUsers'
    • Removed method 'acceptRequests'
    • Removed method 'addUserInWhiteList:’
    • Removed method 'addUserUidInWhiteList:’
    • Removed method 'removeUserFromWhiteList:’
    • Removed method 'removeUserUidFromWhiteList:’