Hhvm Autoload Versions Save

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

v1.6.9

5 years ago

This release supports:

  • typed user attributes
  • disabled refinement via is_foo() functions

1.6.8

5 years ago

1.6.7

5 years ago

v1.6.6

5 years ago

v1.6.5

5 years ago

3.27 adds runtime warnings for call-time-pass-by-reference; as bin/hh-autoload includes pseudomain code, the typechecker wasn't able to find these preivously.

v1.6.4

5 years ago

This release fixes some type safety issues that are not permitted by hh_client in 3.27

v1.6.3

6 years ago
  • this release is available under the MIT license
  • include filenames in parse exceptions
  • handle empty files in HHVM 3.26.0

v1.6.2

6 years ago

This release supports all experimental features that will be in 3.25; this includes moving fallback handling caching from a destructor to register_shutdown_function().

v1.6.1

6 years ago

This release supports:

  • safe_array=true and safe_vector_array=true
  • enable_experimental_tc_features=no_fallback_in_namespaces (nightlies, expected in 3.25)

v1.6.0

6 years ago
  • remove support for definition-finder: this removes a circular dependency, and makes bootstrapping simpler. FactParse is now the only supported parser.
  • if no hh_autoload.php is present, generate a skeleton one instead of erroring out.