Releases: fpereiro/hitit
Releases · fpereiro/hitit
1.2.8
- 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
Update dependencies: dale
4.3.3 -> 6.0.2, teishi
3.14.1 -> 5.0.2.
1.2.6
- 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
- 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
- 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
- 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
- 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
- Add
raw
parameter to return the buffer from the server response.
1.2.0
- 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
- Fix multipart file uploads.