|
4 | 4 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | | - <Version>4.22.0</Version> |
| 7 | + <Version>4.23.0</Version> |
8 | 8 | <PackageReleaseNotes>## Added |
9 | 9 |
|
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) |
| 10 | +- [Rust] Added basic class inheritance support (by @ncave) |
| 11 | +- [Rust] Added `String.Replace(char, char)` and test (by @ncave) |
| 12 | +- [Rust] Support type extensions for external types (by @ncave) |
| 13 | +- [Rust] Support more `System.Array` methods and tests (by @ncave) |
| 14 | +- [Rust] Added decision tree multiple target references (by @ncave) |
| 15 | +- [Rust] Added Char surrogate tests for completeness (by @ncave) |
| 16 | +- [JS] Add `System.String.Normalize` support (by @DashieTM) |
| 17 | +- [JS] Allow `[<Erase>]` to work on members (by @MangelMaxime) |
14 | 18 |
|
15 | 19 | ## Fixed |
16 | 20 |
|
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) |
| 21 | +- [Rust] Updated derived traits mapping (by @ncave) |
| 22 | +- [Rust] Updated some collections equality (by @ncave) |
| 23 | +- [Rust] Fixed try finally handler order of execution (by @ncave) |
| 24 | +- [JS/TS/Python/Rust] Fixed `String.StartsWith/EndsWith` (#3934) (by @ncave) |
| 25 | +- [All/Rust] Removed `Regex.Replace` from hot paths (by @ncave) |
| 26 | +- [JS] Fix regression, generate `let` variable when using `import` on a private mutable variable (by @MangelMaxime) |
| 27 | +- [TS] Prevent generics to be duplicated (by @MangelMaxime) |
| 28 | +- [TS] Fix interface generation when decorated with `Mangle` (by @MangelMaxime) |
22 | 29 |
|
23 | 30 | </PackageReleaseNotes> |
24 | 31 | <!-- Allow users with newer dotnet SDK to run Fable, see #1910 --> |
|
0 commit comments