Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 00:26
· 607 commits to main since this release
6dce0f2

0.12.0 (2020-06-15)

Bug Fixes

  • Fix version string in SDK dist files (#1336) (e5bfe15)
  • Prevent stack overflow in portable fromCharCodes/CodePoints (#1340) (6dce0f2)

Code Refactoring

  • Rename dtoa/itoa_stream to dtoa/itoa_buffered & simplify them (#1339) (0e398c4)

BREAKING CHANGES

  • The internal dtoa/itoa_stream helpers (unsafe Number#toString) in util/number have been renamed to dtoa/itoa_buffered, don't take a redundant offset argument anymore, and the underlying core implementation helpers are no longer exposed. Usage now is: dtoa_buffered(buffer + byteOffset, value)