0.5.2
- Ensure PHP private properties aren't writable.
- Implement
__toString
magic method on wrapped JavaScript objects. - Include stack trace when JavaScript exceptions are thrown into PHP.
- Implement wrapping of PHP arrays and objects implementing
ArrayAccess
andCountable
. - Add
Js\ByRef
to allow arrays to be passed by reference to JavaScript functions. - Add binaries for node 5.0.0.