Skip to content

0.0.5

Latest
Compare
Choose a tag to compare
@allan-hx allan-hx released this 25 Mar 14:04
· 1 commit to dev since this release
  • JSString adds length indexOf lastIndexOf includes split concat
  • JSArray adds isArray join slice includes
  • JSFunction adds the off method to remove subscriptions.
  • Update the JSFunction subscription logic to fix the issue where callback functions cannot be called when passed from Dart to JavaScript.
  • Add a new JSRegExp object.