Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspili committed Jan 29, 2020
1 parent b059fc1 commit c600aec
Showing 1 changed file with 30 additions and 33 deletions.
63 changes: 30 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,47 @@
## [1.0.0] (alfanhui / new_geolocation)
## [1.0.0] (thanks @alfanhui)

* Updated Kotlin to 1.3.41
* Updated Kotlin experimental coroutines to Kotlinx
* Updated Android packages to Androidx (hence major release increment)
- Updated Kotlin to 1.3.41
- Updated Kotlin experimental coroutines to Kotlinx
- Updated Android packages to Androidx (hence major release increment)

## [0.2.3] (alfanhui / new_geolocation)
## [0.2.3] (thanks @alfanhui)

* Added updated pubspec description
* Flutter format on number of files
- Added updated pubspec description
- Flutter format on number of files

## [0.2.2] (alfanhui / new_geolocation)
## [0.2.2] (thanks @alfanhui)

* Better encoding of 'options' on LocationUpdatesRequest [hoggetaylor]
* Fix argument of type string can not be assigned to DiagnosticsNode [osamagamal65]
* Adding support for new method to request enabling location services [shehabic]
* Updated Readme [shehabic]
* Various fixes for XCode 10, and Cocoa Pods 1.5.3 [shehabic]
* Updated Google Play Services Version [shehabic]
* Fixed serialization from dart to native platforms [shehabic]
* Updated kotlin version [shehabic]
- Better encoding of 'options' on LocationUpdatesRequest [hoggetaylor]
- Fix argument of type string can not be assigned to DiagnosticsNode [osamagamal65]
- Adding support for new method to request enabling location services [shehabic]
- Updated Readme [shehabic]
- Various fixes for XCode 10, and Cocoa Pods 1.5.3 [shehabic]
- Updated Google Play Services Version [shehabic]
- Fixed serialization from dart to native platforms [shehabic]
- Updated kotlin version [shehabic]

## [0.2.1]

* Replace `requestPermission(permission)` named parameter by positional

- Replace `requestPermission(permission)` named parameter by positional

## [0.2.0]

* Refactor single one-shot location
* Refactor permission management
* Add continuous location updates support
* Add in background support for location updates
* Add request location permission manually
* Add pause/resume location updates automatically when app goes to background/foreground
* Add Stream API
* Fix: Match play-services version to Flutter's firebase plugins
* Fix: Dart 1.x compatibility

- Refactor single one-shot location
- Refactor permission management
- Add continuous location updates support
- Add in background support for location updates
- Add request location permission manually
- Add pause/resume location updates automatically when app goes to background/foreground
- Add Stream API
- Fix: Match play-services version to Flutter's firebase plugins
- Fix: Dart 1.x compatibility

## [0.1.1]

* Pubspec and documentation fixes

- Pubspec and documentation fixes

## [0.1.0] - Initial release

* New feature: Last known location
* New feature: Current location
* New feature: Location updates
- New feature: Last known location
- New feature: Current location
- New feature: Location updates

0 comments on commit c600aec

Please sign in to comment.