This repository was archived by the owner on Oct 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 1.1.0] (2017-01-21)
6
+ [ Full Changelog] ( https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.6...v1.1.0 )
7
+ ### Added
8
+ - Search media and location by latitude and longitude:
9
+ - ` func searchMedia(latitude: Double? = nil, longitude: Double? = nil, ...) `
10
+ - ` func searchLocation(latitude: Double? = nil, longitude: Double? = nil, ...) `
11
+ - New option to get all the permissions on ` login(..., withScopes: [.all], ...) ` method.
12
+ ### Changed
13
+ - ` retrieveAccessToken() ` method is now public (#15 ).
14
+ - ` storeAccessToken() ` is also public (#17 ).
15
+ ### Fixed
16
+ - Problem with all the POST requests (e.g. #20 ).
17
+
5
18
## [ 1.0.6] (2017-11-03)
6
19
[ Full Changelog] ( https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.5...v1.0.6 )
7
20
### Added
62
75
### Added
63
76
- Initial release.
64
77
65
- [ Unreleased ] : https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.6...develop
78
+ [ Unreleased ] : https://github.com/AnderGoig/SwiftInstagram/compare/v1.1.0...develop
79
+ [ 1.1.0 ] : https://github.com/AnderGoig/SwiftInstagram/tree/v1.1.0
66
80
[ 1.0.6 ] : https://github.com/AnderGoig/SwiftInstagram/tree/v1.0.6
67
81
[ 1.0.5 ] : https://github.com/AnderGoig/SwiftInstagram/tree/v1.0.5
68
82
[ 1.0.4 ] : https://github.com/AnderGoig/SwiftInstagram/tree/v1.0.4
You can’t perform that action at this time.
0 commit comments