Skip to content

v0.11.0

Choose a tag to compare

@tomas tomas released this 05 Nov 23:22
· 415 commits to master since this release
  • Added rdf+xml to the list of parseable XML content types. Fixes #136
  • Added .patch() method.
  • Fix writing to output file. Closes #140
  • Added 'header' event to stream response, that includes both statusCode and headers.
  • Changed JSON.parse() to require() in needle.js, allowing needle to run with browserify.