|
4 | 4 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | | - <Version>4.6.0</Version> |
| 7 | + <Version>4.7.0</Version> |
8 | 8 | <PackageReleaseNotes>## Added |
9 | 9 |
|
10 | 10 |
|
11 | 11 | ### All |
12 | 12 |
|
13 | | -- Fix #3584: Unit type compiles to undeclared variable (by @ncave) |
| 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) |
14 | 16 |
|
15 | | -### Python |
16 | | - |
17 | | -- Support `DateTime(..., DateTimeKind.Utc).ToString("O")` (by @MangelMaxime) |
18 | | - |
19 | | -### Rust |
20 | | - |
21 | | -- Added `Guid.TryParse`, `Guid.ToByteArray` (by @ncave) |
22 | | - |
23 | | -## Changed |
| 17 | +## Fixed |
24 | 18 |
|
25 | 19 |
|
26 | 20 | ### All |
27 | 21 |
|
28 | | -- Updated .NET metadata to 8.0.100 (by @ncave) |
29 | | - |
30 | | -## Fixed |
31 | | - |
| 22 | +- [GH-3603](https://github.com/fable-compiler/Fable/issues/3603) Missing ``.gitignore`` file in the generated `fable_modules/`` folder (by @MangelMaxime) |
32 | 23 |
|
33 | 24 | ### Python |
34 | 25 |
|
35 | | -- Fixed char to string type regression with binary operator (by @dbrattli) |
36 | | -- Fix `DateTime(..., DateTimeKind.Local).ToString("O")` (by @MangelMaxime) |
37 | | -- Fix calling `value.ToString(CultureInfo.InvariantCulture)` (by @MangelMaxime) |
38 | | -- Fix #3605: Fix record equality comparison to works with optional fields (by @MangelMaxime and @dbrattli) |
39 | | -- PR #3608: Rewrite `time_span.py` allowing for better precision by using a number representation intead of native `timedelta`. (by @MangelMaxime) |
| 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) |
40 | 33 |
|
41 | 34 | </PackageReleaseNotes> |
42 | 35 | <!-- Allow users with newer dotnet SDK to run Fable, see #1910 --> |
|
0 commit comments