Changes for version 0.000008 - 2018-09-11

  • Treat references with more care:
    • Recursively dereference any references.
    • For \0 and \1, convert into false and true.
    • For any other references, use the underlying data.
  • Allow passing blessed objects to JS and back; ignore the fact that they are blessed and treat them as data.
  • Improve tests.

Modules

Perl XS binding for the V8 Javascript embeddable engine