Skip to content

Commit 61c6b36

Browse files
author
Maxime Mangel
committed
Release 4.22.0
1 parent eaafed6 commit 61c6b36

File tree

9 files changed

+33
-20
lines changed

9 files changed

+33
-20
lines changed

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+
## 4.22.0 - 2024-10-02
11+
1012
### Added
1113

1214
* [Rust] Added support for Dictionary/HashSet comparers (by @ncave)

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,21 @@
44
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net6.0</TargetFramework>
7-
<Version>4.21.0</Version>
7+
<Version>4.22.0</Version>
88
<PackageReleaseNotes>## Added
99

10-
- [JS/TS] Add support for `OrdinalIgnoreCase` overload for `String.EndsWith` (#3892) (by @goswinr)
11-
- [JS/TS] Add `uri.Port`, `uri.IsDefaultPort` (by @MangelMaxime)
12-
13-
## Changed
14-
15-
- [Python] Remove `$` sign when reporting an error from `assert_equal` and `assert_not_equal` (#3878) (by @joprice)
16-
- [All] Don't hide original error when failing to scan an assembly for plugin (#3896) (by @MangelMaxime)
10+
- [Rust] Added support for Dictionary/HashSet comparers (by @ncave)
11+
- [Rust] Updated support for interface object expressions (by @ncave)
12+
- [Rust] Added missing ResizeArray methods and tests (by @ncave)
13+
- [Rust] Added Async.Sleep and test (by @ncave)
1714

1815
## Fixed
1916

20-
- [JS/TS] Fix escaping of `{` and `}` in FormattableString (#3890) (by @roboz0r)
21-
- [JS/TS] Fix `uri.Host` to return the host name without the port (by @MangelMaxime)
22-
- [JS/TS] Fix TypeScript compilation by resolving type of `jsOptions` (#3894) (by @ManngelMaxime)
17+
- [GH-3900](https://github.com/fable-compiler/Fable/pull/3900) [Python] Fix nuget packages with hypens in their names (by @MangelMaxime)
18+
- [Rust] Uncurry field types for object expressions (by @ncave)
19+
- [Rust] Fixed pattern matching on `this` argument (by @ncave)
20+
- [All] Fixed Missing DU member with interface (#3915) (by @ncave)
21+
- [TS] Fixed missing Async type signature (#3864) (by @MangelMaxime)
2322

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

src/Fable.Compiler/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
### Fixed
10+
## 4.0.0-alpha-014 - 2024-10-02
11+
12+
### Changed
1113

12-
* [GH-3900](https://github.com/fable-compiler/Fable/pull/3900) [Python] Fix nuget packages with hypens in their names (by @MangelMaxime)
14+
* Fable 4.22.0
1315

1416
## 4.0.0-alpha-013 - 2024-09-19
1517

src/Fable.Compiler/Fable.Compiler.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
77
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
88
<RootNamespace>Fable.Compiler</RootNamespace>
9-
<Version>4.0.0-alpha-013</Version>
9+
<Version>4.0.0-alpha-014</Version>
1010
<PackageReleaseNotes>## Changed
1111

12-
- [All] Don't hide original error when failing to scan an assembly for plugin (#3896) (by @MangelMaxime)
12+
- Fable 4.22.0
1313

1414
</PackageReleaseNotes>
1515
<DebugType>embedded</DebugType>

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 = "4.21.0"
5+
let VERSION = "4.22.0"
66

77
[<Literal>]
8-
let JS_LIBRARY_VERSION = "1.5.0"
8+
let JS_LIBRARY_VERSION = "1.6.0"
99

1010
type CompilerOptionsHelper =
1111
static member Make

src/fable-library-ts/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.6.0 - 2024-10-02
11+
1012
### Removed
1113

12-
* Remove `Async` class (by @MangelMaxime)
14+
* Remove `Async` (from `Async.ts`) class (by @MangelMaxime)
15+
16+
### Changed
17+
18+
* Renamed `IAsync` to `Async` in `AsyncBuilder.ts` (#3906) (by @ncave)
1319

1420
## 1.5.0 - 2024-09-19
1521

src/fable-library-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": false,
44
"type": "module",
55
"name": "@fable-org/fable-library-ts",
6-
"version": "1.5.0",
6+
"version": "1.6.0",
77
"description": "Core library used by F# projects compiled with fable.io",
88
"author": "Fable Contributors",
99
"license": "MIT",

src/fable-standalone/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
## 1.10.0 - 2024-10-02
11+
12+
* Fable 4.22.0
13+
1014
## 1.9.0 - 2024-09-19
1115

1216
* Fable 4.21.0

src/fable-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"name": "@fable-org/fable-standalone",
44
"private": false,
5-
"version": "1.9.0",
5+
"version": "1.10.0",
66
"main": "./dist/bundle.min.js",
77
"description": "Fable compiler",
88
"keywords": [

0 commit comments

Comments
 (0)