|
1 | 1 | # dev |
2 | 2 |
|
3 | 3 | ## Features/Changes |
4 | | -* Runtime: use es6 class (#1840) |
5 | 4 | * Compiler: use a Wasm text files preprocessor (#1822) |
6 | 5 | * Compiler: support for OCaml 4.14.3+trunk (#1844) |
| 6 | +* Runtime: use es6 class (#1840) |
7 | 7 | * Runtime: support more Unix functions (#1829) |
8 | 8 | * Runtime: remove polyfill for Map to simplify MlObjectTable implementation (#1846) |
9 | 9 | * Runtime: refactor caml_xmlhttprequest_create implementation (#1846) |
10 | 10 | * Runtime: update constant imports to use `node:fs` module (#1850) |
11 | 11 | * Runtime: make Obj.dup work with floats and boxed numbers (#1871) |
12 | | -* Lib: make the Wasm version of Json.output work with native ints and JavaScript objects (#1872) |
13 | | -* Runtime: implement BLAKE2b primitives for Wasm (#1873) |
14 | 12 | * Runtime: delete BigStringReader, one should use UInt8ArrayReader instead |
15 | | -* Runtime/wasm: support jsoo_env and keep track of backtrace status (#1881) |
16 | 13 | * Runtime: less conversion during un-marshalling (#1889) |
17 | | -* Compiler: improve performance of Javascript linking |
| 14 | +* Runtime/wasm: implement BLAKE2b primitives for Wasm (#1873) |
| 15 | +* Runtime/wasm: support jsoo_env and keep track of backtrace status (#1881) |
18 | 16 | * Runtime/wasm: support unmarshaling compressed data (#1898) |
| 17 | +* Runtime/wasm: make resuming a continuation more efficient in Wasm (#1892) |
| 18 | +* Compiler: improve performance of Javascript linking |
19 | 19 | * Ppx: explicitly disallow polymorphic method (#1897) |
20 | 20 | * Ppx: allow "function" in object literals (#1897) |
| 21 | +* Lib: make the Wasm version of Json.output work with native ints and JavaScript objects (#1872) |
21 | 22 |
|
22 | 23 | ## Bug fixes |
23 | | -* Runtime: fix path normalization (#1848) |
24 | | -* Runtime: fix reading from the pseudo-filesystem (#1859) |
25 | | -* Runtime: fix initialization of standard streams under Windows (#1849) |
26 | 24 | * Compiler: fix stack overflow issues with double translation (#1869) |
27 | 25 | * Compiler: minifier fix (#1867) |
28 | 26 | * Compiler: fix assert failure with double translation (#1870) |
| 27 | +* Compiler: fix path rewriting of Wasm source maps (#1882) |
| 28 | +* Compiler/wasm: fix bound check for empty float array (#1904) |
29 | 29 | * Lib: fix Dom_html.Keyboard_code.of_event (#1878) |
| 30 | +* Runtime: fix path normalization (#1848) |
| 31 | +* Runtime: fix reading from the pseudo-filesystem (#1859) |
| 32 | +* Runtime: fix initialization of standard streams under Windows (#1849) |
30 | 33 | * Runtime: fix Int64.of_string overflow check (#1874) |
31 | 34 | * Runtime: fix caml_string_concat when not using JS strings (#1874) |
32 | | -* Compiler: fix path rewriting of Wasm source maps (#1882) |
33 | 35 | * Tools: fix jsoo_mktop and jsoo_mkcmis (#1877) |
34 | | -* Compiler/wasm: fix bound check for empty float array (#1904) |
35 | 36 |
|
36 | 37 | # 6.0.1 (2025-02-07) - Lille |
37 | 38 |
|
|
0 commit comments