Skip to content

Releases: tomas/needle

v2.2.0

07 Apr 14:57
Compare
Choose a tag to compare

What's Changed

  • Include sax parser as a dependency and use our own simple parser instead of xml2js by @tomas in #236

Full Changelog: v2.1.2...v2.2.0

v2.1.0

07 Apr 14:57
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.1.0

v2.0.1

07 Apr 14:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v2.0.1

v1.6.0

07 Apr 14:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.6.0

v1.5.1

23 Aug 03:39
Compare
Choose a tag to compare
  • Ensure Accept header is respected when set, even if is true. For #205
  • Updated documentation, mainly event cycle.

v1.5.0

23 Aug 03:37
Compare
Choose a tag to compare

Added stream_length option. If a stream is passed and its value is 0, detect the stream's length via stat and set it as 'Content-Length' header. If higher than 0, set is as the 'Content-Length' header directly.

v1.4.6

23 Aug 03:28
Compare
Choose a tag to compare
  • Handle malformed cookies gracefully. Fixes #203

v1.4.5

23 Aug 03:27
Compare
Choose a tag to compare

Version bump.

v1.4.4

23 Aug 03:27
Compare
Choose a tag to compare
  • Enable Z_SYNC_FLUSH to avoid zlib errors on truncated responses. Fixes #202

v1.4.3

23 Aug 03:26
Compare
Choose a tag to compare
  • Emit a 'response' event on response.
  • Fix resp.body buffer when output file is requested
  • Improved method for detecting whether to send JSON or not. Fix for #130.