@@ -4,6 +4,71 @@ 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+ ### Master
8+
9+ - Swift 4.2 support.
10+ [ djbe] ( https://github.com/djbe )
11+ [ #273 ] ( https://github.com/p2/OAuth2/pull/273 )
12+ - Fix crash due to memory ownership.
13+ [ foldericon] ( https://github.com/foldericon )
14+ [ #271 ] ( https://github.com/p2/OAuth2/pull/271 )
15+ - Added an Auth2 implicit grant variation for requests that return parameters in the query instead of the fragment.
16+ [ tschmitz] ( https://github.com/tschmitz )
17+ [ #262 ] ( https://github.com/p2/OAuth2/pull/262 )
18+ - Fix some Swift 4 warnings.
19+ [ everlof] ( https://github.com/everlof )
20+ [ #251 ] ( https://github.com/p2/OAuth2/pull/251 )
21+ - Pass back a strongly typed ` OAuth2Error ` when possible (along with ` error_description ` ). Also added an ` invalidGrant ` error.
22+ [ sebskuse] ( https://github.com/sebskuse )
23+ [ #248 ] ( https://github.com/p2/OAuth2/pull/248 )
24+ - You can now implement your own custom loggers.
25+ [ p2] ( https://github.com/p2 )
26+ [ #236 ] ( https://github.com/p2/OAuth2/pull/236 )
27+ - Fixed parsing errors with empty descriptions.
28+ [ p2] ( https://github.com/p2 )
29+ [ #247 ] ( https://github.com/p2/OAuth2/pull/247 )
30+ - Fix the appearance and location of the ` Cancel ` button on macOS.
31+ [ kengruven] ( https://github.com/kengruven )
32+ [ #246 ] ( https://github.com/p2/OAuth2/pull/246 )
33+
34+ ### 4.0.1
35+
36+ - Correct the ACL for ` updateFromKeychainItems ` to ` open ` .
37+ [ JohnTheBastard] ( https://github.com/JohnTheBastard )
38+ [ #239 ] ( https://github.com/p2/OAuth2/pull/239 )
39+ - Fixed unauthorized error when refreshing a token.
40+ [ amaurydavid] ( https://github.com/amaurydavid )
41+ [ #237 ] ( https://github.com/p2/OAuth2/pull/237 )
42+ - Fixed an exception due to the web policy completion handler being called twice.
43+ [ Kashkovsky] ( https://github.com/Kashkovsky )
44+ [ #235 ] ( https://github.com/p2/OAuth2/pull/235 )
45+ - Bubble errors up from a token fetch to the client.
46+ [ dhardiman] ( https://github.com/dhardiman )
47+ [ #232 ] ( https://github.com/p2/OAuth2/pull/232 )
48+ [ #234 ] ( https://github.com/p2/OAuth2/pull/234 )
49+
50+ ### 4.0.0
51+
52+ - Update to Swift 4.
53+ [ paulw11] ( https://github.com/paulw11 )
54+ [ #228 ] ( https://github.com/p2/OAuth2/pull/228 )
55+ - Fix an assertion error in Xcode 9.
56+ [ markmarkswell] ( https://github.com/markmarkswell )
57+ [ #227 ] ( https://github.com/p2/OAuth2/pull/227 )
58+ - Remove the dependency on the system ` sharedApplication ` property to support use in extensions.
59+ [ robertbarclay] ( https://github.com/robertbarclay )
60+ [ #212 ] ( https://github.com/p2/OAuth2/pull/212 )
61+ - Changed the ACL of ` customAuthorizer ` from ` internal ` to ` open ` .
62+ [ amaurydavid] ( https://github.com/amaurydavid )
63+ [ #203 ] ( https://github.com/p2/OAuth2/pull/203 )
64+ - Corrected some typos in the codebase and documentation.
65+ [ Lutzifer] ( https://github.com/Lutzifer )
66+ [ #199 ] ( https://github.com/p2/OAuth2/pull/199 )
67+ - Fixed some warnings with String interpolation.
68+ [ paulw11] ( https://github.com/paulw11 )
69+ [ jakepetroules] ( https://github.com/jakepetroules )
70+ [ #195 ] ( https://github.com/p2/OAuth2/pull/195 )
71+ [ #204 ] ( https://github.com/p2/OAuth2/pull/204 )
772
873### 3.0.3
974
0 commit comments