Skip to content

Commit 88c6ba6

Browse files
authored
Merge pull request #6832 from cknitt/11-to-master
Merge 11.0_release into master
2 parents 1fba8ef + a2c4692 commit 88c6ba6

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- 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
1818
- Add `rewatch` to the npm package as an alternative build tool. https://github.com/rescript-lang/rescript-compiler/pull/6762
1919
- 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
2120

2221
#### :boom: Breaking Change
2322

@@ -31,21 +30,14 @@
3130
#### :bug: Bug Fix
3231

3332
- 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
3533
- 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
3734
- Fix unused attribute check for `@as`. https://github.com/rescript-lang/rescript-compiler/pull/6795
3835
- 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
4336

4437
#### :house: Internal
4538

4639
- Build with OCaml 5.2.0. https://github.com/rescript-lang/rescript-compiler/pull/6797
4740
- 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
4941
- Refactor uppercase exotic ident handling. https://github.com/rescript-lang/rescript-compiler/pull/6779
5042
- Fix `-nostdlib` internal compiler option. https://github.com/rescript-lang/rescript-compiler/pull/6824
5143

@@ -63,6 +55,27 @@
6355
- Improve unused attribute warning message. https://github.com/rescript-lang/rescript-compiler/pull/6787
6456
- Remove internal option `use-stdlib` from build schema. https://github.com/rescript-lang/rescript-compiler/pull/6778
6557

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+
6679
# 11.1.1
6780

6881
#### :bug: Bug Fix

0 commit comments

Comments
 (0)