This repository was archived by the owner on Sep 1, 2023. It is now read-only.
Releases: hhvm/type-assert
Releases · hhvm/type-assert
Support current nightlies (4.7-dev), require 4.1+
v3.4.0 only lint on release builds
Support current nightly builds of HHVM
This release has no functional changes.
Fix support for vec-like-arrays on HHVM 4
VecLikeArraySpec
uses methods on generators, and the behavior has changed in 4.0
Support HHVM 4.0
This release is identical to the previous release, however it has an updated dependency list.
Support HHVM/Hack 3.30
v3.2.6 Support 3.30
Support optional features in HHVM 3.29
This release supports typed user attributes and optional restrictions on the use of stringish and PHP-style type refinement
Make TypeAssert'ed shapes compatible with the `as` operator
as
currently requires that shapes are darray
s, not plain PHP arrays. This release changes TypeAssert to produce darrays for shapes.
Support HHVM 3.28
This release:
- supports HHVM 3.28
Support HHVM 3.26, looser dependencies, relicense
This release:
- is available under the MIT license
- supports HHVM 3.26
- supports HSL v3.26 and fbexpect v1.0 (in addition to earlier versions, for ease of updates)
Support additional typechecker restrictions
This release supports:
safe_array=true
andsafe_vector_array=true
enable_experimental_tc_features=no_fallback_in_namespaces
(nightlies, expected in 3.25)