Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 400 Bytes

CHANGELOG.md

File metadata and controls

15 lines (14 loc) · 400 Bytes

1.0.0

  • Add build script and sources.
  • Implement eval of engine.
  • Support console.log.
  • Support module importing.
  • Support bridge calling.
  • Add setTimeout implementation.
  • Support multiple engine instances.
  • Support isolate communication.
  • Fix stackover flow error.
  • Fix parallel request error.
  • Support notify callback in Dart side.
  • Fix event sequence issue.
  • Fix stream issue.