Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Tags: usox/hackttp

Tags

v0.5.4

Toggle v0.5.4's commit message
Prepare for the removal of HH\Lib\Path

v0.5.3

Toggle v0.5.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix compatibility with 4.93 and HSL IO v0.3

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
compatibility updates (#32)

* Permit HSL IO v0.2

* Add FIXME whitelists

* actually only require HSL IO v0.2

* API changes for HSL IO v0.2

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Permit type-assert v4 (#31)

Co-authored-by: Daniel Jakob <github@usox.org>

v0.5.0

Toggle v0.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Support (and require) hsl-experimental 4.52

Upstream changes:
- blocking functions renamed
- readAsync/writeAsync no longer deal with the whole thing

Other changes made here:

- do a chunked copy instead of using readAll/writeAll to reduce peak
  memory
- that means we're making multiple calls with different return values,
  which I don't see how to mock. Use a pipe handle instead of a
  mock in the unit test.

v0.4.0

Toggle v0.4.0's commit message
support (and require) hsl-experimental v4.50

0.3.5

Toggle 0.3.5's commit message
fix renamed IO interface

v0.3.5

Toggle v0.3.5's commit message
fix renamed IO interface

v0.3.4

Toggle v0.3.4's commit message
Apply stricter typchecker options.

Depends on updated hackmock.

0.3.3

Toggle 0.3.3's commit message
support HSL 4.25+