Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@icasdri icasdri released this 05 Jan 03:17
· 2 commits to master since this release

This release makes several improvements to the primary calculations interface:

  • Errors in expression parsing or evaluation are now shown in the results output
  • Floating point numbers are now rounded to lesser precision for display in the results output (#2)
  • User-customized keyboard keys are no longer force-uppercased (due to a quirk in Android button text transformations)
  • The input field now accepts "debug mode" inputs that should facilitate the debugging of issues like #8

Behind the scenes:

  • We are now targetting newer SDK versions
  • All support libraries have been updated to the latest versions
  • math.js has been updated to the latest version
  • math.js retrieval code has been refactored to reduce unnecessary resource consumption during development/building