|
4 | 4 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | | - <Version>4.14.0</Version> |
8 | | - <PackageReleaseNotes>## Changed |
| 7 | + <Version>4.15.0</Version> |
| 8 | + <PackageReleaseNotes>## Added |
9 | 9 |
|
10 | | -- [GH-3772](https://github.com/fable-compiler/Fable/pull/3772) [JS/TS] Split replacement for `DateTime` and `DateTimeOffset` (by @MangelMaxime) |
| 10 | +- [Rust] Added some boxing support (by @ncave) |
11 | 11 |
|
12 | 12 | ## Fixed |
13 | 13 |
|
14 | | -- [GH-3769](https://github.com/fable-compiler/Fable/pull/3769) [All] Local plugin build does not run indefinably. (by @nojaf) |
15 | | -- [GH-3769](https://github.com/fable-compiler/Fable/pull/3769) [JS/TS] Types hidden by signature files should not be exported. (by @nojaf) |
16 | | -- [GH-3772](https://github.com/fable-compiler/Fable/pull/3772) [JS/TS] Re-implement `DateTime.ToString` custom format handling (by @MangelMaxime) |
17 | | - It now supports all custom format specifiers, and behave as if `CultureInfo.InvariantCulture` was used (Fable does not support Globalization). |
18 | | -- [GH-3772](https://github.com/fable-compiler/Fable/pull/3772) [JS/TS] Make compilation fails if calling `DateTime` constructor with microseconds (by @MangelMaxime) |
19 | | - JavaScript `Date` does not support microseconds, we need to wait for `Temporal` to be widely supported before reconsidering this. |
20 | | -- [GH-3773](https://github.com/fable-compiler/Fable/pull/3773) [Python] Fix `DateTime` custom format `fffffff` and `FFFFFFF` (by @MangelMaxime) |
| 14 | +- [JS/TS] Fixed `DateTime.Add` for `DateTimeKind.Unspecified` (by @ncave) |
| 15 | +- [Rust] Fixed deprecated `NaiveDateTime` usage in `DateTime` (by @ncave) |
| 16 | +- [Rust] Fixed generic interface implementation types (by @ncave) |
| 17 | +- [Rust] Fixed Dictionary constructor from IEnumerable (by @ncave) |
| 18 | +- [Rust] Fixed Seq.cast support for arrays and lists (by @ncave) |
| 19 | +- [JS/TS] `Boolean.tryParse` should not crash on `null` string (@goswinr) |
21 | 20 |
|
22 | 21 | </PackageReleaseNotes> |
23 | 22 | <!-- Allow users with newer dotnet SDK to run Fable, see #1910 --> |
|
0 commit comments