Skip to content

Releases: fpereiro/hitit

1.2.8

05 Mar 10:24
Compare
Choose a tag to compare
  • Fix a bug that broke h.seq if the sequence passed to it was an empty array.
  • Update dependencies: dale 6.0.1 -> 6.0.2, teishi 5.0.2 -> 5.1.0.

1.2.7

05 Dec 19:42
Compare
Choose a tag to compare

Update dependencies: dale 4.3.3 -> 6.0.2, teishi 3.14.1 -> 5.0.2.

1.2.6

13 Jun 13:57
Compare
Choose a tag to compare
  • Bugfix: when an empty sequence is passed to h.seq, invoke the callback with an empty rdata as second argument instead of merely returning an array.
  • Upgrade teishi v3.13.2 -> v3.14.1

1.2.5

16 Apr 07:53
Compare
Choose a tag to compare
  • Bugfix: if headers is a function, pass the state to it and execute it, so that you can return an object based on the state.

1.2.4

04 Feb 23:16
Compare
Choose a tag to compare
  • Bugfix: if no body is passed, set the body to an empty string, instead of to the string "undefined". This avoids triggering a client error (ECONNRESET) when sending a GET request with no body.

1.2.3

09 Jan 19:01
Compare
Choose a tag to compare
  • Print time duration of test suite when printing the upcoming test.
  • Check that the input to h.stdmap is an array.
  • Fix a note on multipart usage in the readme.
  • Update dale to 4.3.3 and teishi to 3.13.2.

1.2.2

28 Sep 22:38
Compare
Choose a tag to compare
  • Fix bug when uploading empty fields or files in a multipart request (the request was never finished).
  • Upgrade teishi from 3.12.0 to 3.13.0.

1.2.1

28 Jun 07:29
Compare
Choose a tag to compare
  • Add raw parameter to return the buffer from the server response.

1.2.0

16 Mar 12:18
Compare
Choose a tag to compare
  • Allow '*' as a wildcard to accept any kind of HTTP response code.
  • If request sequence is an empty array or falsy, ignore it.
  • Upgrade dale & teishi.

1.1.0

27 Jun 13:27
Compare
Choose a tag to compare
  • Fix multipart file uploads.