File tree 3 files changed +20
-4
lines changed
3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,28 @@ Changelog
4
4
Version numbering represents the Swift version, plus a running number representing updates, fixes and new features at the same time.
5
5
You can also refer to commit logs to get details on what was implemented, fixed and improved.
6
6
7
+ ### 5.2.0
8
+
9
+ - Separate setting for ` refresh_uri ` .
10
+ [ fotiDim] ( https://github.com/fotiDim )
11
+ [ #330 ] ( https://github.com/p2/OAuth2/pull/330 )
12
+ - Add Mac Catalyst support.
13
+ [ telipskiy] ( https://github.com/telipskiy )
14
+ [ #328 ] ( https://github.com/p2/OAuth2/pull/328 )
15
+ - Add PKCE support.
16
+ [ larrybrunet] ( https://github.com/larrybrunet )
17
+ [ #324 ] ( https://github.com/p2/OAuth2/pull/324 )
18
+
7
19
### 5.1.0
8
20
9
21
- Update Swift package configuration for use with XCode 11.
10
22
11
23
### 5.0.0
12
24
13
- - Swift 5.0 support.
14
- - Add support for Authentication Session.
25
+ - Swift 5.0 support.
26
+ [ drdavec] ( https://github.com/drdavec )
27
+ [ #313 ] ( https://github.com/p2/OAuth2/pull/313 )
28
+ - Add support for Authentication Session.
15
29
[ blork] ( https://github.com/blork )
16
30
[ #305 ] ( https://github.com/p2/OAuth2/pull/305 )
17
31
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Contributors
4
4
Contributors to the codebase, in reverse chronological order:
5
5
6
6
- Foti Dim, @fotidim
7
+ - Denis, @telipskiy
7
8
- Larry Brunet, @larrybrunet
8
9
- Dave Carlson, @drdavec
9
10
- Sam Oakley, @blork
Original file line number Diff line number Diff line change 584
584
};
585
585
EEDB8623193FAAE500C4EEA1 = {
586
586
CreatedOnToolsVersion = 6.0;
587
+ LastSwiftMigration = 1130;
587
588
};
588
589
EEE209461942772800736F1A = {
589
590
CreatedOnToolsVersion = 6.0;
1007
1008
PRODUCT_NAME = OAuth2;
1008
1009
SKIP_INSTALL = YES;
1009
1010
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1010
- SWIFT_VERSION = 4.2 ;
1011
+ SWIFT_VERSION = 5.0 ;
1011
1012
};
1012
1013
name = Debug;
1013
1014
};
1029
1030
PRODUCT_NAME = OAuth2;
1030
1031
SKIP_INSTALL = YES;
1031
1032
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1032
- SWIFT_VERSION = 4.2 ;
1033
+ SWIFT_VERSION = 5.0 ;
1033
1034
};
1034
1035
name = Release;
1035
1036
};
You can’t perform that action at this time.
0 commit comments