-
Notifications
You must be signed in to change notification settings - Fork 91
/
CHANGELOG.txt
81 lines (60 loc) · 1.34 KB
/
CHANGELOG.txt
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
79
80
81
v0.6.2
- fixes reset issue on delta
v0.6.1
- fixes scoping in delta call
- delta call now recursive
v0.6.0
- major refactor
- adds optional scope
v0.5.7
- fixes bug with empty buffer on put
v0.5.6
- test cleanups. bug fixes
v0.5.5
- updates get method to follow some paradigm as other methods
v0.5.4
- minor bug fixes
v0.5.3
- updates readme for readdir method
v0.5.2
- fixes undefined JSON.parse errors
v0.5.1
- adds JSON.parse to medata header information
v0.5.0
- adds tests
- API change. copy_ref now called cpref
- adds streaming
- adds readdir
- fixes param collision issues
- API changes
- changes `cp` command to take cpref object as first argument
- changes 'createClient' to 'client'
- changes 'request_token' to 'requesttoken'
- changes 'access_token' to 'accesstoken'
v0.4.3
- return the stream from request
v0.4.2
- better docs
v0.4.1
- adds support for copying from copy_ref
v0.4.0
- overhaul to the API
- improved docs
v0.3.1
- adds support for delta
- adds support for copy_ref
v0.3.0
- adds better binary file support
- use querystring.parse
v0.2.2
- updates request
- forces buffer output for get and thumbnails
v0.2.1
- fixes double encoding issue
- changes url endpoint
v0.2.0
- adds authorize_url method
v0.1.1
- fixes encoding issue
v0.1.0
- inception