Releases: wellyshen/use-places-autocomplete
Releases · wellyshen/use-places-autocomplete
v4.0.0
💥 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
💥 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
💥 Breaking Change
✨ New Features
- Supports dynamic cache key (#952)
- Supports clearCache with custom
key
parameter.
v1.10.1
- Refactor: enhance the
status
type of suggestions (#895)
v1.10.0
- Feat: add
clearCache
method, see API to learn more. ( #866 )
v1.9.4
- Fix: app crash when session storage is unavailable (#807)
v1.9.3
Refactor(types): remove readonly
from the data property of suggestion (#737)
v1.9.2
- Refactor(types): export more types to fulfill your use cases (#733)