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

Releases: hhvm/xhp-lib

v3.2.5 (legacy): support recent versions of HHVM

28 Mar 14:15
Compare
Choose a tag to compare

This release supports HHVM 4.154; we strongly recommend using xhp-lib v4 instead.

This is a release of the legacy branch of XHP, which does not support namespaces or xhp class syntax.

v4.1.1: support current nightly builds (4.136-dev)

18 Nov 19:01
Compare
Choose a tag to compare

This release supports current nightly builds of HHVM/Hack, and is expected to support HHVM 4.136.

It retains support for HHVM 4.102 and above.

v4.1.0: Support v4.129, require v4.102

05 Oct 16:09
Compare
Choose a tag to compare

This release fixes an incompatibility with v4.129, and increases the minimum version to v4.102, as the previous minimum version did not support the required syntax.

This release also enables compatibility with the enable_strict_string_concat_interp option

v4.0.4: support recent releases of HHVM

04 May 14:36
Compare
Choose a tag to compare

This release supports recent releases of HHVM, and is expected to support v4.108

This release continues to support 4.73 and above.

v4.0.3: support HHVM v4.97

18 Feb 21:03
7d2d31e
Compare
Choose a tag to compare

HHVM v4.97 added stricter typechecking for XHP, which caused Hack errors for any XHP elements with null children.

v3.2.4: support HHVM v4.97

18 Feb 21:04
e21656f
Compare
Choose a tag to compare

This release supports HHVM 4.97; we strongly recommend using xhp-lib v4 instead.

v4.0.2: support HHVM v4.88

18 Dec 22:17
Compare
Choose a tag to compare
Remove assert calls refine local instead of array index

v4.0.1: improved compatibility

18 Dec 22:09
Compare
Choose a tag to compare

This release supports HHVM 4.0.1 by removing the dependency on type-assert, and explicitly depending on the HSL

v3.2.3: Support recent HHVM versions

18 Dec 22:16
Compare
Choose a tag to compare

This release supports HHVM 4.88; we strongly recommend using xhp-lib v4 instead.

v3.2.2: support more recent versions of HHVM

21 Oct 20:37
010b1ad
Compare
Choose a tag to compare

This legacy release supports HHVM through 4.71. This release also works with HHVM 4.72 if settings are changed to unsupported values - XHP-Lib v4 is strongly recommended instead.