5.3.0
CHANGES:
Features/Changes
- Misc: Bump magic number for ocaml 5.1
- Misc: changes to stay compatible with the next version of ppx_expect
- Runtime: support conversion of Uint8ClampedArray typed arrays to bigarrays (#1472)
Bug fixes
- Compiler: fix location for parsing errors when last token is a virtual semicolon
- Compiler: fix variable renaming with nested const/let decl with identical names
- Compiler: fix variable renaming inside js method
- Compiler: consise body should allow any expression but object literals
- Compiler: preserve [new] without arguments [new C] (vs [new C()]
- Compiler: remove invalid rewriting of js (#1471, #1469)
- Runtime: fix int32 values returned from bigarrays when wrapping Uint32Array objects (#1472)