Skip to content

Release 1.10.48

Choose a tag to compare

@jlangch jlangch released this 22 Oct 10:11
· 4856 commits to master since this release

[1.10.48] - 2023-10-22

Added

  • 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)