You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
- Allow spreads of variants in patterns (`| ...someVariant as v => `) when the variant spread is a subtype of the variant matched on. https://github.com/rescript-lang/rescript-compiler/pull/6721
25
25
- Fix the issue where dynamic imports are not working for function-defined externals. https://github.com/rescript-lang/rescript-compiler/pull/7060
26
26
- Allow pattern matching on dicts. `switch someDict { | dict{"one": 1} => Js.log("one is one") }`https://github.com/rescript-lang/rescript-compiler/pull/7059
27
+
- Handle absolute filepaths in gentype. https://github.com/rescript-lang/rescript-compiler/pull/7104
0 commit comments