Skip to content

Releases: gokulk16/type-to-calculate

Release 9.0

06 Jun 10:50
f58f25e
Compare
Choose a tag to compare

Fix: Security vulnerability report fixes from SNYK

Release 8.0

28 Apr 10:25
5b32c92
Compare
Choose a tag to compare

Added Help page to understand the syntax, keyboard shortcuts and units and other references.

Screenshot 2024-04-28 at 3 55 26 PM

Release 7.0

26 Apr 11:47
4865516
Compare
Choose a tag to compare

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

24 Apr 11:43
2d501d8
Compare
Choose a tag to compare
  • 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

22 Apr 12:06
a38deca
Compare
Choose a tag to compare

Release 5.1

18 Apr 08:09
199eb63
Compare
Choose a tag to compare
  • setup home currency for a user based on the IP Address region

Release 5.0

17 Apr 12:03
0478c16
Compare
Choose a tag to compare
  • Supporting currency conversion like '1 usd to gbp' or '1 usd in gbp'

Release 4.1

16 Apr 14:56
8524516
Compare
Choose a tag to compare
  • Adding webapack to use npm package
  • Using the extension-cli to have the bundling

Release 4.0

05 Apr 11:38
8c409d7
Compare
Choose a tag to compare
  • 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

04 Apr 15:47
2d50111
Compare
Choose a tag to compare

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