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
@@ -25,6 +25,22 @@ All notable changes to this project will be documented in this file.
25
25
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
26
26
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
27
27
28
+
## 5.3.0 - 2026-06-16
29
+
30
+
### 🚀 Features
31
+
32
+
**(beam)* Add !^ erased-cast operator to BeamInterop (#4659) ([206776b](https://github.com/fable-compiler/Fable/commit/206776bfcc7068f9953bf6e70aafcc24c4082248))
33
+
34
+
### 🐞 Bug Fixes
35
+
36
+
* Add type specifiers to interpolated strings (#4646) ([512ae4d](https://github.com/fable-compiler/Fable/commit/512ae4d1901d6ed3c4c10bb5b4f99e73c49a2056))
**(all)* Align `invalidArg` error message with .NET format (#4662) ([e672eb7](https://github.com/fable-compiler/Fable/commit/e672eb7ff6c38e15bada7520142024456b0dbb61))
39
+
**(beam)* Preserve element type through Option.Value for interface dispatch (#4661) ([e5521b6](https://github.com/fable-compiler/Fable/commit/e5521b63f70ea25c3b42447ef4327f95245002da))
40
+
**(python)* Emit wildcard default for union or-patterns (#4649) (#4653) ([c96f0ec](https://github.com/fable-compiler/Fable/commit/c96f0ecfe40d6be0fe8d95766ba279c3be4f6f7b))
41
+
42
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/15eb83ed36657f75073fb0e1b4cac677e24fc9bb..477b8c693d948f74d8d2d5c38ac4d8e1f9287a51)</small></strong>
@@ -21,6 +21,21 @@ All notable changes to this project will be documented in this file.
21
21
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
22
22
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
23
23
24
+
## 5.3.0 - 2026-06-16
25
+
26
+
### 🚀 Features
27
+
28
+
**(beam)* Add !^ erased-cast operator to BeamInterop (#4659) ([206776b](https://github.com/fable-compiler/Fable/commit/206776bfcc7068f9953bf6e70aafcc24c4082248))
29
+
30
+
### 🐞 Bug Fixes
31
+
32
+
* Add type specifiers to interpolated strings (#4646) ([512ae4d](https://github.com/fable-compiler/Fable/commit/512ae4d1901d6ed3c4c10bb5b4f99e73c49a2056))
33
+
**(all)* Align `invalidArg` error message with .NET format (#4662) ([e672eb7](https://github.com/fable-compiler/Fable/commit/e672eb7ff6c38e15bada7520142024456b0dbb61))
34
+
**(beam)* Preserve element type through Option.Value for interface dispatch (#4661) ([e5521b6](https://github.com/fable-compiler/Fable/commit/e5521b63f70ea25c3b42447ef4327f95245002da))
35
+
**(python)* Emit wildcard default for union or-patterns (#4649) (#4653) ([c96f0ec](https://github.com/fable-compiler/Fable/commit/c96f0ecfe40d6be0fe8d95766ba279c3be4f6f7b))
36
+
37
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/15eb83ed36657f75073fb0e1b4cac677e24fc9bb..477b8c693d948f74d8d2d5c38ac4d8e1f9287a51)</small></strong>
@@ -9,6 +9,14 @@ All notable changes to this project will be documented in this file.
9
9
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10
10
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
11
11
12
+
## 5.1.0 - 2026-06-16
13
+
14
+
### 🚀 Features
15
+
16
+
**(beam)* Add !^ erased-cast operator to BeamInterop (#4659) ([206776b](https://github.com/fable-compiler/Fable/commit/206776bfcc7068f9953bf6e70aafcc24c4082248))
17
+
18
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/b471dc16fc3b5132af77b5974d1669c9b8220cca..477b8c693d948f74d8d2d5c38ac4d8e1f9287a51)</small></strong>
@@ -13,6 +13,21 @@ All notable changes to this project will be documented in this file.
13
13
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
14
14
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
15
15
16
+
## 2.2.0 - 2026-06-16
17
+
18
+
### 🚀 Features
19
+
20
+
**(beam)* Add !^ erased-cast operator to BeamInterop (#4659) ([206776b](https://github.com/fable-compiler/Fable/commit/206776bfcc7068f9953bf6e70aafcc24c4082248))
21
+
22
+
### 🐞 Bug Fixes
23
+
24
+
* Add type specifiers to interpolated strings (#4646) ([512ae4d](https://github.com/fable-compiler/Fable/commit/512ae4d1901d6ed3c4c10bb5b4f99e73c49a2056))
25
+
**(all)* Align `invalidArg` error message with .NET format (#4662) ([e672eb7](https://github.com/fable-compiler/Fable/commit/e672eb7ff6c38e15bada7520142024456b0dbb61))
26
+
**(beam)* Preserve element type through Option.Value for interface dispatch (#4661) ([e5521b6](https://github.com/fable-compiler/Fable/commit/e5521b63f70ea25c3b42447ef4327f95245002da))
27
+
**(python)* Emit wildcard default for union or-patterns (#4649) (#4653) ([c96f0ec](https://github.com/fable-compiler/Fable/commit/c96f0ecfe40d6be0fe8d95766ba279c3be4f6f7b))
28
+
29
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/15eb83ed36657f75073fb0e1b4cac677e24fc9bb..477b8c693d948f74d8d2d5c38ac4d8e1f9287a51)</small></strong>
@@ -13,6 +13,21 @@ All notable changes to this project will be documented in this file.
13
13
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
14
14
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
15
15
16
+
## 2.2.0 - 2026-06-16
17
+
18
+
### 🚀 Features
19
+
20
+
**(beam)* Add !^ erased-cast operator to BeamInterop (#4659) ([206776b](https://github.com/fable-compiler/Fable/commit/206776bfcc7068f9953bf6e70aafcc24c4082248))
21
+
22
+
### 🐞 Bug Fixes
23
+
24
+
* Add type specifiers to interpolated strings (#4646) ([512ae4d](https://github.com/fable-compiler/Fable/commit/512ae4d1901d6ed3c4c10bb5b4f99e73c49a2056))
25
+
**(all)* Align `invalidArg` error message with .NET format (#4662) ([e672eb7](https://github.com/fable-compiler/Fable/commit/e672eb7ff6c38e15bada7520142024456b0dbb61))
26
+
**(beam)* Preserve element type through Option.Value for interface dispatch (#4661) ([e5521b6](https://github.com/fable-compiler/Fable/commit/e5521b63f70ea25c3b42447ef4327f95245002da))
27
+
**(python)* Emit wildcard default for union or-patterns (#4649) (#4653) ([c96f0ec](https://github.com/fable-compiler/Fable/commit/c96f0ecfe40d6be0fe8d95766ba279c3be4f6f7b))
28
+
29
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/15eb83ed36657f75073fb0e1b4cac677e24fc9bb..477b8c693d948f74d8d2d5c38ac4d8e1f9287a51)</small></strong>
0 commit comments