|
4 | 4 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | | - <Version>4.21.0</Version> |
| 7 | + <Version>4.22.0</Version> |
8 | 8 | <PackageReleaseNotes>## Added |
9 | 9 |
|
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) |
17 | 14 |
|
18 | 15 | ## Fixed |
19 | 16 |
|
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) |
23 | 22 |
|
24 | 23 | </PackageReleaseNotes> |
25 | 24 | <!-- Allow users with newer dotnet SDK to run Fable, see #1910 --> |
|
0 commit comments