Skip to content

Releases: fpereiro/hitit

1.0.0

04 Jun 15:01
Compare
Choose a tag to compare
  • Add documentation.
  • Allow state to be a default of any of the keys in options.
  • Validate the resolved outputs of options (or state, if applicable).
  • Fix validation errors.
  • Allow cb to be undefined in h.one. In this case, teishi.l is used as the default cb.
  • Fix a bug where the state.headers was modified from one request to the other.
  • Automatically prepend path with a slash if it's not present.
  • Cleanup & improve rdata: request now contains the entire request, time contains start & end times.
  • Add timeout.
  • Allow h.seq to work with undefined tags.

0.3.0

14 May 21:49
Compare
Choose a tag to compare
  • Add support for multipart/form-data; work in progress, binary files are not working properly.

0.2.1

27 Feb 16:11
Compare
Choose a tag to compare
  • Allow passing https and rejectUnauthorized flags from state.
  • Bump dependencies.

0.1.0

10 Jan 09:03
Compare
Choose a tag to compare

Initial version