|
4 | 4 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | | - <Version>4.7.0</Version> |
| 7 | + <Version>4.8.0</Version> |
8 | 8 | <PackageReleaseNotes>## Added |
9 | 9 |
|
10 | 10 |
|
11 | | -### All |
| 11 | +### Python |
12 | 12 |
|
13 | | -- Overall performance improvements |
14 | | - * [GH-3620](https://github.com/fable-compiler/Fable/pull/3620) Removed double-dictionary lookups (by @Thorium) |
15 | | - * [GH-3624](https://github.com/fable-compiler/Fable/pull/3624) Add G-Research analyzers and fix reported issues (by @nojaf) |
| 13 | +- [GH-3645](https://github.com/fable-compiler/Fable/pull/3645) Add `TimeSpan.Parse` and `TimeSpan.TryParse` support to Python (by @MangelMaxime) |
| 14 | +- [GH-3649](https://github.com/fable-compiler/Fable/issues/3649) Fixes for `List.sortBy` (by @dbrattli) |
| 15 | +- [GH-3638](https://github.com/fable-compiler/Fable/issues/3638) Fixes for `Array.sort` and `Array.sortDescending` (by @dbrattli) |
16 | 16 |
|
17 | | -## Fixed |
| 17 | +### Fixed |
18 | 18 |
|
19 | 19 |
|
20 | | -### All |
| 20 | +### JavaScript |
21 | 21 |
|
22 | | -- [GH-3603](https://github.com/fable-compiler/Fable/issues/3603) Missing ``.gitignore`` file in the generated `fable_modules/`` folder (by @MangelMaxime) |
| 22 | +- [GH-3465](https://github.com/fable-compiler/Fable/issues/3465) Fix `string.IndexOfAny` (by @pkese) |
23 | 23 |
|
24 | 24 | ### Python |
25 | 25 |
|
26 | | -- [GH-3617](https://github.com/fable-compiler/Fable/issues/3617): Fix comparaison between list option when one is None (by @mangelmaxime) |
27 | | -- [GH-3615](https://github.com/fable-compiler/Fable/issues/3615): Fix remove from dictionary with tuple as key (by @dbrattli) |
28 | | -- [GH-3598](https://github.com/fable-compiler/Fable/issues/3598): Using obj () now generated an empty dict instead of None (by @dbrattli) |
29 | | -- [GH-3597](https://github.com/fable-compiler/Fable/issues/3597): Do not translate .toString methods to str (by @dbrattli) |
30 | | -- [GH-3610](https://github.com/fable-compiler/Fable/issues/3610): Cleanup Python regex handling (by @dbrattli) |
31 | | -- [GH-3628](https://github.com/fable-compiler/Fable/issues/3628): System.DateTime.Substract not correctly transpiled (by @dbrattli) |
32 | | -- [GH-3640](https://github.com/fable-compiler/Fable/issues/3640): All union cases return the same hash code (by @dbrattli) |
| 26 | +- [GH-3465](https://github.com/fable-compiler/Fable/issues/3465) Fix `string.IndexOfAny` (by @pkese) |
| 27 | + |
| 28 | +## Changed |
| 29 | + |
| 30 | + |
| 31 | +### All |
| 32 | + |
| 33 | +- Updated FCS to [fce0cf00585c12174fa3e51e4fc34afe784b9b4e](https://github.com/dotnet/fsharp/commits/fce0cf00585c12174fa3e51e4fc34afe784b9b4e) (by @ncave) |
33 | 34 |
|
34 | 35 | </PackageReleaseNotes> |
35 | 36 | <!-- Allow users with newer dotnet SDK to run Fable, see #1910 --> |
|
0 commit comments