@@ -4,6 +4,71 @@ 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
+ ### 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 )
7
72
8
73
### 3.0.3
9
74
0 commit comments