Skip to content

2.6.7

Compare
Choose a tag to compare
@calebsander calebsander released this 08 Aug 01:21
· 199 commits to master since this release
  • Integer, unsigned integer, and floating-point types can now be passed strings in writeValue(). The string will be coerced into a number and an error will be thrown if the string is invalid.
  • Passing floating-point numbers, e.g. 3.14 to writeValue() on an integer or unsigned integer type will correctly throw an error, rather than rounding down to the nearest integer