0.13.0
💥 Breaking Change
- Replace usages of
%external
by binding toglobalThis
. This is to support upcoming ReScript 12 versions. For older browsers, it may be necessary to polyfillglobalThis
.
🐛 Bug Fix
- Remove hardcoded
require
so it works in both common js and ES module modes. (#117)