Skip to content

Commit

Permalink
Bump to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Jul 4, 2024
1 parent 6f70de5 commit 7222c7d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ Versioning].

## Unreleased

## [v0.9.0] - 2024-07-04

[v0.9.0]: https://github.com/ezzatron/fake-geolocation/releases/tag/v0.9.0

### Added

- Added `toJSON()` methods to `GeolocationCoordinates` and
`GeolocationPosition`.
- Added the `GeolocationCoordinatesParameters` type, which can be used for
typing simple objects that have the same properties as
`GeolocationCoordinates`, but don't implement the full interface.

### Changed

- Errors thrown from `successCallback` and `errorCallback` arguments to
`getCurrentPosition()` and `watchPosition()` are now thrown asynchronously,
instead of being discarded.
- Errors thrown from subscriber functions used in geolocation delegates and
location services are now thrown asynchronously, instead of being discarded.

## [v0.8.1] - 2024-06-21

[v0.8.1]: https://github.com/ezzatron/fake-geolocation/releases/tag/v0.8.1
Expand Down

0 comments on commit 7222c7d

Please sign in to comment.