diff --git a/package-lock.json b/package-lock.json index d0fb0889b8..fc0955b26b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "Fable", + "name": "fable", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/src/Fable.Cli/Contributors.fs b/src/Fable.Cli/Contributors.fs index 153312771d..24ced0d80e 100644 --- a/src/Fable.Cli/Contributors.fs +++ b/src/Fable.Cli/Contributors.fs @@ -42,7 +42,7 @@ let getRandom() = "chkn"; "MNie"; "Choc13"; "davedawkins"; "njlr"; "steveofficer"; "cannorin"; "thautwarm"; "hensou"; - "IanManske"; "entropitor"; + "IanManske"; "entropitor"; "kant2002" |] Array.length contributors |> System.Random().Next diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj index 347f737162..019db5bde1 100644 --- a/src/Fable.Cli/Fable.Cli.fsproj +++ b/src/Fable.Cli/Fable.Cli.fsproj @@ -4,12 +4,13 @@ true Exe net6.0 - 4.0.1 - 4.0.1 - * Fix #3371: Copying struct records -* Php: Improve output @entropitor -* Rust: string improvements -* TypeScript: Fix applicative tests + 4.0.2 + 4.0.2 + * Enable Unicode identifiers @kant2002 +* Add ability for plugins to remove member declaration @Zaid-Ajaj +* Improve uncurrying mechanism and make it consistent across languages +* Rust: Enable applicative tests and other fixes +* TypeScript: Enable 1909 tests Major false diff --git a/src/Fable.Cli/RELEASE_NOTES.md b/src/Fable.Cli/RELEASE_NOTES.md index ff74d312d3..e1668cb2eb 100644 --- a/src/Fable.Cli/RELEASE_NOTES.md +++ b/src/Fable.Cli/RELEASE_NOTES.md @@ -1,3 +1,11 @@ +### 4.0.2 + +* Enable Unicode identifiers @kant2002 +* Add ability for plugins to remove member declaration @Zaid-Ajaj +* Improve uncurrying mechanism and make it consistent across languages +* Rust: Enable applicative tests and other fixes +* TypeScript: Enable 1909 tests + ### 4.0.1 * Fix #3371: Copying struct records diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs index e8dc89a8bb..10583c3f96 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.1" + let [] VERSION = "4.0.2" type CompilerOptionsHelper = static member Make(?language,