github bornova/numara-calculator v5.2.0

latest releases: v5.4.0, v5.3.2, v5.3.1...
2 months ago
  • BREAKING CHANGE: The way Formulajs is loaded into Numara has been changed due to conflict in function names, such as N (as reported in #69). Formulajs methods now need to be prefixed with xls..
    Old: SUM(1,2,3) // 6
    New: xls.SUM(1,2,3) // 6
  • Improved autocomplete hints.
  • Reload window after saving user defined functions and units. This immediately refreshes user functions and units rather than waiting for app restart.
  • Updated dependencies.

Don't miss a new numara-calculator release

NewReleases is sending notifications on new releases.