From ce39614d6790be8e85e147f8d259a1d3ef2bf0e0 Mon Sep 17 00:00:00 2001 From: Alfonso Garcia-Caro Date: Wed, 28 Sep 2022 13:52:27 +0900 Subject: [PATCH] Release 4.0.0-theta-009 --- src/Fable.Cli/Fable.Cli.fsproj | 13 ++++++------- src/Fable.Cli/RELEASE_NOTES.md | 8 ++++++++ src/Fable.Core/Fable.Core.fsproj | 2 +- src/Fable.Core/RELEASE_NOTES.md | 4 ++++ src/Fable.Transforms/Global/Compiler.fs | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj index 5980c86940..0fa3a433e3 100644 --- a/src/Fable.Cli/Fable.Cli.fsproj +++ b/src/Fable.Cli/Fable.Cli.fsproj @@ -5,13 +5,12 @@ Exe net6.0 4.0.0 - 4.0.0-theta-008 - * Enable emitExpr/Statement with interpolation, @alfonsogarciacaro -* Python, fix imported interfaces from other modules, @dbrattli -* Python, allow python code embedder to return generic type T -* Python, enable eliding async/await, @dbrattli -* TypeScript, added library-ts to packages, @ncave -* Python, do not trim emitted statements + 4.0.0-theta-009 + * Add language status to version +* Make --runScript compatible with Python, Rust and Dart +* Update F# compiler +* Compile as net6 binary +* TypeScript, type-safe union types and other fixes Major false diff --git a/src/Fable.Cli/RELEASE_NOTES.md b/src/Fable.Cli/RELEASE_NOTES.md index b25aaa302c..152355204d 100644 --- a/src/Fable.Cli/RELEASE_NOTES.md +++ b/src/Fable.Cli/RELEASE_NOTES.md @@ -1,3 +1,11 @@ +### 4.0.0-theta-009 + +* Add language status to version +* Make --runScript compatible with Python, Rust and Dart +* Update F# compiler +* Compile as net6 binary +* TypeScript, type-safe union types and other fixes + ### 4.0.0-theta-008 * Enable emitExpr/Statement with interpolation, @alfonsogarciacaro diff --git a/src/Fable.Core/Fable.Core.fsproj b/src/Fable.Core/Fable.Core.fsproj index 21258be9cf..8e602a4ef7 100644 --- a/src/Fable.Core/Fable.Core.fsproj +++ b/src/Fable.Core/Fable.Core.fsproj @@ -6,7 +6,7 @@ netstandard2.0 true 4.0.0 - 4.0.0-theta-003 + 4.0.0-theta-004 diff --git a/src/Fable.Core/RELEASE_NOTES.md b/src/Fable.Core/RELEASE_NOTES.md index 84b686819a..cedb183266 100644 --- a/src/Fable.Core/RELEASE_NOTES.md +++ b/src/Fable.Core/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 4.0.0-theta-004 + +* Add ??= operator to JsInterop + ### 4.0.0-theta-003 * Python fixes for Interactive diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs index a5fc1de6a4..d42538d5e4 100644 --- a/src/Fable.Transforms/Global/Compiler.fs +++ b/src/Fable.Transforms/Global/Compiler.fs @@ -1,7 +1,7 @@ namespace Fable module Literals = - let [] VERSION = "4.0.0-theta-008" + let [] VERSION = "4.0.0-theta-009" type CompilerOptionsHelper = static member Make(?language,