Hhvm Autoload Versions Save

Autoload classes, functions, enums, constants, and typedefs on HHVM

v3.3.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hhvm/hhvm-autoload/compare/v3.2.1...v3.3.2

v3.2.2

2 years ago

This is a maintenance release primarily aimed for uses of 4.102 LTS

v3.3.1

2 years ago

This release:

  • adapts to changes in how composer 2.2 handles vendor/bin/
  • supports nightly builds of HHVM
  • is expected to support HHVM 4.143

v3.3.0

2 years ago

This release supports using HHVM's built-in autoloader in repo-authoritative mode or when using ext_facts(). You can enable this mode by adding "useFactsIfAvailable": true to hh_autoload.json.

In this mode, the Facebook\AutoloadMap\initialize() does not need to be called, and the other APIs pass through to ext_facts. --no-facts can be passed to vendor/bin/hh-autoload to disable this behavior (ignoring the configuration option), and we recommend this when building for repo-authoritative mode when the definitions will change.

When using this mode, other configuration options will be ignored.

This release requires HHVM 4.109 or above.

v3.2.0

3 years ago

This release:

  • adds support for current nightly builds of HHVM and is expected to support 4.88
  • requires 4.67 or newer

v3.1.6

3 years ago

v2.0.14

3 years ago

Backports Composer 2.0 support into the 2.0.x branch of hhvm-autoload.

This release should only be used by projects that can't use hhvm-autoload v3.x. Otherwise, use the latest hhvm-autoload release instead (currently v3.1.5).

v3.1.5

3 years ago

Preserves compatibility with Composer 1.x

v3.1.4

3 years ago

v3.1.3

3 years ago
  • replace all is_array() calls