Back to Tinymce

11.0.0

.changes/katamari/11.0.0.md

8.5.0687 B
Original Source

11.0.0 - 2026-03-27

Added

  • Added a new random API to the Num module to generate a random number between 0 and 1. #TINY-10946
  • Added new Type.isPromiseLike API to check if a function has a promise like shape. #TINY-11083
  • New HashSet and HashMap APIs. #TINY-13479
  • Async support to the Fun module via constantAsync, identityAsync, neverAsync and alwaysAsync functions. #TINY-12729

Improved

  • Split FunTest tests into separate it blocks. #TINY-7494

Changed

  • Obj.isEmpty was converted to an assertion function for stronger type narrowing. #TINY-11377
  • Translation helpers now normalize replacements using the ellipsis character. #TINY-12155