Releases: muktihari/expr
Releases · muktihari/expr
v1.1.3
v1.1.2
v1.1.1
v1.1.0
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
v1.0.1
Experimental v0.0.1
Experimental release, candidate for initial release v1.0.1. If something were changed or added, it should have backward compatibility.