2.6.7
- 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
towriteValue()
on an integer or unsigned integer type will correctly throw an error, rather than rounding down to the nearest integer