UNPKG

3.8 kBMarkdownView Raw
12016-07-18, Version 1.9.0
2=========================
3
4 * Update URLs in CONTRIBUTING.md (#138) (Ryan Graham)
5
6 * Fix for issue #127 (Gary Torres)
7
8
92016-05-03, Version 1.8.1
10=========================
11
12 * update/insert copyright notices (Ryan Graham)
13
14 * relicese as Artistic-2.0 only (Ryan Graham)
15
16 * Update storage-service.js (Rand McKinney)
17
18
192016-03-29, Version 1.8.0
20=========================
21
22 * Remove space (Simon Ho)
23
24 * Update storage-service.js (Rand McKinney)
25
26
272016-02-19, Version 1.7.0
28=========================
29
30 * Remove sl-blip from dependencies (Miroslav Bajtoš)
31
32 * Migrate examples (Simon Ho)
33
34 * Expose `originalFilename` property (Santiago Osorio)
35
36 * Remove test file (Raymond Feng)
37
38 * Replace image (Raymond Feng)
39
40
412015-11-23, Version 1.6.0
42=========================
43
44 * Add range support (Raymond Feng)
45
46 * Refer to licenses with a link (Sam Roberts)
47
48 * Upgrade LB Explorer and related changes (crandmck)
49
50 * Fix the test case (Raymond Feng)
51
52 * Use strongloop conventions for licensing (Sam Roberts)
53
54 * Fix link to docs (Rand McKinney)
55
56 * Bump client dependencies (upq)
57
58
592015-07-31, Version 1.5.1
60=========================
61
62 * Capture writer error (Raymond Feng)
63
64 * Bugfix: Cannot read property 'forEach' of undefined (Oleksii Strutsynskyi)
65
66
672015-06-08, Version 1.5.0
68=========================
69
70 * Add var (Raymond Feng)
71
72 * Fix for issues - #58, #23 & #67 (ningsuhen)
73
74 * use middleware.json (Hage Yaapa)
75
76 * Fix documentation link (Samuel Mehrbrodt)
77
78
792015-04-21, Version 1.4.0
80=========================
81
82 * Fix the tests (Raymond Feng)
83
84 * this.options is undefined, should use options (Yazhong Liu)
85
86 * Expose file size on success callback (Leandro)
87
88
892015-03-02, Version 1.3.1
90=========================
91
92 * Adding error handler on upload stream (Benjamin Boudreau)
93
94 * removed callback from downloadStream method (Jury D'Ambros)
95
96 * is not necessary to pass cb to pkgcloud (Jury D'Ambros)
97
98
992015-02-10, Version 1.3.0
100=========================
101
102 * Adding support for ACL, Content-Type, Max File Size and allowd Content-Types (Benjamin Boudreau)
103
104
1052015-01-30, Version 1.2.0
106=========================
107
108 * Fix deprecation (Raymond Feng)
109
110 * Adding key renaming support on Service.upload and Handler.upload (Benjamin Boudreau)
111
112
1132015-01-16, Version 1.1.0
114=========================
115
116 * Upgrade deps (Raymond Feng)
117
118 * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
119
120 * #4: Return a 404 if file doesn't exist (Timo Saikkonen)
121
122
1232014-11-27, Version 1.0.6
124=========================
125
126 * Remove expired credentials (Ryan Graham)
127
128 * Update storage-service.js (Tony Sukiennik)
129
130 * Update index.js (Tony Sukiennik)
131
132 * Allow the Sample to easily changed providers (tonysoft)
133
134 * GetFiles issues (tonysoft)
135
136 * Add contribution guidelines (Ryan Graham)
137
138 * Put link to official documentation (Rand McKinney)
139
140 * Add loopback 2.0 example (Raymond Feng)
141
142 * Clarify the need for app.model(container) (Brian Dunnette)
143
144
1452014-07-01, Version 1.0.5
146=========================
147
148 * Bump version (Raymond Feng)
149
150 * Update README (Raymond Feng)
151
152 * Update module name (Raymond Feng)
153
154
1552014-06-26, Version 1.0.4
156=========================
157
158 * Bump version (Raymond Feng)
159
160 * Fix amazon s3 container handling (Raymond Feng)
161
162
1632014-06-16, Version 1.0.3
164=========================
165
166 * Bump version (Raymond Feng)
167
168 * Fix issue-15 (Raymond Feng)
169
170
1712014-05-30, Version 1.0.2
172=========================
173
174 * Add formidable as dependency (cgole)
175
176 * Update docs.json (Rand McKinney)
177
178 * Doc upload and download functions (Rand McKinney)
179
180 * Bump version (Raymond Feng)
181
182 * Update jsdocs (Raymond Feng)
183
184 * Clean up JS Doc (crandmck)
185
186 * Add param info to constructor JSDoc (crandmck)
187
188 * Work on JSDoc comments (crandmck)
189
190
1912014-04-04, Version 1.0.0
192=========================
193
194 * First release!