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,25 @@ 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.1.0 - 2026-05-04
29
+
30
+
### 🚀 Features
31
+
32
+
**(js/ts/python)* Add missing standard DateTime format specifiers for JS/TS and Python (#4547) ([90f5eb7](https://github.com/fable-compiler/Fable/commit/90f5eb7f61710bc679f6fdec30ff5d864984ac08))
33
+
**(js/ts/python)* Add missing StringBuilder.Append overloads for numeric types (#4568) ([b402c30](https://github.com/fable-compiler/Fable/commit/b402c30d04bfca8644314ba4b21894abfff6a713))
34
+
35
+
### 🐞 Bug Fixes
36
+
37
+
* Check MSBuild exit code instead of stderr for project cracker failure detection (#4564) ([914a616](https://github.com/fable-compiler/Fable/commit/914a61665f0a264bf04da6c7bce6fb3cc87eab4c))
38
+
**(beam)* Handle string binaries in Seq enumerator (#4591) ([6e78058](https://github.com/fable-compiler/Fable/commit/6e780589b5dba114ffe2238c973f26e329e048aa))
39
+
**(js/ts)* Fix JSX props with long string values causing compile error (fixes #3839) (#4545) ([d828a46](https://github.com/fable-compiler/Fable/commit/d828a461797e3f33bf4ab99b46030d16b29771e6))
40
+
**(js/ts)* Fix datetime custom format off by one year (#4558) ([83bdbb5](https://github.com/fable-compiler/Fable/commit/83bdbb5b34e70eae203831a3a442d477d15911e1))
41
+
**(js/ts/python)* Fix FSharpOption not recognized as union type in F# reflection (#4529) ([d78a37d](https://github.com/fable-compiler/Fable/commit/d78a37db9f4c25eb51fac8afcd320b4ea36c60a7))
42
+
**(python)* Fix regex lookbehind patterns being incorrectly converted (#4560) ([4ce5cd7](https://github.com/fable-compiler/Fable/commit/4ce5cd7b14a533aa3a08fe14c108ec30d662623f))
43
+
**(ts)* Enforce browser-only compatibility in fable-library-ts tsconfig (#4563) ([10c81c1](https://github.com/fable-compiler/Fable/commit/10c81c1361208eb61f5fa78c6704e6fccc068fb1))
44
+
45
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/b471dc16fc3b5132af77b5974d1669c9b8220cca..6e780589b5dba114ffe2238c973f26e329e048aa)</small></strong>
@@ -21,6 +21,25 @@ 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.1.0 - 2026-05-04
25
+
26
+
### 🚀 Features
27
+
28
+
**(js/ts/python)* Add missing standard DateTime format specifiers for JS/TS and Python (#4547) ([90f5eb7](https://github.com/fable-compiler/Fable/commit/90f5eb7f61710bc679f6fdec30ff5d864984ac08))
29
+
**(js/ts/python)* Add missing StringBuilder.Append overloads for numeric types (#4568) ([b402c30](https://github.com/fable-compiler/Fable/commit/b402c30d04bfca8644314ba4b21894abfff6a713))
30
+
31
+
### 🐞 Bug Fixes
32
+
33
+
* Check MSBuild exit code instead of stderr for project cracker failure detection (#4564) ([914a616](https://github.com/fable-compiler/Fable/commit/914a61665f0a264bf04da6c7bce6fb3cc87eab4c))
34
+
**(beam)* Handle string binaries in Seq enumerator (#4591) ([6e78058](https://github.com/fable-compiler/Fable/commit/6e780589b5dba114ffe2238c973f26e329e048aa))
35
+
**(js/ts)* Fix JSX props with long string values causing compile error (fixes #3839) (#4545) ([d828a46](https://github.com/fable-compiler/Fable/commit/d828a461797e3f33bf4ab99b46030d16b29771e6))
36
+
**(js/ts)* Fix datetime custom format off by one year (#4558) ([83bdbb5](https://github.com/fable-compiler/Fable/commit/83bdbb5b34e70eae203831a3a442d477d15911e1))
37
+
**(js/ts/python)* Fix FSharpOption not recognized as union type in F# reflection (#4529) ([d78a37d](https://github.com/fable-compiler/Fable/commit/d78a37db9f4c25eb51fac8afcd320b4ea36c60a7))
38
+
**(python)* Fix regex lookbehind patterns being incorrectly converted (#4560) ([4ce5cd7](https://github.com/fable-compiler/Fable/commit/4ce5cd7b14a533aa3a08fe14c108ec30d662623f))
39
+
**(ts)* Enforce browser-only compatibility in fable-library-ts tsconfig (#4563) ([10c81c1](https://github.com/fable-compiler/Fable/commit/10c81c1361208eb61f5fa78c6704e6fccc068fb1))
40
+
41
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/b471dc16fc3b5132af77b5974d1669c9b8220cca..6e780589b5dba114ffe2238c973f26e329e048aa)</small></strong>
@@ -13,6 +13,14 @@ 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.0.1 - 2026-05-04
17
+
18
+
### 🐞 Bug Fixes
19
+
20
+
**(js/ts)* Fix JSX props with long string values causing compile error (fixes #3839) (#4545) ([d828a46](https://github.com/fable-compiler/Fable/commit/d828a461797e3f33bf4ab99b46030d16b29771e6))
21
+
22
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/b471dc16fc3b5132af77b5974d1669c9b8220cca..6e780589b5dba114ffe2238c973f26e329e048aa)</small></strong>
@@ -15,6 +15,21 @@ All notable changes to this project will be documented in this file.
15
15
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
16
16
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
17
17
18
+
## 2.1.0 - 2026-05-04
19
+
20
+
### 🚀 Features
21
+
22
+
**(js/ts/python)* Add missing standard DateTime format specifiers for JS/TS and Python (#4547) ([90f5eb7](https://github.com/fable-compiler/Fable/commit/90f5eb7f61710bc679f6fdec30ff5d864984ac08))
23
+
**(js/ts/python)* Add missing StringBuilder.Append overloads for numeric types (#4568) ([b402c30](https://github.com/fable-compiler/Fable/commit/b402c30d04bfca8644314ba4b21894abfff6a713))
24
+
25
+
### 🐞 Bug Fixes
26
+
27
+
**(js/ts)* Fix datetime custom format off by one year (#4558) ([83bdbb5](https://github.com/fable-compiler/Fable/commit/83bdbb5b34e70eae203831a3a442d477d15911e1))
28
+
**(js/ts/python)* Fix FSharpOption not recognized as union type in F# reflection (#4529) ([d78a37d](https://github.com/fable-compiler/Fable/commit/d78a37db9f4c25eb51fac8afcd320b4ea36c60a7))
29
+
**(ts)* Enforce browser-only compatibility in fable-library-ts tsconfig (#4563) ([10c81c1](https://github.com/fable-compiler/Fable/commit/10c81c1361208eb61f5fa78c6704e6fccc068fb1))
30
+
31
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/b471dc16fc3b5132af77b5974d1669c9b8220cca..6e780589b5dba114ffe2238c973f26e329e048aa)</small></strong>
@@ -13,6 +13,14 @@ 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.0.1 - 2026-05-04
17
+
18
+
### 🐞 Bug Fixes
19
+
20
+
**(js/ts)* Fix JSX props with long string values causing compile error (fixes #3839) (#4545) ([d828a46](https://github.com/fable-compiler/Fable/commit/d828a461797e3f33bf4ab99b46030d16b29771e6))
21
+
22
+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/b471dc16fc3b5132af77b5974d1669c9b8220cca..6e780589b5dba114ffe2238c973f26e329e048aa)</small></strong>
0 commit comments