Skip to content

Latest commit

 

History

History
56 lines (28 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

56 lines (28 loc) · 2.62 KB

react-native-mobeye-geolocation changelog

Changelog of react-native-mobeye-geolocation.

1.8.0 (2022-10-24)

Breaking

  • check and request authorizations methods work also for android (97785ed)
  • improve LocationEvent error management, including LocationError type (8569186)

Changes

  • configure & setTemporaryConfiguration return a promise (d7c2d26)

1.7.0 (2022-10-18)

Breaking

  • Possible RN, Android, iOS, etc..., min version changes because of dependencies upgrade (2f5d2ea)

Changes

  • Bump all dependencies: now the package is developed under RN 0.69.6 (2f5d2ea)

Fixed

  • Fixed and improve README (2f00a15)
  • Fixed and improve example (d451c3b)
  • All methods and hooks can now be exported directly or from namespace (540696d)
  • Improve error management (6bee5ad)

1.6.0 (2022-02-10)

Fixed

  • Fix previous release by removing the possibility to publish the package on maven (#35)

1.5.0 (2022-02-02)

Changes

  • Replacing maven plugin by maven-publish plugin to support gradle version 7 and higher (dddb3d4 2022-01-28 13:38)

1.4.0 (2022-01-20)

Breaking

  • remove checkAccuracy method for android platform (f900296 2022-01-11 12:03)
  • specify supported platform on checkAccuracy method name (d75c534 2022-01-17 15:39)