File tree Expand file tree Collapse file tree 6 files changed +58
-48
lines changed
Expand file tree Collapse file tree 6 files changed +58
-48
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 5.0.0-alpha.13 - 2025-05-04
11+
1012### Fixed
1113
1214* [ Python] Fixed testing with interfaces leads to incorrect pattern match (#3972 ) (by @dbrattli )
Original file line number Diff line number Diff line change @@ -7,16 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10- ### Changed
11-
12- * [ All] Remove unused ` Fable.Core ` copy types from internal module (by @MangelMaxime )
10+ ## 5.0.0-alpha.13 - 2025-05-04
1311
1412### Fixed
1513
14+ * [ Python] Fixed testing with interfaces leads to incorrect pattern match (#3972 ) (by @dbrattli )
15+ * [ Python] Fixed error when type contains multiple generic type parameters (#3986 ) (by @dbrattli )
1616* [ Python] Fixed import path handling for libraries (#4088 ) (by @dbrattli )
1717* [ Python] Reenable type aliasing for imports with name "* " (by @freymauer )
1818* [ JS/TS] Optimise JSX output in order to avoid F# list CEs to surface in it (by @MangelMaxime )
1919
20+ ### Removed
21+
22+ * [ All] Remove unused ` Fable.Core ` copy types from internal module (by @MangelMaxime )
23+
2024## 5.0.0-alpha.12 - 2025-03-14
2125
2226### Added
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace Fable
22
33module Literals =
44 [<Literal>]
5- let VERSION = " 5.0.0-alpha.12 "
5+ let VERSION = " 5.0.0-alpha.13 "
66
77 [<Literal>]
88 let JS_LIBRARY_VERSION = " 2.0.0-beta.3"
Original file line number Diff line number Diff line change 11{
2- "sideEffects" : false ,
3- "private" : false ,
4- "type" : " module" ,
5- "name" : " @fable-org/fable-library-ts" ,
6- "version" : " 2.0.0-beta.3" ,
7- "description" : " Core library used by F# projects compiled with fable.io" ,
8- "author" : " Fable Contributors" ,
9- "license" : " MIT" ,
10- "repository" : {
11- "type" : " git" ,
12- "url" : " git+https://github.com/fable-compiler/Fable.git"
13- },
14- "bugs" : {
15- "url" : " https://github.com/fable-compiler/Fable/issues"
16- },
17- "homepage" : " https://fable.io" ,
18- "keywords" : [
19- " fable" ,
20- " fable-compiler" ,
21- " fsharp" ,
22- " F#"
23- ]
2+ "sideEffects" : false ,
3+ "private" : false ,
4+ "type" : " module" ,
5+ "name" : " @fable-org/fable-library-ts" ,
6+ "version" : " 2.0.0-beta.3" ,
7+ "description" : " Core library used by F# projects compiled with fable.io" ,
8+ "author" : " Fable Contributors" ,
9+ "license" : " MIT" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/fable-compiler/Fable.git"
13+ },
14+ "bugs" : {
15+ "url" : " https://github.com/fable-compiler/Fable/issues"
16+ },
17+ "homepage" : " https://fable.io" ,
18+ "keywords" : [
19+ " fable" ,
20+ " fable-compiler" ,
21+ " fsharp" ,
22+ " F#"
23+ ]
2424}
Original file line number Diff line number Diff line change 11{
2- "name" : " @fable-org/fable-metadata" ,
3- "private" : false ,
4- "version" : " 2.0.0-beta.2" ,
5- "description" : " Assemblies needed to compile F# projects with Fable" ,
6- "main" : " index.js" ,
7- "type" : " module" ,
8- "directories" : {
9- "lib" : " lib"
10- },
11- "scripts" : {
12- "test" : " echo \" Error: no test specified\" && exit 1"
13- },
14- "keywords" : [
15- " fable" ,
16- " fsharp" ,
17- " F#"
18- ],
19- "author" : " .NET Foundation and Contributors" ,
20- "license" : " MIT" ,
21- "dependencies" : {
22- "dirname-filename-esm" : " ^1.1.1"
23- }
2+ "name" : " @fable-org/fable-metadata" ,
3+ "private" : false ,
4+ "version" : " 2.0.0-beta.2" ,
5+ "description" : " Assemblies needed to compile F# projects with Fable" ,
6+ "main" : " index.js" ,
7+ "type" : " module" ,
8+ "directories" : {
9+ "lib" : " lib"
10+ },
11+ "scripts" : {
12+ "test" : " echo \" Error: no test specified\" && exit 1"
13+ },
14+ "keywords" : [
15+ " fable" ,
16+ " fsharp" ,
17+ " F#"
18+ ],
19+ "author" : " .NET Foundation and Contributors" ,
20+ "license" : " MIT" ,
21+ "dependencies" : {
22+ "dirname-filename-esm" : " ^1.1.1"
23+ }
2424}
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 2.0.0-beta.4 - 2025-05-04
11+
12+ * Fable 5.0.0-alpha.13 - 2025-05-04
13+
1014## 2.0.0-beta.3 - 2025-03-14
1115
1216* Fable 5.0.0-alpha.12
You can’t perform that action at this time.
0 commit comments