Skip to content

v1.5.0: Misc number fixes

Compare
Choose a tag to compare
@bep bep released this 11 May 13:59
· 26 commits to master since this release
  • Add support for json.Number
  • Enable integer and float conversion of time.Weekday and time.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