v0.11.0
Pre-release
Pre-release
Changed
- [BREAKING] This release includes an update to the version of
fake-permissions
used for permissions handling, which includes many breaking changes. See the[email protected]
release notes for details and updated usage examples. - [BREAKING] The
handlePermissionRequest
option forcreateAPIs()
,createWrappedAPIs()
, andcreateUser()
has been renamed tohandleAccessRequest
in line with the changes tofake-permissions
. - [BREAKING] The
createGeolocation()
function now has apermissionStore
option that takes aPermissionsStore
object instead of apermissions
option that takes aPermissions
object. - [BREAKING] The
createGeolocation()
function now has auser
option that takes aUser
object instead of arequestPermission
option that takes a callback. - [BREAKING] The
LocationServices
type is now a type, instead of an interface. - [BREAKING] The
MutableLocationServices
type is now a type, instead of an interface. - [BREAKING] The
User
type is now a type, instead of an interface.