File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,28 @@ Changelog
44Version numbering represents the Swift version, plus a running number representing updates, fixes and new features at the same time.
55You can also refer to commit logs to get details on what was implemented, fixed and improved.
66
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+
719### 5.1.0
820
921- Update Swift package configuration for use with XCode 11.
1022
1123### 5.0.0
1224
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.
1529 [ blork] ( https://github.com/blork )
1630 [ #305 ] ( https://github.com/p2/OAuth2/pull/305 )
1731
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Contributors
44Contributors to the codebase, in reverse chronological order:
55
66- Foti Dim, @fotidim
7+ - Denis, @telipskiy
78- Larry Brunet, @larrybrunet
89- Dave Carlson, @drdavec
910- Sam Oakley, @blork
Original file line number Diff line number Diff line change 584584 };
585585 EEDB8623193FAAE500C4EEA1 = {
586586 CreatedOnToolsVersion = 6.0;
587+ LastSwiftMigration = 1130;
587588 };
588589 EEE209461942772800736F1A = {
589590 CreatedOnToolsVersion = 6.0;
10071008 PRODUCT_NAME = OAuth2;
10081009 SKIP_INSTALL = YES;
10091010 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1010- SWIFT_VERSION = 4.2 ;
1011+ SWIFT_VERSION = 5.0 ;
10111012 };
10121013 name = Debug;
10131014 };
10291030 PRODUCT_NAME = OAuth2;
10301031 SKIP_INSTALL = YES;
10311032 SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1032- SWIFT_VERSION = 4.2 ;
1033+ SWIFT_VERSION = 5.0 ;
10331034 };
10341035 name = Release;
10351036 };
You can’t perform that action at this time.
0 commit comments