|
4 | 4 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | | - <Version>4.13.0</Version> |
8 | | - <PackageReleaseNotes>## Added |
| 7 | + <Version>4.14.0</Version> |
| 8 | + <PackageReleaseNotes>## Changed |
9 | 9 |
|
10 | | - |
11 | | -### JavaScript |
12 | | - |
13 | | -- [GH-3759](https://github.com/fable-compiler/Fable/issues/3759) Add `StringBuilder.Chars` (by @MangelMaxime) |
14 | | -- Added range overload for `String.ToCharArray` (by @ncave) |
15 | | - |
16 | | -### Rust |
17 | | - |
18 | | -- [GH-3761](https://github.com/fable-compiler/Fable/pull/3761) Added `StringBuilder.Chars`, `StringBuilder.Remove` and tests. (by @ncave) |
19 | | - |
20 | | -### Dart |
21 | | - |
22 | | -- [GH-3761](https://github.com/fable-compiler/Fable/pull/3761) Added `StringBuilder` support and tests. (by @ncave) |
23 | | - |
24 | | -## Changed |
25 | | - |
26 | | - |
27 | | -### JavaScript |
28 | | - |
29 | | -- [GH-3761](https://github.com/fable-compiler/Fable/pull/3761) Updated `StringBuilder` to remove allocations where possible. (by @ncave) |
30 | | - |
31 | | -### Python |
32 | | - |
33 | | -- [GH-3761](https://github.com/fable-compiler/Fable/pull/3761) Updated `StringBuilder` to remove allocations where possible. (by @ncave) |
| 10 | +- [GH-3772](https://github.com/fable-compiler/Fable/pull/3772) [JS/TS] Split replacement for `DateTime` and `DateTimeOffset` (by @MangelMaxime) |
34 | 11 |
|
35 | 12 | ## Fixed |
36 | 13 |
|
37 | | - |
38 | | -### JavaScript |
39 | | - |
40 | | -- [GH-3748](https://github.com/fable-compiler/Fable/pull/3748) Accessing an array out of bounds should emit an exception (by @MangelMaxime) |
41 | | -- [GH-3748](https://github.com/fable-compiler/Fable/pull/3748) Setting an array out of bounds should emit an exception (by @MangelMaxime) |
42 | | -- [GH-3761](https://github.com/fable-compiler/Fable/pull/3761) Fixed incorrect `StringBuilder.Remove` implementation. (by @ncave) |
43 | | - |
44 | | -### Python |
45 | | - |
46 | | -- [GH-3761](https://github.com/fable-compiler/Fable/pull/3761) Fixed incorrect `StringBuilder.Remove` implementation. (by @ncave) |
| 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) |
47 | 21 |
|
48 | 22 | </PackageReleaseNotes> |
49 | 23 | <!-- Allow users with newer dotnet SDK to run Fable, see #1910 --> |
|
0 commit comments