Skip to content

Releases: wellyshen/use-places-autocomplete

v4.0.1

12 Aug 16:33
Compare
Choose a tag to compare
  • Updating Doc

v4.0.0

14 Jun 07:38
Compare
Choose a tag to compare

💥 Breaking Change

🐛 Bug Fixing

  • Correct the return type of the getDetails and getGeocode utilises. Now they might return a Promise<null> value

v3.0.0

06 May 16:50
Compare
Choose a tag to compare

💥 Breaking Change

  • getLatLng now is a synchronous function, check the example
  • getZipCode now is a synchronous function, check the example

🤩 Thanks @RavenHursT for the above adjustment.

v2.0.0

13 Mar 08:21
Compare
Choose a tag to compare

💥 Breaking Change

✨ New Features

  • Supports dynamic cache key (#952)
  • Supports clearCache with custom key parameter.

v1.11.0

02 Dec 10:03
Compare
Choose a tag to compare

v1.10.1

28 Nov 09:48
Compare
Choose a tag to compare
  • Refactor: enhance the status type of suggestions (#895)

v1.10.0

23 Oct 16:56
Compare
Choose a tag to compare
  • Feat: add clearCache method, see API to learn more. ( #866 )

v1.9.4

27 Jul 15:26
Compare
Choose a tag to compare
  • Fix: app crash when session storage is unavailable (#807)

v1.9.3

19 May 15:11
Compare
Choose a tag to compare

Refactor(types): remove readonly from the data property of suggestion (#737)

v1.9.2

18 May 05:05
Compare
Choose a tag to compare
  • Refactor(types): export more types to fulfill your use cases (#733)