forked from domm/perl-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
79 lines (53 loc) · 2.43 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Revision history for LWP-Authen-OAuth2
0.13 2016-11-21T15:08:43
- Add documentation for some new methods, and for Dwolla (Adi Fairbank)
0.12 2016-07-13T12:44:47
- fix typos in documentation (Nick Morrott, RT115463, RT115464)
0.11 2016-03-11T12:02:25
- Ensure lib loads and instantiates (Leon Wright)
- Catch feature changes that break instantiation (Leon Wright)
- Allow 'use_test_urls' to be optional (Leon Wright)
0.10 2016-01-11T20:28:13
- new class ServiceProvider::Dwolla (Adi Fairbank)
- new method OAuth2->make_api_call (Adi Fairbank)
- add configuration param use_test_urls (Adi Fairbank)
- add expires_time() method (Adi Fairbank)
- link to GitHub from META files; fix the string in LICENSE (Gabor Szabo)
0.09 2014-08-25T10:59:11+0200
- squashed some warnings (Leon Wright)
- Strava Service Provider (Leon Wright)
0.08 2014-06-27T00:00:00
- NEW MAINTAINER: domm
- inverted Changelog (newest entry on top)
- Allow additional arguments to be passed to the save_tokens
callback (Chris)
- Fixed copying required/optional params in
collect_action_params (Alexander Dutton)
- Added overridable methods for returing authz and token endpoints
(Alexander Dutton)
0.07 20131128 - 7:47 AM PST
- Property acknowledge domm
0.06 20131128 - 7:47 AM PST
- Add Module::Load dependency
- Catch that the Google service provider was missing
s/flow/client_type/.
- Make syntax errors in a service provider less confusing to debug.
0.05 20130720 - 12:38 PM PDT
- There was another (why don't I get to see these???)
0.04 20130717 - 6:34 PM PDT
- Fix 2 minor POD formatting mistakes.
0.03 20130715 - 7:26 PM PDT
- Find more dependencies.
- Rename flow to client_type in many places.
- Rename *_more_* to *_optional_* in ServiceProvider.
- Rename *_defaults to *_init to be more descriptive.
- Another documentation pass.
0.02 20130712 - 2:54 PM PDT
*sigh* My machine was not running all of the tests that module
starter installed. Other environments did, and therefore failed.
Removed or fixed those. (Really, I do not want to have end user
documentation in subclasses of parent methods that they were
supposed to override.)
0.01 20130711 - 3:13 PM PDT
First version, released on an unsuspecting world with much
documentation and no useful tests.