Skip to content

Commit c600aec

Browse files
author
Lukasz
committed
Update changelog.
1 parent b059fc1 commit c600aec

File tree

1 file changed

+30
-33
lines changed

1 file changed

+30
-33
lines changed

CHANGELOG.md

Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,47 @@
1-
## [1.0.0] (alfanhui / new_geolocation)
1+
## [1.0.0] (thanks @alfanhui)
22

3-
* Updated Kotlin to 1.3.41
4-
* Updated Kotlin experimental coroutines to Kotlinx
5-
* Updated Android packages to Androidx (hence major release increment)
3+
- Updated Kotlin to 1.3.41
4+
- Updated Kotlin experimental coroutines to Kotlinx
5+
- Updated Android packages to Androidx (hence major release increment)
66

7-
## [0.2.3] (alfanhui / new_geolocation)
7+
## [0.2.3] (thanks @alfanhui)
88

9-
* Added updated pubspec description
10-
* Flutter format on number of files
9+
- Added updated pubspec description
10+
- Flutter format on number of files
1111

12-
## [0.2.2] (alfanhui / new_geolocation)
12+
## [0.2.2] (thanks @alfanhui)
1313

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

2323
## [0.2.1]
2424

25-
* Replace `requestPermission(permission)` named parameter by positional
26-
25+
- Replace `requestPermission(permission)` named parameter by positional
2726

2827
## [0.2.0]
2928

30-
* Refactor single one-shot location
31-
* Refactor permission management
32-
* Add continuous location updates support
33-
* Add in background support for location updates
34-
* Add request location permission manually
35-
* Add pause/resume location updates automatically when app goes to background/foreground
36-
* Add Stream API
37-
* Fix: Match play-services version to Flutter's firebase plugins
38-
* Fix: Dart 1.x compatibility
39-
29+
- Refactor single one-shot location
30+
- Refactor permission management
31+
- Add continuous location updates support
32+
- Add in background support for location updates
33+
- Add request location permission manually
34+
- Add pause/resume location updates automatically when app goes to background/foreground
35+
- Add Stream API
36+
- Fix: Match play-services version to Flutter's firebase plugins
37+
- Fix: Dart 1.x compatibility
4038

4139
## [0.1.1]
4240

43-
* Pubspec and documentation fixes
44-
41+
- Pubspec and documentation fixes
4542

4643
## [0.1.0] - Initial release
4744

48-
* New feature: Last known location
49-
* New feature: Current location
50-
* New feature: Location updates
45+
- New feature: Last known location
46+
- New feature: Current location
47+
- New feature: Location updates

0 commit comments

Comments
 (0)