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

Releases: hhvm/hhast

4.78.2: support HHVM 4.80-dev

14 Oct 23:23
843dca1
Compare
Choose a tag to compare

Support current nightly builds (HHVM 4.80-dev).
Does not break backwards compatibility, HHVM 4.78+ is still supported.

4.78.1: support newer schema

07 Oct 19:31
Compare
Choose a tag to compare
v4.78.1

schema update - manual changes

4.78.0: support and require HHVM 4.78

05 Oct 23:25
3517a35
Compare
Choose a tag to compare

Support current nightly builds (HHVM 4.78-dev).
Not backwards compatible with any previous HHVM versions.

4.72.4: support HHVM 4.76+

21 Sep 21:35
21360cb
Compare
Choose a tag to compare

Support HHVM 4.76 and newer.
Does not break backwards compatibility, HHVM 4.72+ is still supported.

4.72.3: support HHVM 4.75-dev

11 Sep 18:09
56fe9e9
Compare
Choose a tag to compare

Support current nightly builds (HHVM 4.75-dev).
Does not break backwards compatibility, HHVM 4.72+ is still supported.

4.72.2: support HHVM 4.74

09 Sep 20:51
1efa83d
Compare
Choose a tag to compare

HHVM 4.72+ is still supported.

Minor changes in HHAST API that may require changes in dependent projects:

  • new constructor argument in FunctionDeclarationHeader
  • changed types in MethodishTraitResolution

4.72.1: support HHVM 4.74-dev

03 Sep 19:57
13e7450
Compare
Choose a tag to compare

Fix for more strict generic type checks in the most recent HHVM nightly builds (HHVM 4.74-dev).

4.72.0: support and require HHVM 4.72

25 Aug 20:52
bfce62e
Compare
Choose a tag to compare

Not backwards compatible with HHVM 4.71 or earlier. Also removes:

  • NoPHPArrayLiteralsLinter
    • no longer needed as array literals are now a parser error
  • --php-arrays (array literals) migration
    • use HHAST 4.33.6 to 4.41.2 for this migration
    • available up to HHAST 4.64 with support for array(...) but not [...] literals
  • --php-array-typehints-soft migration
  • --php-array-typehints-hard migration
  • --php-array-typehints-best-guess migration
    • use HHAST 4.64.4 to 4.64.6 for these three migrations

4.64.6: xhp-lib v3 to v4 migration

17 Aug 22:31
42241db
Compare
Choose a tag to compare
  • new migration --xhp-lib-v3-to-v4 migrates all class/function names that were changed in xhp-lib v4, adds necessary use clauses (including HTML tags, all of which were moved into a namespace)
  • adds support for HHVM 4.71 and current nightly builds (does not break backwards compatibility)

4.64.5: fix UnusedUseClauseLinter with XHP namespaces

05 Aug 00:12
c3a9584
Compare
Choose a tag to compare
v4.64.5

fix UnusedUseClauseLinter with XHP namespaces (#316)