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

Releases: hhvm/hhvm-autoload

Support for ext-factparse

17 Feb 06:05
39ecfe6
Compare
Choose a tag to compare

The factparse extension is new in HHVM 3.18. It's built on HHVM's own parser, so should be faster and more compatible than definition-finder.

For this release, it's opt-in: add "parser": "ext-factparse" to your hh_autoload.json to try it. It'll hopefully be the default in future releases when available.

Fix composer plugin

15 Feb 04:05
20ddeb7
Compare
Choose a tag to compare
v1.2.1

fix sed error

Support hh_autoload.php in dependencies

15 Feb 01:22
50dc766
Compare
Choose a tag to compare

This allows your dependencies to have a separate configuration for hhvm-autoload compared to composer. This is useful if you use 'files' for conditional includes in composer, eg https://github.com/hhvm/definition-finder/blob/master/autoload_files.php