Skip to content

Commit b4893e7

Browse files
committed
Release 5.0.0-alpha.10
1 parent 9cb29b8 commit b4893e7

File tree

18 files changed

+67
-15
lines changed

18 files changed

+67
-15
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Fable.AST/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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-beta.1 - 2025-02-16
11+
1012
### Added
1113

1214
* [All] Add support for module comments (by @ncave)

src/Fable.AST/Fable.AST.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Fable AST</Description>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<Version>4.6.0</Version>
8+
<Version>5.0.0-beta.1</Version>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<Compile Include="Common.fs" />

src/Fable.Cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.10 - 2025-02-16
11+
1012
### Added
1113

1214
* [Python] Print root module and module function comments (by @alfonsogarciacaro)

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,25 @@
44
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net8.0</TargetFramework>
7-
<Version>5.0.0-alpha.9</Version>
8-
<PackageReleaseNotes>## Fixed
7+
<Version>5.0.0-alpha.10</Version>
8+
<PackageReleaseNotes>## Added
99

10-
- [All] Add `--realsig+` to fix `Method not found: 'Boolean Fable.CompilerOptions.Equals` (by @nojaf)
10+
- [Python] Print root module and module function comments (by @alfonsogarciacaro)
11+
- [Rust] Add support for module comments (by @ncave)
12+
- [Rust] Add support for null strings (by @ncave)
13+
- [TS/JS] `Pojo` attribute support (by @alfonsogarciacaro)
14+
15+
## Changed
16+
17+
- [JS/TS] In `JSX`, generate self closing element when element has no children (#4037) (by @shayanhabibi)
18+
19+
## Fixed
20+
21+
- [JS/TS] - Fix anonymous record printing (#4029) (by @alfonsogarciacaro)
22+
- [Python] - Fix #3998: PhysicalEquality (by @alfonsogarciacaro)
23+
- [Python] Resolve relative paths for non-qualified imports (#3481) (by @alfonsogarciacaro)
24+
- [Python] `importSideEffects` shouldn't generate identifier (#3965) (by @alfonsogarciacaro)
25+
- [JS/TS] Fix #4031: Hoist vars locally in for and while loops (@alfonsogarciacaro)
1126

1227
</PackageReleaseNotes>
1328
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->

src/Fable.Compiler/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.10 - 2025-02-16
11+
1012
### Added
1113

1214
* [Python] - Print root module and module function comments (by @alfonsogarciacaro)

src/Fable.Compiler/Fable.Compiler.fsproj

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,25 @@
66
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
77
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
88
<RootNamespace>Fable.Compiler</RootNamespace>
9-
<Version>5.0.0-alpha.9</Version>
10-
<PackageReleaseNotes>## Fixed
9+
<Version>5.0.0-alpha.10</Version>
10+
<PackageReleaseNotes>## Added
1111

12-
- [All] Add `--realsig+` to fix `Method not found: 'Boolean Fable.CompilerOptions.Equals` (by @nojaf)
12+
- [Python] - Print root module and module function comments (by @alfonsogarciacaro)
13+
- [Rust] Add support for module comments (by @ncave)
14+
- [Rust] Add support for null strings (by @ncave)
15+
- [TS/JS] `Pojo` attribute support (by @alfonsogarciacaro)
16+
17+
## Changed
18+
19+
- [JS/TS] In `JSX`, generate self closing element when element has no children (#4037) (by @shayanhabibi)
20+
21+
## Fixed
22+
23+
- [JS/TS] - Fix anonymous record printing (#4029) (by @alfonsogarciacaro)
24+
- [Python] - Fix #3998: PhysicalEquality (by @alfonsogarciacaro)
25+
- [Python] Resolve relative paths for non-qualified imports (#3481) (by @alfonsogarciacaro)
26+
- [Python] `importSideEffects` shouldn't generate identifier (#3965) (by @alfonsogarciacaro)
27+
- [JS/TS] Fix #4031: Hoist vars locally in for and while loops (@alfonsogarciacaro)
1328

1429
</PackageReleaseNotes>
1530
<DebugType>embedded</DebugType>

src/Fable.Core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
## 4.4.0 - 2025-02-16
11+
1012
### Added
1113

1214
* [TS/JS] Add `Pojo` attribute (by @alfonsogarciacaro)

src/Fable.Core/Fable.Core.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Fable Core Library</Description>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<Version>4.3.0</Version>
8+
<Version>4.4.0</Version>
99
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1010
</PropertyGroup>
1111
<ItemGroup>

src/Fable.Transforms/Global/Compiler.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ namespace Fable
22

33
module Literals =
44
[<Literal>]
5-
let VERSION = "5.0.0-alpha.9"
5+
let VERSION = "5.0.0-alpha.10"
66

77
[<Literal>]
8-
let JS_LIBRARY_VERSION = "1.10.0"
8+
let JS_LIBRARY_VERSION = "2.0.0-beta.1"
99

1010
type CompilerOptionsHelper =
1111
static member Make

0 commit comments

Comments
 (0)