0.000007    2018-09-10
            * Bring back dispatch_function_in_event_loop() to have an easy
              migration path from this to eval(); we will remove it soon.
            * Make stacktraces more similar between Duktape and V8.

0.000006    2018-08-28
            * Convert JS booleans into JSON::PP::Boolean objects.
              This allows us to roundtrip, especially for cases such as
              reading a JSON file in JS (which will likely use booleans)
              and passing that to / from Perl.
            * Get rid of dispatch_function_in_event_loop().  It is
              actually better that calling eval() always tries to
              dispatch any pending timers after running the requested code.
            * Fixed wrong references to Duktape.

0.000005    2018-07-27
            * Add support for removing objects / slots.

0.000004    2018-07-11
            * Add method reset() to reset the VM to pristine conditions.
            * Add method global_objects().
            * Add a comment regarding external dependencies.
            * Improve perldoc.

0.000003    2018-07-10
            * Code that display source for errors now is similar to Duktape's.
            * Clean up and expand perldoc.

0.000002    2018-07-04
            * First public release.

0.000001    2018-06-13
            * Initial commit.