- Add support for processing streamed
application/x-ndjson
responses
- Add babel-runtime as dependency to package.json
- Upgrade the 'superagent' dependency to 3.8.3
- Upgrade the 'debug' dependency to 3.1.0
- Prevent sending body if formData is set
- test: prioritize ENV var when taking the TOKEN
- improve sending files handling
- core: refact core using ES2015
- make: add
examples
rule - test: add REST-API and WP-API tests
- core: handling http envelope mode
- add circle integration
- pkg: compile in prepublish. Set npm pack files
- compile bundle only for examples purposes
- ignoring build/ folder
- set eslint rules
- make: clean old rules. add
watch
to improve compilation process - pkg: add dev modules. remove browserify.
- pkg: update superagent to
2.1.0
- Update version dependency for
wp-error
- index: add support for custom HTTP
headers
- adds support for new WP-API URL structure; deprecates old URL structure
- [
8fd9102cc6
] - use thereq.method
for the WPError method (Nathan Rajlich)
- dist: recompile
- Readme++
- Use
wp-error
for common Erorr handling logic
- adds support for special
apiNamespace
param to integrate core WP-API
- add LICENSE file and add "license" to package.json
- package: update "debug" to v2.2.0
- set proxy origin through of parameters
- Improve REST-API error response
- bump "superagent" to "1.2.0"
- package: update "superagent" to v1.1.0
- package: update "debug" to v2.1.0
- package: update "browserify" to v6.1.0
- package: update "superagent" to v0.20.0
- examples: add browser "upload" example
- index: return the native XHR request instance
- dist: recompile
- dist: recompile
- package: update "superagent" to v0.19.1
- package: update "browserify" to v5.12.1
- package: update "debug" to v2.0.0
- package: update "superagent" to v0.18.2
- package: update "browserify" to v4.2.0
- index: use
%o
formatter for all debug() calls
- index: handle the scenario when
res.body
is undefined
- dist: recompile
- package: update "browserify" to v4.1.11
- index: added support for non v1 API endpoints via
apiVersion
option
- dist: recompile
- examples: decode HTML entities in "Freshly Pressed" example
- package: be loose with the
debug
version
- dist: recompile
- package: update "debug" to v1.0.0
- examples: fix browser
/freshly-pressed
example - examples: change
articles
variable name todata
- index: set
_headers
on responses
- pkg: bump superagent@0.18.0
- index: check for
params.formData
object
- initial release