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

Releases: hhvm/definition-finder

2.13.0: support HHVM 4.29+

29 Oct 20:02
Compare
Choose a tag to compare

Removes all support for &$references, which were removed from the Hack language in HHVM 4.29.

2.12.6: support fbexpect 2.6.1+

24 Oct 18:17
Compare
Choose a tag to compare
v2.12.6

support fbexpect 2.6.1+

2.12.5: bugfix release

07 Oct 18:31
Compare
Choose a tag to compare
v2.12.5

fix issue revealed by HHAST update

2.12.4: fix for function typehints with variadic argument

09 Sep 21:31
8c95f87
Compare
Choose a tag to compare
v2.12.4

support lambda typehints with a variadic argument (#26)

2.12.3: improve ScannedTypehint::getTypeText() formatting

09 Sep 20:00
1710a83
Compare
Choose a tag to compare
improve getTypeText() formatting (#25)

Previously we'd just dump the "AST without trivia", so there are no spaces between anything.

This adds spaces where people (and hackfmt) normally put them.

2.12.2: namespace fixes & cleanups

09 Sep 18:32
100d35c
Compare
Choose a tag to compare
add fancy arguments to getTypeText() (#24)

This replicates the functionality from hh-apidoc, but actually does it correctly.

I'm moving that logic here because otherwise it would be much harder/more confusing to correctly apply the rules at all levels of recursion.

2.12.1: support HHVM 4.20+

27 Aug 03:11
Compare
Choose a tag to compare

This release adds HH_FIXMEs required by HHVM 4.20+.

support and require HHVM/HHAST 4.15

24 Jul 21:11
Compare
Choose a tag to compare

use OldAttributeSpecification instead of AttributeSpecification

2.11.1: support current nightlies (4.15-dev)

22 Jul 14:51
Compare
Choose a tag to compare
v2.11.1

Remove instanceof and top-level requires

2.11: support and require HHAST 4.14 or above

17 Jul 16:12
Compare
Choose a tag to compare