UNPKG

10.7 kBMarkdownView Raw
1
24.9.8 / 2016-04-22
3==================
4
5 * runtime: require runtime methods instead of import
6 * Adding pinghub (websocket pubsub service for push notifications)
7 * runtime: remove duplicated site get method
8 * add/pinghub: add disconnect method
9
104.9.7 / 2016-04-19
11==================
12
13 * test: add site.wpcomPlugin() tests
14 * SiteWPComPlugin: add Class
15 * test: add site.wpcomPluginsList() test
16 * Site: add wpcomPluginsList() method
17
184.9.6 / 2016-04-18
19==================
20
21 * SitePlugin: rename methods: updateVersion() and update()
22
234.9.5 / 2016-14-04
24==================
25
26* site.taxonomy and site.taxonomy.term implemented
27* site.plugin updates
28* various test cleanup
29
304.9.4 / 2016-04-04
31==================
32
33* add site.post.del back which was removed in 4.9.3
34
354.9.3 / 2016-03-30
36==================
37
38 * site.post.subscriber: implemented
39 * site.post: add post methods in the runtime
40 * runtime-build: refact -> pass pathBuilder function
41 * site.post: ES6ify
42 * site: ES6ify
43
444.9.2 / 2016-03-27
45==================
46
47 * Fix requiring a JSON file
48
494.9.1 / 2016-03-28
50==================
51
52 * site.plugin: add basic site plugins structure
53 * site.domain: add basic site domain structure
54
554.9.0 / 2016-03-28
56==================
57
58* site: add domain methods (see https://github.com/Automattic/wpcom.js/pull/163)
59* version bump wpcom-xhr-request (see https://github.com/Automattic/wpcom-xhr-request/pull/17)
60
614.8.6 / 2016-03-23
62==================
63
64 * domain.dns: add `/domains/%s/dns` methods
65 * domain.email: add `/domains/%s/email` methods
66 * domain: add `/domains/%s` methods
67 * domains: add `/domains` methods
68 * site.settings: implemented
69 * me: add me.posts() method
70 * process site methods using runtime libs
71 * site: add generic postTypesList method
72 * site: add site.postCounts()
73 * site.wordads: add several methods
74
754.8.5 / 2016-2-23
76==================
77
78* version bump wpcom-xhr-request
79
804.8.4 / 2016-2-18
81==================
82
83* adds support for special `apiNamespace` param to integrate core WP-API
84
854.8.3 / 2015-12-10
86==================
87
88 * add methods:
89 * - me.billingHistory
90 * - me.connectedAppication
91 * - me.keyringConnection
92 * - me.publicizeConnection
93 * - me.settins.password
94 * - me.towStep
95
964.8.2 / 2015-11-26
97==================
98
99 * add babel-runtime so that es6 features requiring a pollyfill work
100
1014.8.1 / 2015-11-20
102==================
103
104 * add compiled js files to revision system
105
1064.8.0 / 2015-11-19
107==================
108
109 * Use webpack to build final product
110
1114.7.0 / 2015-09-07
112==================
113
114 * Return the static Promise.{reject/resolve} objects
115 * Set default Promise return in absence of callback
116
1174.6.2 / 2015-09-03
118==================
119
120 * Add Promise documentation
121 * circle: add config file. set node version
122 * Add Promsie Wrapper
123
1244.6.1 / 2015-08-30
125==================
126
127 * Add site.pageTemplates() test
128 * Add site.pageTemplates() method
129
1304.6.0 / 2015-08-13
131==================
132
133 * batch: remove bracket in url query
134 * send-request: parse and assign query param rightly
135 * example: add cors batch example
136
1374.5.3 / 2015-08-11
138==================
139
140 * send-request: always stringify query object
141
1424.5.2 / 2015-08-11
143==================
144
145 * Use PHP style query params for a batch request
146
1474.5.1 / 2015-07-08
148==================
149
150 * pkg: bump "wpcom-xhr-request" to "0.3.2"
151 * send-request: handler proxyOrigin parameter
152
1534.5.0 / 2015-05-06
154==================
155
156 * docs: fix references to `wpcom.sites()` -> `wpcom.site()`
157 * site: fix query args for `statsVideo` and `statsPostViews`
158
1594.4.1 / 2015-04-30
160==================
161
162 * core: store token if is defined
163
1644.4.0 / 2015-04-20
165==================
166
167 * test: fix a couple of failing tests and methods
168 * docs: prepare for auto-generated docs and code samples
169
1704.3.0 / 2015-04-15
171==================
172
173 * site: add stats endpoints
174 * docs: update OAuth and testing docs
175
1764.2.1 / 2015-03-31
177==================
178
179 * pkg: bump `wpcom-xhr-request` to `0.3.1`
180
1814.2.0 / 2015-03-13
182==================
183
184 * send-request: check `query` paramter
185 * test: add util req testing file
186 * test: update wpcom.site.tagsList test
187 * test: update wpcom.site.categoriesList test
188
1894.1.0 / 2015-02-18
190==================
191
192 * test: force apiVersion to 1 for some stats tests
193 * site: fix embed_url param
194 * send-request: default value for `query` is {}
195
1964.0.0 / 2015-02-09
197==================
198
199 * request: update path for send-request module
200 * core: add sendRequest() to suppoert compatibility
201 * test: add users suggest testing file
202 * update to wpcom.req method
203 * test: add site.follow testing file
204 * test: add site embeds testing file
205 * test: add site.shortcodes testing file
206 * send-response: set apiVersion from wpcom property
207 * core: add apiVersion as property. Define `1.1` as default
208 * request: refact -> create Req class
209
2103.2.0 / 2015-02-05
211==================
212
213 * site: use `list` builder for `embdesList` method
214 * test: site: add embedsList() test
215 * site: use `list` builder for shortcodesList method
216 * test: add site.shortcodesList test
217 * post: propagate `id` and `slug` when post is added
218 * improve tests
219
2203.1.1 / 2014-12-08
221==================
222
223 * site: URIencode id. This allows to use the API wit Jetpack sites installed on subfolders.
224
2253.1.0 / 2014-12-04
226==================
227
228 * core: request handler parameter in constructor
229
2303.0.0 / 2014-12-02
231==================
232
233 * add `requite` util module
234 * update coding
235 * core: Added users suggest endpoint
236 * Merge pull request #71 from Automattic/add/post-restore-endpoint
237 * Allow optional third-index apiVersion for resource list
238 * test: improve media util functions
239 * test: pre-process files in addFiles test
240 * test: update apiVersion tests using getFiles()
241 * test: add test.getFiles() method
242 * examples: better proxy me.html output
243 * test: fix testing data
244 * Get rid of confusion between `index.js` and `wpcom+xhr.js`
245
2462.6.0 / 2014-11-12
247==================
248
249 * media: fix bug in checking File on server-side
250
2512.5.0 / 2014-11-12
252==================
253
254 * media: fix checking File parameter in #addFiles method
255
2562.4.0 / 2014-11-03
257==================
258
259 * media: fix bug adding media files in client-side
260 * examples: add browser-proxy "upload.html" example
261 * media: add optional [query] parameter.
262 * pkg: update "wpcom-xhr-request" to v0.3.0
263 * add `return` statement to all `sendRequest()` calls
264 * media: support new api features
265 * media: use api version 1.1
266
2672.3.0 / 2014-10-10
268==================
269
270 * test: add batch test
271 * Add batch support
272
2732.2.0 / 2014-10-03
274==================
275
276 * test: add tag tests
277 * site: add site#tag() method
278 * tag: add tag library
279 * test: fix typeof asserts
280 * test: add category tests
281 * site: add site#category() method
282 * category: add category
283 * test: move up `global` testing value
284 * package: update "debug" to v2.0.0
285 * Add media.update method
286
2872.1.0 / 2014-09-11
288==================
289
290 * Add tests for comment likes
291 * add CommentLike module and functions to Comment (mirroring Like for Posts)
292 * landing v1
293
2942.0.4 / 2014-08-05
295==================
296
297 * dist: recompile
298 * docs: update Follow doc page
299 * Add `Follow` implementation
300 * update "browserify" to v4.2.1
301
3022.0.3 / 2014-07-15
303==================
304
305 * dist: recompile
306 * package: update "browserify" to v4.2.0
307 * package: update "wpcom-xhr-request" to v0.2.5
308 * site: use `%o` formatter for debug() calls
309
3102.0.2 / 2014-06-25
311==================
312
313 * dist: recompile
314 * examples: add "browser-proxy" example
315 * Makefile: remove `-xhr`
316 * index: inline the `sendRequest()` function
317 * package: update "browserify" to v4.1.11
318 * package: update "wpcom-xhr-request" to v0.2.3
319 * wpcom+xhr: add JSDoc comment
320
3212.0.1 / 2014-06-10
322==================
323
324 * dist: recompile
325 * package: update "wpcom-xhr-request" to v0.2.2
326 * docs: fix typo in function name
327 * docs: fix typo in `post` docs
328 * docs: fix relative links in `WPCOM` main docs
329 * package: be loose with the `debug` version
330 * package: add "license" field
331
3322.0.0 / 2014-06-05
333==================
334
335 * dist: rebuild
336 * package: update "debug" and "wpcom-xhr-request" dependencies
337 * package: add "keywords" field
338 * test: fix testing data
339 * package: update "description"
340 * add LICENSE file
341 * package, Redme: use lowercase .JS, add "web"
342 * example: add uploading image browser example
343 * delete legacy wpcom-proxy (#39, @guille)
344 * examples: a few tweaks
345 * example: remove token value
346
3471.2.3 / 2014-05-20
348==================
349
350 * xhr: add wpcom.setToken()
351
3521.2.2 / 2014-05-19
353==================
354
355 * New methods:
356 - post.comment()
357 - post.comments()
358
359 - comment.get()
360 - comment.update()
361 - comment.replies()
362 - comment.reply()
363 - comment.delete()
364
365 * dist: recompile
366 * add test for all new methods
367 * update documentation
368
3691.2.1 / 2014-05-13
370==================
371
372 * New methods:
373 - site.addMediaFiles()
374 - site.addMediaUrls()
375 - site.deleteMedia()
376 - site.usersList()
377 - site.likesList()
378
379 - media.addFiles()
380 - media.addUrls()
381 - media.del()
382
383 - post.reblog()
384 - post.related()
385
386 - like.state()
387 - like.mine()
388 - like.del()
389
390 - reblog.to()
391 - reblog.state()
392
393 * Add and update examples over the browser
394 * Improve and update documentation
395
3961.2.0 / 2014-04-23
397==================
398
399 * Remove internal "endpoints" `.json` files, saves ~8kb uncompressed (#19)
400 * package: update "description" field
401 * History: match `git changelog` output
402 * rename `doc` -> `docs` and `example` to `examples`
403
4041.1.0 / 2014-04-22
405==================
406
407 * site: rename Sites to Site
408 * dist: add the compiled `wpcom-proxy.js` and `wpcom.js` files
409 * Readme: improve
410
4111.0.0 / 2014-04-22
412==================
413
414 * remove `req.js`, move send() fn to WPCOM class
415 * add wpcom+proxy.js and wpcom+xhr.js wrapper class scripts
416 * add browserify standalone build rules
417
4180.3.0 / 2014-04-11
419==================
420
421 * rename npm name to `wpcom`
422
4230.2.3 / 2014-04-10
424==================
425
426 * add me.sites() method
427
4280.2.2 / 2014-04-02
429==================
430
431 * New methods:
432 - me.connections()
433 - me.groups()
434 - me.likes()
435 - post.edit()
436 - post.del()
437 * improve error handling
438 * improve endpoint files structure
439 * update documentation
440
4410.2.1 / 2014-03-31
442==================
443
444 * replace `request` by `superagent`
445
4460.2.0 / 2014-03-28
447==================
448
449 * pck: bump wp-connect@0.2.0
450 * set token in the constructor
451 * remove .token() method
452
4530.1.1 / 2014-03-27
454==================
455
456 * core: cretae a Req instance in this.req property
457 * req: refact -> expose a Req constructor
458 * example: add simple exmaple application
459
4600.1.0 / 2014-03-19
461==================
462
463 * change the API
464 * doc: update documentation
465 * add tests
466
4670.0.2 / 2014-02-20
468==================
469
470 * first approach