diff --git a/package.xml b/package.xml index 4244a5a..87ccb19 100644 --- a/package.xml +++ b/package.xml @@ -117,6 +117,9 @@ First PHP 7 release + + + @@ -456,5 +459,42 @@ First PHP 7 release First PHP 7 release + + + 0.4.0 + 0.4.0 + + + stable + stable + + 2015-12-07 + The MIT License (MIT) + +- Improve -Wno-c++11-narrowing/-Wno-narrowing flag detection (clang/gcc5 support) +- Added ability to set properties on V8Function +- CommonJS modules now have access to V8Js' var_dump function +- V8JsScriptExtensions now reference the normalised module id (instead of just "require") +- fatal PHP errors triggered in setModuleLoader callback are now handled gracefully +- setModuleLoader callback is now allowed to return an empty string as source of module +- V8Js' internal module path normalisation may now be overrode using setModuleNormaliser + + + + + 0.4.1 + 0.4.1 + + + stable + stable + + 2016-01-08 + The MIT License (MIT) + +- Fix PHP.var_dump output on regexp objects (for consistency over all V8 versions) +- Fix "this" on V8Object method invocations + +