|
39 | 39 | - Remove `rescript convert` subcommand. https://github.com/rescript-lang/rescript-compiler/pull/6860
|
40 | 40 | - Remove support for `@bs.send.pipe`. This also removes all functions in `Js_typed_array` that rely on `@bs.send.pipe`. https://github.com/rescript-lang/rescript-compiler/pull/6858 https://github.com/rescript-lang/rescript-compiler/pull/6891
|
41 | 41 | - Remove deprecated `Js.Vector` and `Js.List`. https://github.com/rescript-lang/rescript-compiler/pull/6900
|
| 42 | +- Remove support for `%time` extension. https://github.com/rescript-lang/rescript-compiler/pull/6924 |
42 | 43 |
|
43 | 44 | #### :bug: Bug Fix
|
44 | 45 |
|
|
55 | 56 | - Convert OCaml codebase to snake case style. https://github.com/rescript-lang/rescript-compiler/pull/6702
|
56 | 57 | - Fix `-nostdlib` internal compiler option. https://github.com/rescript-lang/rescript-compiler/pull/6824
|
57 | 58 | - Remove a number of ast nodes never populated by the .res parser, and resulting dead code. https://github.com/rescript-lang/rescript-compiler/pull/6830
|
58 |
| -- Remove coercion with 2 types from internal representation. Coercion `e : t1 :> t2` was only supported in `.ml` syntax and never by the `.res` parser. https://github.com/rescript-lang/rescript-compiler/pull/6829 |
| 59 | +- Remove coercion with 2 types from internal representation. Coercion `e : t1 :> t2` was only supported in `.ml` syntax and never by the `.res` parser. https://github.com/rescript-lang/rescript-compiler/pull/6829 |
59 | 60 | - Convert `caml_format` and `js_math` to `.res`. https://github.com/rescript-lang/rescript-compiler/pull/6834
|
60 | 61 | - Convert `js.ml` files to `.res`. https://github.com/rescript-lang/rescript-compiler/pull/6835
|
61 | 62 | - Remove old `.ml` tests. https://github.com/rescript-lang/rescript-compiler/pull/6847
|
|
91 | 92 | #### :bug: Bug Fix
|
92 | 93 |
|
93 | 94 | - Fix tag function location on compiler error. https://github.com/rescript-lang/rescript-compiler/pull/6816
|
94 |
| -- Fix Deno compatibility issues on Windows. https://github.com/rescript-lang/rescript-compiler/pull/6850 |
| 95 | +- Fix Deno compatibility issues on Windows. https://github.com/rescript-lang/rescript-compiler/pull/6850 |
95 | 96 | - Fix issue with infinite loops with type errors on recursive types. https://github.com/rescript-lang/rescript-compiler/pull/6867
|
96 | 97 | - Ignore `@uncurry` attribute in uncurried mode, to avoid generating calls to `Curry` at runtime. https://github.com/rescript-lang/rescript-compiler/pull/6869
|
97 | 98 | - Avoid generating calls to Curry when adjusting arity of uncurried functions. https://github.com/rescript-lang/rescript-compiler/pull/6870
|
|
130 | 131 | #### :bug: Bug Fix
|
131 | 132 |
|
132 | 133 | - Fix issue of incorrect switch cases with identical bodies when mixing object and array. https://github.com/rescript-lang/rescript-compiler/pull/6792
|
133 |
| -- Fix formatter eats comments on the first argument of a uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6763 |
| 134 | +- Fix formatter eats comments on the first argument of a uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6763 |
134 | 135 | - Fix formatter removes parens in pipe operator with anonymous uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6766
|
135 | 136 |
|
136 | 137 | # 11.1.0
|
|
162 | 163 |
|
163 | 164 | #### :bug: Bug Fix
|
164 | 165 |
|
165 |
| -- Fix variance setting for builtin `dict` type. Fixes issues around inference. https://github.com/rescript-lang/rescript-compiler/pull/6707 |
| 166 | +- Fix variance setting for builtin `dict` type. Fixes issues around inference. https://github.com/rescript-lang/rescript-compiler/pull/6707 |
166 | 167 |
|
167 | 168 | # 11.1.0-rc.6
|
168 | 169 |
|
|
0 commit comments