Skip to content

Commit

Permalink
Release 4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Feb 13, 2024
1 parent 514dde8 commit 1353066
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 63 deletions.
59 changes: 3 additions & 56 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,66 +4,13 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>4.12.0</Version>
<PackageReleaseNotes>## Added


### All

- [GH-3733](https://github.com/fable-compiler/Fable/pull/3733) [GH-3727](https://github.com/fable-compiler/Fable/pull/3727) Add support for more `Result` API (by @zprobinson)
* `Result.isOk`
* `Result.isError`
* `Result.Contains`
* `Result.Count`
* `Result.DefaultValue`
* `Result.DefaultWith`
* `Result.Exists`
* `Result.Fold`
* `Result.FoldBack`
* `Result.ForAll`
* `Result.Iterate`
* `Result.ToArray`
* `Result.ToList`
* `Result.ToOption`
- [GH-3721](https://github.com/fable-compiler/Fable/pull/3721) Add `--test:MSBuildCracker` flag allowing to use the experimental MSBuildCracker (by @nojaf)

### JavaScript

- [GH-3745](https://github.com/fable-compiler/Fable/pull/3745) Add support for `ListCollector` (by @nojaf)
* `instance.Add`
* `instance.AddMany`
* `instance.AddManyAndClose`
* `instance.Close`

## Changed


### JavaScript

- [GH-3749](https://github.com/fable-compiler/Fable/pull/3749) Rename `fable-library` to `fable-library-js` (by @MangelMaxime)

## Removed
<Version>4.12.1</Version>
<PackageReleaseNotes>## Fixed


### JavaScript

- Remove `Choice.d.ts` from source code of `fable-library` (by @MangelMaxime)

### TypeScript

- Remove `Choice.d.ts` from source code of `fable-library` (by @MangelMaxime)

## Fixed


### Python

- [GH-3717](https://github.com/fable-compiler/Fable/issues/3717) Nested type with Custom Equality gives false negative equality (by @dbrattli)
- Generate assert statements for `assert` expressions in debug mode (by @dbrattli)

### All

- [GH-3744](https://github.com/fable-compiler/Fable/pull/3744) Fix behaviour when passing `--verbose` to be consistent with behaviour before changing the logging library (by @nojaf)
- Embed `fable-library-js` in Fable DLL (by @MangelMaxime)

</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
Expand Down
4 changes: 2 additions & 2 deletions src/Fable.Transforms/Global/Compiler.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System

module Literals =
[<Literal>]
let VERSION = "4.12.0"
let VERSION = "4.12.1"

[<Literal>]
let JS_LIBRARY_VERSION = "1.0.0-beta-001"
let JS_LIBRARY_VERSION = "1.0.0"

type CompilerOptionsHelper =
static member Make
Expand Down
4 changes: 2 additions & 2 deletions src/fable-compiler-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/fable-library-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 1.0.0 - 2024-02-13

* Release stable version

## 1.0.0-beta-001 - 2024-02-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/fable-library-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"type": "module",
"name": "@fable-org/fable-library-ts",
"version": "1.0.0-beta-001",
"version": "1.0.0",
"description": "Core library used by F# projects compiled with fable.io",
"author": "Fable Contributors",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/fable-standalone/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1353066

Please sign in to comment.