Skip to content

v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 13:22
· 79 commits to main since this release
v0.11.0
33249e6

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 for createAPIs(), createWrappedAPIs(), and createUser() has been renamed to handleAccessRequest in line with the changes to fake-permissions.
  • [BREAKING] The createGeolocation() function now has a permissionStore option that takes a PermissionsStore object instead of a permissions option that takes a Permissions object.
  • [BREAKING] The createGeolocation() function now has a user option that takes a User object instead of a requestPermission 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.