Xhp Lib Versions Save

Class libraries for XHP. XHP is a Hack feature that augments the syntax of the language such that XML document fragments become valid Hack expressions.

v3.2.5

2 years ago

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

2 years ago

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

2 years ago

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

3 years ago

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

This release continues to support 4.73 and above.

v3.2.4

3 years ago

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

v4.0.3

3 years ago

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

v4.0.2

3 years ago

v3.2.3

3 years ago

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

v4.0.1

3 years ago

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

v3.2.2

3 years ago

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.