You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- adds a `JsValue::Date` variant that can be (de)serialized to/from a JS `Date`
49
49
-`bigint`: _(default enabled)._ arbitrary precision integer support via [num-bigint](https://github.com/rust-num/num-bigint)
50
+
-`truncate-float-to-int`: _(default disabled)._ when enabled, float values will be truncated to integers when converting to integer types. When disabled, only float with zero fractional part will be converted to integer types, otherwise an error will be returned.
0 commit comments