The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.000039    2018-04-12
            * Add support for gathering and returning stats for JS compilation
              and running (both time and memory usage).

0.000038    2018-04-10
            * Add support for JS console.

0.000037    2018-04-10
            * Split JS code compilation and running.
            * Add some performance stats, retrievable with get_stats().

0.000036    2018-04-04
            * Add a native function timestamp_ms() callable from JS.
            * Add some more tests.

0.000035    2018-03-30
            * Test timeouts firing in the correct order.
            * Fix dependencies for testing.

0.000034    2018-03-29
            * Add method dispatch_function_in_event_loop to call a function
              inside an actual event loop; this makes setTimeout actually work.

0.000033    2018-03-28
            * Switch to an almost pure C-based implementation of setInterval.

0.000032    2018-03-26
            * Avoid floating point values in tests that would cause rounding
              errors.

0.000031    2018-03-23
            * Restrict to Perl 5.18 and above, to avoid CPAN testing failures.

0.000030    2018-03-22
            * Initial release.