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