Skip to content

Releases: marconneves/TheMath

1.5.2

28 Nov 00:23
48b8066
Compare
Choose a tag to compare

What's Changed

  • fix 🐞: Update actions name by @themarkwill in #1
  • fix 🐞: Error in CLI by @themarkwill in #2
  • chore ✨: Update base of release by @themarkwill in #3
  • Deploy/cli by @themarkwill in #4
  • [Snyk] Security upgrade react-native from 0.64.2 to 0.65.0 by @snyk-bot in #5
  • [Snyk] Upgrade expo from 43.0.2 to 43.0.3 by @snyk-bot in #10
  • [Snyk] Upgrade: react, react-dom by @snyk-bot in #9
  • [Snyk] Upgrade react-native-web from 0.17.1 to 0.17.5 by @snyk-bot in #8
  • [Snyk] Upgrade react-native from 0.65.0 to 0.66.1 by @snyk-bot in #7
  • [Snyk] Upgrade the-math from 1.1.7 to 1.1.9 by @snyk-bot in #6
  • Feature/update the math core by @themarkwill in #16
  • fix 🐞: Update base of package and readme by @themarkwill in #17
  • Fix/lgtm alerts by @themarkwill in #18
  • Feature/chain operations by @themarkwill in #21
  • 26 create setting in done chain by @themarkwill in #28
  • feat ✨: Update test and base of github actions by @themarkwill in #29

New Contributors

Full Changelog: 1.1.9...1.5.2

@core - 1.3.2

15 Mar 01:15
c2716ce
Compare
Choose a tag to compare
@core-1.3.2

v1.3.2

@core - 1.2.3

27 Dec 13:05
d1eaa77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/MarconWillian/TheMath/compare/1.1.9...@core-1.2.3

@cli - 3.0.8

27 Dec 13:05
d1eaa77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/MarconWillian/TheMath/compare/1.1.9...@cli-3.0.8

@core - 1.1.9

22 Aug 14:59
Compare
Choose a tag to compare

Finish core.

  • Resolve Function - Set string with operation to resolve
TheMath.resolve('12+1*2*(2+5)');

@cli - 0.0.4-beta

22 Aug 15:06
Compare
Choose a tag to compare
@cli - 0.0.4-beta Pre-release
Pre-release

Install

npm install --global the-math

or

yarn global add the-math

CLI Beta functions.

Add

  • add: Add multiples number
tm add 12 88 -1 --verbose
  • --float, -f: Can use float numbers
tm add -f 12.1 88 -1.12 --verbose