This repository was archived by the owner on Oct 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathChanges
More file actions
53 lines (41 loc) · 1.46 KB
/
Changes
File metadata and controls
53 lines (41 loc) · 1.46 KB
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
Revision History for OX-OAuth
0.67 3 Oct 2011 19:36 PDT
- add github URL
- better pod SYNOPSIS
0.66 3 Oct 2011 19:24 PDT
- actually update version number this time
- die if rest() is called before login() despite this not being strictly required
- reorder test so it actually works
0.65 3 Oct 2011 18:25 PDT
- spec files for rpm building
- better fix for jsondecode() - now it is always called oop-style
- all methods now expect to be called oop-style
- example scripts now cleansed of unused subs (that are provided by the module anyway)
- ox3-currencies now deals properly with utf8 from db
0.64 29 Sept 2011 17:00 PDT
- pod tweaks
- auth json accepts newlines
- find_config() is compliant with the agreed standard
0.63 22 Sept 2011 15:22 PDT
- improved tests
- pod tweaks
- rewritten README
0.62 22 Sept 2011 01:02 PDT
- add find_config() method - close to likely standard
0.61 14 Sept 2011 11:58 PDT
- add retry to rest()
- fix url argument to rest() so it actually works
0.60 5 Sept 2011 20:04 PDT
- fix Changes for 0.52
- better pod. well, at least more pod.
- implement ox3-currencies
- make rest() un-quiet by default
- make validate call in login() quiet based on verbosity setting
0.52 30 Aug 2011 16:55 PDT
- allow PUT and DELETE methods in rest()
- get rid of pasted code after __END__
0.51 30 Aug 2011 15:45 PDT
- add validate to login()
- put the cookie header in so things actually work
0.50 29 Aug 2011
- First version, released on an unsuspecting internal world.