|
4 | 4 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | | - <Version>4.4.1</Version> |
8 | | - <PackageReleaseNotes>* Fix #3438: Source maps |
9 | | -* Fix #3440: Don't curry arity-1 functions |
10 | | -* Fix #3452: DateTimeOffset conversion to DateTime |
11 | | -* Fix regression: Don't type test interfaces declared in F# code |
12 | | -* Rust: Added no_std test build |
13 | | -* Rust: Added regex support |
14 | | -* Rust: Fixed no_std support |
15 | | -* Rust: Fixed uncurried options |
16 | | -* Rust: Enabled some applicative tests |
17 | | -* Rust: Enabled some tests |
18 | | -* Rust: Updated switch transform (#3449) |
19 | | -* Rust: Updated dependencies (#3447) |
20 | | -* Rust: Fixed interface properties (#3445) |
21 | | -* Rust: Updated object equality (#3444) |
22 | | -* Rust: Enabled some Comparison tests (#3442) |
23 | | -* Rust: Added DateOnly, TimeOnly tests |
24 | | -* Rust: Added DateTimeOffset tests |
25 | | -* Rust: Updated TimeSpan |
26 | | -* Rust: Added DateTimeOffset</PackageReleaseNotes> |
| 7 | + <Version>4.5.0</Version> |
| 8 | + <PackageReleaseNotes>## Changed |
| 9 | + |
| 10 | + |
| 11 | +### Python |
| 12 | + |
| 13 | +- Use `Any` type for all non-repeated generic arguments (by @dbrattli) |
| 14 | +- Don't generate unnecessary type type-vars if generic type is replaced by `Any` (by @dbrattli) |
| 15 | +- Generate new style `_T | None` instead of `Optional[_T]` (by @dbrattli) |
| 16 | + |
| 17 | +### Rust |
| 18 | + |
| 19 | +- Support multiple namespaces sharing a prefix in the same file (by @ncave) |
| 20 | +- Support imports with the same namespace across multiple files (by @ncave) |
| 21 | + |
| 22 | +## Fixed |
| 23 | + |
| 24 | + |
| 25 | +### JavaScript |
| 26 | + |
| 27 | +- Fix #3571: `[<AttachMembers>]` not compatible with f# member `this.Item` (by @ncave) |
| 28 | + |
| 29 | +</PackageReleaseNotes> |
27 | 30 | <!-- Allow users with newer dotnet SDK to run Fable, see #1910 --> |
28 | 31 | <RollForward>Major</RollForward> |
29 | 32 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
|
0 commit comments