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
improvements to simplify the time function's support for ISO formats
support for full decimal number range with JSON read/write. Reading and writing
of decimals like 99999999999999999999999999999999999999999999999999.3333333333333333M
in its full precision is now possible. This feature must be activated explicitly
because its not part of the JSON standard.
(Note: the JSON standard itself is limited to the double floating-point number
range and precision)