1.2.2
- Moved to Github Actions
- Using mystrod() in all cases instead of libc's strtod()
- Implemented
%g
and%.*g
printing instead of relying on libc - Removed
%f
from the supported format specifiers - More test cases added
%g
and %.*g
printing instead of relying on libc%f
from the supported format specifiers