|
4 | 4 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | | - <Version>4.23.0</Version> |
| 7 | + <Version>4.24.0</Version> |
8 | 8 | <PackageReleaseNotes>## Added |
9 | 9 |
|
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) |
| 10 | +- [JS/TS] Added missing `ResizeArray.CopyTo` replacements (by @ncave) |
| 11 | +- [JS/TS] Added missing `Dictionary` constructors from enumerable (by @ncave) |
18 | 12 |
|
19 | 13 | ## Fixed |
20 | 14 |
|
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) |
| 15 | +- [Rust] Fixed import path rewrite (by @ncave) |
| 16 | +- [Rust] Updated derived interfaces (by @ncave) |
| 17 | +- [Rust] Updated string comparisons (by @ncave) |
| 18 | +- [Rust] Fixed derived traits mapping (by @ncave) |
| 19 | +- [JS/TS] Added missing `ICollection` helpers (#3914) (by @ncave) |
| 20 | +- [JS/TS] Added missing `IReadOnlyCollection` helpers (by @ncave) |
29 | 21 |
|
30 | 22 | </PackageReleaseNotes> |
31 | 23 | <!-- Allow users with newer dotnet SDK to run Fable, see #1910 --> |
|
0 commit comments