UNPKG

10.6 kBMarkdownView Raw
1
24.9.10 / 2016-04-22
3===================
4
5 * runtime: export runtime lists
6
74.9.7 / 2016-04-19
8==================
9
10 * test: add site.wpcomPlugin() tests
11 * SiteWPComPlugin: add Class
12 * test: add site.wpcomPluginsList() test
13 * Site: add wpcomPluginsList() method
14
154.9.6 / 2016-04-18
16==================
17
18 * SitePlugin: rename methods: updateVersion() and update()
19
204.9.5 / 2016-14-04
21==================
22
23* site.taxonomy and site.taxonomy.term implemented
24* site.plugin updates
25* various test cleanup
26
274.9.4 / 2016-04-04
28==================
29
30* add site.post.del back which was removed in 4.9.3
31
324.9.3 / 2016-03-30
33==================
34
35 * site.post.subscriber: implemented
36 * site.post: add post methods in the runtime
37 * runtime-build: refact -> pass pathBuilder function
38 * site.post: ES6ify
39 * site: ES6ify
40
414.9.2 / 2016-03-27
42==================
43
44 * Fix requiring a JSON file
45
464.9.1 / 2016-03-28
47==================
48
49 * site.plugin: add basic site plugins structure
50 * site.domain: add basic site domain structure
51
524.9.0 / 2016-03-28
53==================
54
55* site: add domain methods (see https://github.com/Automattic/wpcom.js/pull/163)
56* version bump wpcom-xhr-request (see https://github.com/Automattic/wpcom-xhr-request/pull/17)
57
584.8.6 / 2016-03-23
59==================
60
61 * domain.dns: add `/domains/%s/dns` methods
62 * domain.email: add `/domains/%s/email` methods
63 * domain: add `/domains/%s` methods
64 * domains: add `/domains` methods
65 * site.settings: implemented
66 * me: add me.posts() method
67 * process site methods using runtime libs
68 * site: add generic postTypesList method
69 * site: add site.postCounts()
70 * site.wordads: add several methods
71
724.8.5 / 2016-2-23
73==================
74
75* version bump wpcom-xhr-request
76
774.8.4 / 2016-2-18
78==================
79
80* adds support for special `apiNamespace` param to integrate core WP-API
81
824.8.3 / 2015-12-10
83==================
84
85 * add methods:
86 * - me.billingHistory
87 * - me.connectedAppication
88 * - me.keyringConnection
89 * - me.publicizeConnection
90 * - me.settins.password
91 * - me.towStep
92
934.8.2 / 2015-11-26
94==================
95
96 * add babel-runtime so that es6 features requiring a pollyfill work
97
984.8.1 / 2015-11-20
99==================
100
101 * add compiled js files to revision system
102
1034.8.0 / 2015-11-19
104==================
105
106 * Use webpack to build final product
107
1084.7.0 / 2015-09-07
109==================
110
111 * Return the static Promise.{reject/resolve} objects
112 * Set default Promise return in absence of callback
113
1144.6.2 / 2015-09-03
115==================
116
117 * Add Promise documentation
118 * circle: add config file. set node version
119 * Add Promsie Wrapper
120
1214.6.1 / 2015-08-30
122==================
123
124 * Add site.pageTemplates() test
125 * Add site.pageTemplates() method
126
1274.6.0 / 2015-08-13
128==================
129
130 * batch: remove bracket in url query
131 * send-request: parse and assign query param rightly
132 * example: add cors batch example
133
1344.5.3 / 2015-08-11
135==================
136
137 * send-request: always stringify query object
138
1394.5.2 / 2015-08-11
140==================
141
142 * Use PHP style query params for a batch request
143
1444.5.1 / 2015-07-08
145==================
146
147 * pkg: bump "wpcom-xhr-request" to "0.3.2"
148 * send-request: handler proxyOrigin parameter
149
1504.5.0 / 2015-05-06
151==================
152
153 * docs: fix references to `wpcom.sites()` -> `wpcom.site()`
154 * site: fix query args for `statsVideo` and `statsPostViews`
155
1564.4.1 / 2015-04-30
157==================
158
159 * core: store token if is defined
160
1614.4.0 / 2015-04-20
162==================
163
164 * test: fix a couple of failing tests and methods
165 * docs: prepare for auto-generated docs and code samples
166
1674.3.0 / 2015-04-15
168==================
169
170 * site: add stats endpoints
171 * docs: update OAuth and testing docs
172
1734.2.1 / 2015-03-31
174==================
175
176 * pkg: bump `wpcom-xhr-request` to `0.3.1`
177
1784.2.0 / 2015-03-13
179==================
180
181 * send-request: check `query` paramter
182 * test: add util req testing file
183 * test: update wpcom.site.tagsList test
184 * test: update wpcom.site.categoriesList test
185
1864.1.0 / 2015-02-18
187==================
188
189 * test: force apiVersion to 1 for some stats tests
190 * site: fix embed_url param
191 * send-request: default value for `query` is {}
192
1934.0.0 / 2015-02-09
194==================
195
196 * request: update path for send-request module
197 * core: add sendRequest() to suppoert compatibility
198 * test: add users suggest testing file
199 * update to wpcom.req method
200 * test: add site.follow testing file
201 * test: add site embeds testing file
202 * test: add site.shortcodes testing file
203 * send-response: set apiVersion from wpcom property
204 * core: add apiVersion as property. Define `1.1` as default
205 * request: refact -> create Req class
206
2073.2.0 / 2015-02-05
208==================
209
210 * site: use `list` builder for `embdesList` method
211 * test: site: add embedsList() test
212 * site: use `list` builder for shortcodesList method
213 * test: add site.shortcodesList test
214 * post: propagate `id` and `slug` when post is added
215 * improve tests
216
2173.1.1 / 2014-12-08
218==================
219
220 * site: URIencode id. This allows to use the API wit Jetpack sites installed on subfolders.
221
2223.1.0 / 2014-12-04
223==================
224
225 * core: request handler parameter in constructor
226
2273.0.0 / 2014-12-02
228==================
229
230 * add `requite` util module
231 * update coding
232 * core: Added users suggest endpoint
233 * Merge pull request #71 from Automattic/add/post-restore-endpoint
234 * Allow optional third-index apiVersion for resource list
235 * test: improve media util functions
236 * test: pre-process files in addFiles test
237 * test: update apiVersion tests using getFiles()
238 * test: add test.getFiles() method
239 * examples: better proxy me.html output
240 * test: fix testing data
241 * Get rid of confusion between `index.js` and `wpcom+xhr.js`
242
2432.6.0 / 2014-11-12
244==================
245
246 * media: fix bug in checking File on server-side
247
2482.5.0 / 2014-11-12
249==================
250
251 * media: fix checking File parameter in #addFiles method
252
2532.4.0 / 2014-11-03
254==================
255
256 * media: fix bug adding media files in client-side
257 * examples: add browser-proxy "upload.html" example
258 * media: add optional [query] parameter.
259 * pkg: update "wpcom-xhr-request" to v0.3.0
260 * add `return` statement to all `sendRequest()` calls
261 * media: support new api features
262 * media: use api version 1.1
263
2642.3.0 / 2014-10-10
265==================
266
267 * test: add batch test
268 * Add batch support
269
2702.2.0 / 2014-10-03
271==================
272
273 * test: add tag tests
274 * site: add site#tag() method
275 * tag: add tag library
276 * test: fix typeof asserts
277 * test: add category tests
278 * site: add site#category() method
279 * category: add category
280 * test: move up `global` testing value
281 * package: update "debug" to v2.0.0
282 * Add media.update method
283
2842.1.0 / 2014-09-11
285==================
286
287 * Add tests for comment likes
288 * add CommentLike module and functions to Comment (mirroring Like for Posts)
289 * landing v1
290
2912.0.4 / 2014-08-05
292==================
293
294 * dist: recompile
295 * docs: update Follow doc page
296 * Add `Follow` implementation
297 * update "browserify" to v4.2.1
298
2992.0.3 / 2014-07-15
300==================
301
302 * dist: recompile
303 * package: update "browserify" to v4.2.0
304 * package: update "wpcom-xhr-request" to v0.2.5
305 * site: use `%o` formatter for debug() calls
306
3072.0.2 / 2014-06-25
308==================
309
310 * dist: recompile
311 * examples: add "browser-proxy" example
312 * Makefile: remove `-xhr`
313 * index: inline the `sendRequest()` function
314 * package: update "browserify" to v4.1.11
315 * package: update "wpcom-xhr-request" to v0.2.3
316 * wpcom+xhr: add JSDoc comment
317
3182.0.1 / 2014-06-10
319==================
320
321 * dist: recompile
322 * package: update "wpcom-xhr-request" to v0.2.2
323 * docs: fix typo in function name
324 * docs: fix typo in `post` docs
325 * docs: fix relative links in `WPCOM` main docs
326 * package: be loose with the `debug` version
327 * package: add "license" field
328
3292.0.0 / 2014-06-05
330==================
331
332 * dist: rebuild
333 * package: update "debug" and "wpcom-xhr-request" dependencies
334 * package: add "keywords" field
335 * test: fix testing data
336 * package: update "description"
337 * add LICENSE file
338 * package, Redme: use lowercase .JS, add "web"
339 * example: add uploading image browser example
340 * delete legacy wpcom-proxy (#39, @guille)
341 * examples: a few tweaks
342 * example: remove token value
343
3441.2.3 / 2014-05-20
345==================
346
347 * xhr: add wpcom.setToken()
348
3491.2.2 / 2014-05-19
350==================
351
352 * New methods:
353 - post.comment()
354 - post.comments()
355
356 - comment.get()
357 - comment.update()
358 - comment.replies()
359 - comment.reply()
360 - comment.delete()
361
362 * dist: recompile
363 * add test for all new methods
364 * update documentation
365
3661.2.1 / 2014-05-13
367==================
368
369 * New methods:
370 - site.addMediaFiles()
371 - site.addMediaUrls()
372 - site.deleteMedia()
373 - site.usersList()
374 - site.likesList()
375
376 - media.addFiles()
377 - media.addUrls()
378 - media.del()
379
380 - post.reblog()
381 - post.related()
382
383 - like.state()
384 - like.mine()
385 - like.del()
386
387 - reblog.to()
388 - reblog.state()
389
390 * Add and update examples over the browser
391 * Improve and update documentation
392
3931.2.0 / 2014-04-23
394==================
395
396 * Remove internal "endpoints" `.json` files, saves ~8kb uncompressed (#19)
397 * package: update "description" field
398 * History: match `git changelog` output
399 * rename `doc` -> `docs` and `example` to `examples`
400
4011.1.0 / 2014-04-22
402==================
403
404 * site: rename Sites to Site
405 * dist: add the compiled `wpcom-proxy.js` and `wpcom.js` files
406 * Readme: improve
407
4081.0.0 / 2014-04-22
409==================
410
411 * remove `req.js`, move send() fn to WPCOM class
412 * add wpcom+proxy.js and wpcom+xhr.js wrapper class scripts
413 * add browserify standalone build rules
414
4150.3.0 / 2014-04-11
416==================
417
418 * rename npm name to `wpcom`
419
4200.2.3 / 2014-04-10
421==================
422
423 * add me.sites() method
424
4250.2.2 / 2014-04-02
426==================
427
428 * New methods:
429 - me.connections()
430 - me.groups()
431 - me.likes()
432 - post.edit()
433 - post.del()
434 * improve error handling
435 * improve endpoint files structure
436 * update documentation
437
4380.2.1 / 2014-03-31
439==================
440
441 * replace `request` by `superagent`
442
4430.2.0 / 2014-03-28
444==================
445
446 * pck: bump wp-connect@0.2.0
447 * set token in the constructor
448 * remove .token() method
449
4500.1.1 / 2014-03-27
451==================
452
453 * core: cretae a Req instance in this.req property
454 * req: refact -> expose a Req constructor
455 * example: add simple exmaple application
456
4570.1.0 / 2014-03-19
458==================
459
460 * change the API
461 * doc: update documentation
462 * add tests
463
4640.0.2 / 2014-02-20
465==================
466
467 * first approach