Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Releases: hhvm/hh-clilib

v2.6.0: require HSL-IO v0.3

14 Dec 21:29
Compare
Choose a tag to compare
Use not-yet-released version of HSL IO

2.5.2: support HHVM 4.76+

21 Sep 20:47
17b7cef
Compare
Choose a tag to compare
v2.5.2

replace $GLOBALS with \HH\global_get()

2.5.1: slightly looser constraints on HSL-IO version

07 Jul 20:36
Compare
Choose a tag to compare

This release permits any 0.2.z release of HSL-IO, not just 0.2.0

v2.5.0: Support HSL-IO v0.2 (hsl-experimental v4.58)

02 Jul 16:13
75ac608
Compare
Choose a tag to compare

This release removes the TestLib\StringInput and StringOutput classes; their API was incompatible with HSL-IO v0.2, and a similar IO\MemoryHandle class is now included.

IO\MemoryHandle should be used in simple cases, and IO\pipe() in more complex cases.

v2.5.0rc1: Support HSL-IO v0.2.0

30 Jun 22:59
75ac608
Compare
Choose a tag to compare
Pre-release

This release:

  • requires HHVM 4.60 or above
  • requires hsl-experimental 4.58, which indlues HSL-IO v0.2.0
  • removes TestLib\StringInput and TestLib\StringOutput - use IO\MemoryHandle or IO\pipe() instead

2.4.2: permit type-assert v4

21 May 15:53
Compare
Choose a tag to compare
v2.4.2

permit type-assert v4

v2.4.1: require hsl-io v0.1.0

19 May 21:29
Compare
Choose a tag to compare

This release should allow any future hsl-experimental release, as long as the HSL IO APIs are not changed.

2.4.0: support and require HHVM + hsl-experimental >= 4.52

05 May 20:22
Compare
Choose a tag to compare
v2.4.0

Require hsl-experimental 4.52

v2.3.5: Support hsl-experimental < 4.52

05 May 20:17
Compare
Choose a tag to compare

This release:

  • removes support for hsl-experimental v4.52
  • restores support for older versions

v2.4.0 will be released shortly, restoring support for v4.52 but dropping support for earlier versions.

2.3.4: Increased hsl-experimental compatibility

04 May 22:40
Compare
Choose a tag to compare
v2.3.4

Fix incaomptible return type for writeAsync in hsl-experimental master