Skip to content

Releases: tomas/needle

v3.2.0

17 Nov 02:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

07 Apr 14:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

07 Apr 14:55
Compare
Choose a tag to compare

What's Changed

  • Add support for application/vnd.api+json content types by @kfitzgerald in #362
  • underscore in nonce breaks the digest request by @ManjunathaN in #356
  • Removed usage of deprecated API by @adityapatadia in #348
  • treat xml and json mime types as text by @yetzt in #351
  • Replace all .pipe calls with stream module pipeline method by @alolis in #370
  • Fix dangling parenthesis by @cf12 in #319
  • misleading event in documentation by @JiPaix in #315
  • chore: README typo by @hyunjun529 in #345
  • Alternative stream error handling for older Nodes, without stream.pipeline by @tomas in #372
  • Emit 'done' event on writable streams Needle's response is being piped to by @tomas in #373

New Contributors

Full Changelog: v2.7.0...v3.0.0

v2.9.0

07 Apr 14:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.9.0

v2.8.0

07 Apr 14:58
Compare
Choose a tag to compare

What's Changed

  • Add support for application/vnd.api+json content types by @kfitzgerald in #362

Full Changelog: v2.7.0...v2.8.0

v2.7.0

07 Apr 14:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

07 Apr 14:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.6.0

v2.5.0

07 Apr 14:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.5.0

v2.4.0

07 Apr 14:57
Compare
Choose a tag to compare

Full Changelog: v2.3.1...v2.4.0

v2.3.0

07 Apr 14:57
Compare
Choose a tag to compare

What's Changed

  • Right way to fix the socket.destroy issue (Node v8.12.0) by @tomas in #263
  • Update README.md by @pavelloz in #267
  • switch from new Buffer() to Buffer.from() by @starpit in #259

New Contributors

Full Changelog: v2.2.2...v2.3.0