- Experimental: new function definite integration
Definite integration may be executed in
atom-mathwith the usage of this awesome package from scijs. This feature is still unstable, so it does not behave as expected when provided evaluation points are floating point. Please refer to this issue to get some examples of how the malfunction can manifest.
- 🎨 General code refactoring
- 🐛 Core commands are now evaluated also with head whitespaces
- ✅ New test case added for core commands evaluation
- ⬆️
mathjsversion updated
- 🐎 Modules are lazily imported, so loading and activation times are significantly reduced
- New core commands:
clipHistoryto copy history into clipboard,helpto print the full command list with description - General code refactoring and improvement
- New feature for adding inner commands
functionListandclearHistorycommands added- Code restyles
- Minor bug fixes
- Commands are now added to disposables, so they're disposed when the package is deactivated
- CI added to the project
- Code minor restyles
- Functions evaluation added
- Activation command removed (package is now automatically activated)
- Command history added
- General code refactoring
- Simple expression evaluation included
- Wrong syntax alert included