Skip to content

v1.2.0

Choose a tag to compare

@rot1024 rot1024 released this 15 Sep 15:18
· 32 commits to main since this release
  • Remove default export (use import { Arena } from "..." instead)
  • Rename send (one of exported functions) to json
  • Support "json" as values that can be set with isMarshalable (JSON marshaling mode)
  • Change default isMarshalable value (marshaling mode) to JSON mode
  • evalCode now returns unwrapped objects
  • Add support for exposing functions that return objects (#2)
  • Fix possible minor errors
  • Update dependencies