From 6b334a54090a9ac8e29b298495611d7913c0cc89 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Wed, 20 Mar 2024 08:51:28 +0000 Subject: [PATCH] Release 4.16.0 --- src/Fable.Cli/CHANGELOG.md | 2 ++ src/Fable.Cli/Fable.Cli.fsproj | 13 ++----------- src/Fable.Transforms/Global/Compiler.fs | 4 ++-- src/fable-library-ts/CHANGELOG.md | 2 ++ src/fable-library-ts/package.json | 2 +- src/fable-standalone/CHANGELOG.md | 6 ++++++ src/fable-standalone/package-lock.json | 4 ++-- src/fable-standalone/package.json | 2 +- 8 files changed, 18 insertions(+), 17 deletions(-) diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 61c5151a17..e787b8d6ea 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 4.16.0 - 2024-03-18 + ### Added * [JS/TS] Add `ConditionalWeakTable` (by @chkn) diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj index e4a6a0880b..b1b9447a63 100644 --- a/src/Fable.Cli/Fable.Cli.fsproj +++ b/src/Fable.Cli/Fable.Cli.fsproj @@ -4,19 +4,10 @@ true Exe net6.0 - 4.15.0 + 4.16.0 ## Added -- [Rust] Added some boxing support (by @ncave) - -## Fixed - -- [JS/TS] Fixed `DateTime.Add` for `DateTimeKind.Unspecified` (by @ncave) -- [Rust] Fixed deprecated `NaiveDateTime` usage in `DateTime` (by @ncave) -- [Rust] Fixed generic interface implementation types (by @ncave) -- [Rust] Fixed Dictionary constructor from IEnumerable (by @ncave) -- [Rust] Fixed Seq.cast support for arrays and lists (by @ncave) -- [JS/TS] `Boolean.tryParse` should not crash on `null` string (@goswinr) +- [JS/TS] Add `ConditionalWeakTable` (by @chkn) diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs index 6164d6f8cb..16f9478568 100644 --- a/src/Fable.Transforms/Global/Compiler.fs +++ b/src/Fable.Transforms/Global/Compiler.fs @@ -2,10 +2,10 @@ namespace Fable module Literals = [] - let VERSION = "4.15.0" + let VERSION = "4.16.0" [] - let JS_LIBRARY_VERSION = "1.3.0" + let JS_LIBRARY_VERSION = "1.4.0" type CompilerOptionsHelper = static member Make diff --git a/src/fable-library-ts/CHANGELOG.md b/src/fable-library-ts/CHANGELOG.md index 0c80d98ed7..073a63a90f 100644 --- a/src/fable-library-ts/CHANGELOG.md +++ b/src/fable-library-ts/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.4.0 - 2024-03-18 + ### Added * [JS/TS] Add `ConditionalWeakTable` (by @chkn) diff --git a/src/fable-library-ts/package.json b/src/fable-library-ts/package.json index 94d66a6ac6..214bfad984 100644 --- a/src/fable-library-ts/package.json +++ b/src/fable-library-ts/package.json @@ -3,7 +3,7 @@ "private": false, "type": "module", "name": "@fable-org/fable-library-ts", - "version": "1.3.0", + "version": "1.4.0", "description": "Core library used by F# projects compiled with fable.io", "author": "Fable Contributors", "license": "MIT", diff --git a/src/fable-standalone/CHANGELOG.md b/src/fable-standalone/CHANGELOG.md index e7f3042b90..8441863b99 100644 --- a/src/fable-standalone/CHANGELOG.md +++ b/src/fable-standalone/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.4.0 - 2024-03-18 + +### Changed + +* Fable 4.16.0 + ## 1.3.0 - 2024-03-18 ### Changed diff --git a/src/fable-standalone/package-lock.json b/src/fable-standalone/package-lock.json index a21d1948e2..9ed7700a99 100644 --- a/src/fable-standalone/package-lock.json +++ b/src/fable-standalone/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fable-org/fable-standalone", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fable-org/fable-standalone", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "esbuild": "^0.19.5", diff --git a/src/fable-standalone/package.json b/src/fable-standalone/package.json index 9853984a56..38e546d44e 100644 --- a/src/fable-standalone/package.json +++ b/src/fable-standalone/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@fable-org/fable-standalone", "private": false, - "version": "1.3.0", + "version": "1.4.0", "main": "./dist/bundle.min.js", "description": "Fable compiler", "keywords": [