Neon
·
6 commits
to master
since this release
This release loosens the hhvm requirement from ^4.102 to >=4.102.
Custom implementations of Element must declare:
-getChildren
-getDataAndAriaAttributes
-getDeclaredAttributes
as public. This was already the case at runtime, but the typechecker now also errors on this.