Skip to content

Releases: niltonvasques/mathjs-android

Catch Duktape Exceptions

13 Sep 02:51

Choose a tag to compare

CHANGELOG

  • Catch duktape exceptions
  • Add code coverage
  • Remove thread utils
  • Add coverage badge

Replace webview by DukTape javascript native interpreter

21 Nov 02:14

Choose a tag to compare

CHANGELOG

  • Using a native lightweight javascript interpreter with DukTape lib
  • MathJS.eval() evaluate expressiosn synchronously.
  • Add MathJS.asyncEval() to evaluate expressions asynchronously.
  • Refactor tests and add more specs
  • Update readme with sync eval and more examples
  • Add conversion, determinants and complex numbers tests cases

Force evaluateJavascript on UI Thread

17 Nov 22:01

Choose a tag to compare

CHANGELOG

  • Force evaluateJavascript on UI Thread

Add destroy and javadoc

17 Nov 21:27

Choose a tag to compare

CHANGELOG

  • Add math.destroy() to deallocate webview resources used by library.
  • Add javadoc do public methods.
  • Rename tests classes

Initial release

17 Nov 18:05

Choose a tag to compare

CHANGELOG