The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension JavaScript-V8-CommonJS

0.09 2018-06-14T20:15:12Z

    - small fix (commented out Data::Printer)

0.08 2018-06-13T21:30:17Z

    - implemented nodejs-style module resolution
      - module.js
      - module.json
      - module/index.js
      - module/package.json

0.07 2018-05-25T10:58:00Z

    - fixed throw syntax on require.js

0.06 2018-05-18T20:52:49Z

    - require() can now load json files

0.05 2018-05-16T14:02:28Z

    - constructor now accepts v8_params hashref value

0.04 2018-05-14T17:54:58Z

    - fixed eval() first stack item line manipulation

0.03 2018-05-12T20:38:22Z

    - improved require() implementation to get correct stacktrace

0.02 2018-05-07T00:15:42Z

    - implemented partial stacktrace handling
      - compile exceptions are properly reported
      - runtime exceptions module files reported as <anonymous>

0.01 2018-05-05T23:32:49Z

    - first public version
      * all Modules/1.0 unit test passing