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

Releases: hhvm/type-assert

v1.0: better forward compatibility

04 Dec 19:10
4b6ccc8
Compare
Choose a tag to compare

This is largely equivalent to v0.2; the only major difference is that exceptions will now be thrown for TypeStructures with an unsupported kind. No hack errors will be reported.

A concrete example of this is dict, vec, and keyset are not yet supported outside of Facebook, but their presence in the enum in hhvm-nightly was raising a Hack error.

Support for TypeStructures

28 Sep 04:21
Compare
Choose a tag to compare
v0.2

document HHVM requirement

Support for basic types

28 Sep 02:03
Compare
Choose a tag to compare

Includes a variety of ::isFoo() methods; no TypeStructure support yet.