- Add support for
int8,
int16, and
real128` - Add support for arrays
- Remove
assert_positive
andassert_negative
(redundant with greater/less than) - Improved formatting of test outputs
- Made code more concise
- Fix automatic test running and code coverage
int8,
int16, and
real128`assert_positive
and assert_negative
(redundant with greater/less than)