Skip to content

Releases: muktihari/expr

v1.1.3

02 Oct 06:32
2e52e37
Compare
Choose a tag to compare

boolean:

  • fix string comparison, refining code

float and int:

  • reduce cyclomatic complexity in funcs

v1.1.2

01 Oct 15:02
9477c33
Compare
Choose a tag to compare

boolean:

  • complexity is reduced for more readibility and maintainability.

v1.1.1

20 Sep 11:33
2b785c5
Compare
Choose a tag to compare

boolean/arithmetic: fix remainder/modulus operator

  • reason: mistype modulus operator, should be %, was /. test case added.

v1.1.0

20 Sep 10:34
c46c3b1
Compare
Choose a tag to compare

boolean:

  • arithmetic operation are now supported and calculated before comparing the values
  • float will be parse to float64 and int will be parse to int with at least 32 bits of size
  • operation between float and int will be treat as float64.

integer:

  • fix bitwise operation, now use base2 instead of base10
  • the base2 parsing operation will use int64

additional:

  • documentation is updated.
  • new test cases are added

v1.0.2

20 Sep 02:29
a69f4c3
Compare
Choose a tag to compare

Optimized icon.svg, reduce its set of instructions which affect reduce its size. Lightweight is our philosophy.

v1.0.1

19 Sep 18:04
7119941
Compare
Choose a tag to compare

Initial release

Experimental v0.0.1

18 Sep 13:58
Compare
Choose a tag to compare

Experimental release, candidate for initial release v1.0.1. If something were changed or added, it should have backward compatibility.