v1.5.0: Misc number fixes
- Add support for
json.Number
- Enable integer and float conversion of
time.Weekday
andtime.Month
values - Allow nil in ToFloat* (which gets it in line with the rest)
- Trim trailing zero decimals from string numbers, e.g.
10.0
before any int parsing. - Remove some test duplication
- Replace testify with quicktest