Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@cknitt cknitt released this 25 Jul 06:09
654aa4b

πŸ’₯ Breaking Change

  • Replace usages of %external by binding to globalThis. This is to support upcoming ReScript 12 versions. For older browsers, it may be necessary to polyfill globalThis.

πŸ› Bug Fix

  • Remove hardcoded require so it works in both common js and ES module modes. (#117)