Releases: gokulk16/type-to-calculate
Releases · gokulk16/type-to-calculate
Release 9.0
Release 8.0
Release 7.0
What's Changed
- Copy to clipboard functionalities by @gokulk16 in #11
- Click on the result to copy
- Ctrl+Click on the result to copy and paste
- Ctrl + Enter to copy the last result
Full Changelog: r-6.0...r-7.0
Release 6.0
-
Using mathjs instead of mexp as the underlying evaluation engine
Pros:- Adds more features like temperature, area, volume, and distance conversions inbuilt
- More support from the community
Cons:
- Increased package size to 1.2MB. Since loaded only once while installing the extension this is not an issue for now.
Release 5.2
Release 5.1
- setup home currency for a user based on the IP Address region
Release 5.0
- Supporting currency conversion like '1 usd to gbp' or '1 usd in gbp'
Release 4.1
- Adding webapack to use npm package
- Using the extension-cli to have the bundling
Release 4.0
- Allow variable assignment without spaces.
- Examples: data = 12, data=12, data =12, data= 12 all of these will work. Earlier, only data = 12 will be accepted as a variable
- bugfixes to accept x as a token in mexp
Release 3.1
What's Changed
- r-3 : using the recent version of math-expression-evaluator and using the addToken to support x as multiplcation token by @gokulk16 in #3
Full Changelog: r-3.0...r-3.1