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

Tags: hhvm/hack-router

Tags

v0.19.9

Toggle v0.19.9's commit message

Unverified

The committer email address is not verified.
final private -> private

v0.19.8

Toggle v0.19.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hhvm 4.88 (#24)

* Replace travis with github actions

* Remove calls to assert

* Remove travis config

* Test on hhvm 4.62

* Execution permissions

v0.19.7

Toggle v0.19.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jjergus Ján
array -> varray typehint

v0.19.6

Toggle v0.19.6's commit message

Unverified

The committer email address is not verified.
Update permitted dependencies

This allows the newer hsl-experimental.

refs #22

v0.19.5

Toggle v0.19.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add MethodNotAllowedException::getAllowedMethods() (#13)

v0.19.4

Toggle v0.19.4's commit message
Support `disallow_array_literal` (#17)

* Support `disallow_array_literal`

* Enable strict options that introduce test failures

* Require HHVM 4.25 for HHI support of array_literal

* Test on composer.json version of hhvm

v0.19.3

Toggle v0.19.3's commit message
require HHVM 4.18+

v0.19.2

Toggle v0.19.2's commit message
add missing apc_fetch() argument

v0.19.1

Toggle v0.19.1's commit message

Unverified

The committer email address is not verified.
instanceof -> is_a

v0.19.0

Toggle v0.19.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add type hints to lambda parameters.

Summary: required for .hhconfig disallow_ambiguous_lambda.

Signed-off-by: Arthur Loiret <arthur.loiret@emerton-data.com>