|
17 | 17 | - Allow `@directive` on functions for emitting function level directive code (`let serverAction = @directive("'use server'") (~name) => {...}`). https://github.com/rescript-lang/rescript-compiler/pull/6756
|
18 | 18 | - Add `rewatch` to the npm package as an alternative build tool. https://github.com/rescript-lang/rescript-compiler/pull/6762
|
19 | 19 | - Throws an instance of JavaScript's `new Error()` and adds the extension payload for `cause` option. https://github.com/rescript-lang/rescript-compiler/pull/6611
|
20 |
| -- Support Windows 11 ARM (using the x64 binaries in emulation). https://github.com/rescript-lang/rescript-compiler/pull/6813 |
21 | 20 |
|
22 | 21 | #### :boom: Breaking Change
|
23 | 22 |
|
|
31 | 30 | #### :bug: Bug Fix
|
32 | 31 |
|
33 | 32 | - Fix tag function location on compiler error. https://github.com/rescript-lang/rescript-compiler/pull/6816
|
34 |
| -- Fix encoding inside tagged template literals. https://github.com/rescript-lang/rescript-compiler/pull/6810 |
35 | 33 | - Fix unhandled cases for exotic idents (allow to use exotic PascalCased identifiers for types). https://github.com/rescript-lang/rescript-compiler/pull/6777
|
36 |
| -- PPX v4: mark props type in externals as `@live` to avoid dead code warnings for prop fields in the editor tooling. https://github.com/rescript-lang/rescript-compiler/pull/6796 |
37 | 34 | - Fix unused attribute check for `@as`. https://github.com/rescript-lang/rescript-compiler/pull/6795
|
38 | 35 | - Reactivate unused attribute check for `@int`. https://github.com/rescript-lang/rescript-compiler/pull/6802
|
39 |
| -- Fix issue where optional labels were not taken into account when disambiguating record value construction. https://github.com/rescript-lang/rescript-compiler/pull/6798 |
40 |
| -- Fix issue in gentype when type `Jsx.element` surfaces to the user. https://github.com/rescript-lang/rescript-compiler/pull/6808 |
41 |
| -- Fix inclusion check (impl vs interface) for untagged variants, and fix the outcome printer to show tags. https://github.com/rescript-lang/rescript-compiler/pull/6669 |
42 |
| -- Fix issue where capitalised type variables were only allowed in certain positions. https://github.com/rescript-lang/rescript-compiler/pull/6820 |
43 | 36 |
|
44 | 37 | #### :house: Internal
|
45 | 38 |
|
46 | 39 | - Build with OCaml 5.2.0. https://github.com/rescript-lang/rescript-compiler/pull/6797
|
47 | 40 | - Convert OCaml codebase to snake case style. https://github.com/rescript-lang/rescript-compiler/pull/6702
|
48 |
| -- Fix location of let bindings with attributes. https://github.com/rescript-lang/rescript-compiler/pull/6791 |
49 | 41 | - Refactor uppercase exotic ident handling. https://github.com/rescript-lang/rescript-compiler/pull/6779
|
50 | 42 | - Fix `-nostdlib` internal compiler option. https://github.com/rescript-lang/rescript-compiler/pull/6824
|
51 | 43 |
|
|
63 | 55 | - Improve unused attribute warning message. https://github.com/rescript-lang/rescript-compiler/pull/6787
|
64 | 56 | - Remove internal option `use-stdlib` from build schema. https://github.com/rescript-lang/rescript-compiler/pull/6778
|
65 | 57 |
|
| 58 | +# 11.1.2 |
| 59 | + |
| 60 | +#### :bug: Bug Fix |
| 61 | + |
| 62 | +- Fix issue where capitalised type variables were only allowed in certain positions. https://github.com/rescript-lang/rescript-compiler/pull/6820 |
| 63 | + |
| 64 | +# 11.1.2-rc.1 |
| 65 | + |
| 66 | +#### :rocket: New Feature |
| 67 | + |
| 68 | +- Support Windows 11 ARM (using the x64 binaries in emulation). https://github.com/rescript-lang/rescript-compiler/pull/6813 |
| 69 | + |
| 70 | +#### :bug: Bug Fix |
| 71 | + |
| 72 | +- Fix location of let bindings with attributes. https://github.com/rescript-lang/rescript-compiler/pull/6791 |
| 73 | +- PPX v4: mark props type in externals as `@live` to avoid dead code warnings for prop fields in the editor tooling. https://github.com/rescript-lang/rescript-compiler/pull/6796 |
| 74 | +- Fix issue where optional labels were not taken into account when disambiguating record value construction. https://github.com/rescript-lang/rescript-compiler/pull/6798 |
| 75 | +- Fix issue in gentype when type `Jsx.element` surfaces to the user. https://github.com/rescript-lang/rescript-compiler/pull/6808 |
| 76 | +- Fix inclusion check (impl vs interface) for untagged variants, and fix the outcome printer to show tags. https://github.com/rescript-lang/rescript-compiler/pull/6669 |
| 77 | +- Fix encoding inside tagged template literals. https://github.com/rescript-lang/rescript-compiler/pull/6810 |
| 78 | + |
66 | 79 | # 11.1.1
|
67 | 80 |
|
68 | 81 | #### :bug: Bug Fix
|
|
0 commit comments