Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion src/Fable.Cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_commit_released: 63bcd3d90f37cb3934edcc59b5f54f49ffab3896
last_commit_released: 09003de8bc72e4f73281828d905d49aab7db3f55
include:
- ../fable-library-beam/
- ../fable-library-dart/
Expand All @@ -25,6 +25,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 5.1.1 - 2026-05-29

### 🐞 Bug Fixes

* *(js/ts)* Throw an error when trying to set non-property memeber inside of `jsOptions` (#4624) ([2d9673f](https://github.com/fable-compiler/Fable/commit/2d9673fb609f6ae3273576c913929e0f601d8f5d))
* *(js/ts)* Reject JS-permissive date strings that .NET TryParse rejects (#4588) ([09003de](https://github.com/fable-compiler/Fable/commit/09003de8bc72e4f73281828d905d49aab7db3f55))

<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>

## 5.1.0 - 2026-05-28

### πŸš€ Features
Expand Down
11 changes: 10 additions & 1 deletion src/Fable.Compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_commit_released: 63bcd3d90f37cb3934edcc59b5f54f49ffab3896
last_commit_released: 09003de8bc72e4f73281828d905d49aab7db3f55
include:
- ../fable-library-beam/
- ../fable-library-dart/
Expand All @@ -21,6 +21,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 5.1.1 - 2026-05-29

### 🐞 Bug Fixes

* *(js/ts)* Throw an error when trying to set non-property memeber inside of `jsOptions` (#4624) ([2d9673f](https://github.com/fable-compiler/Fable/commit/2d9673fb609f6ae3273576c913929e0f601d8f5d))
* *(js/ts)* Reject JS-permissive date strings that .NET TryParse rejects (#4588) ([09003de](https://github.com/fable-compiler/Fable/commit/09003de8bc72e4f73281828d905d49aab7db3f55))

<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>

## 5.1.0 - 2026-05-28

### πŸš€ Features
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 @@ -2,10 +2,10 @@ namespace Fable

module Literals =
[<Literal>]
let VERSION = "5.1.0"
let VERSION = "5.1.1"

[<Literal>]
let JS_LIBRARY_VERSION = "2.1.0"
let JS_LIBRARY_VERSION = "2.1.1"

type CompilerOptionsHelper =
static member Make
Expand Down
10 changes: 9 additions & 1 deletion src/fable-compiler-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_commit_released: 63bcd3d90f37cb3934edcc59b5f54f49ffab3896
last_commit_released: 09003de8bc72e4f73281828d905d49aab7db3f55
include:
- ../Fable.Core/
- ../fable-standalone/
Expand All @@ -13,6 +13,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.2 - 2026-05-29

### 🐞 Bug Fixes

* *(js/ts)* Throw an error when trying to set non-property memeber inside of `jsOptions` (#4624) ([2d9673f](https://github.com/fable-compiler/Fable/commit/2d9673fb609f6ae3273576c913929e0f601d8f5d))

<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>

## 2.0.1 - 2026-05-28

### 🐞 Bug Fixes
Expand Down
10 changes: 9 additions & 1 deletion src/fable-library-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_commit_released: 63bcd3d90f37cb3934edcc59b5f54f49ffab3896
last_commit_released: 09003de8bc72e4f73281828d905d49aab7db3f55
updaters:
- package.json:
file: package.json
Expand All @@ -15,6 +15,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.1.1 - 2026-05-29

### 🐞 Bug Fixes

* *(js/ts)* Reject JS-permissive date strings that .NET TryParse rejects (#4588) ([09003de](https://github.com/fable-compiler/Fable/commit/09003de8bc72e4f73281828d905d49aab7db3f55))

<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>

## 2.1.0 - 2026-05-28

### πŸš€ Features
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": "2.1.0",
"version": "2.1.1",
"description": "Core library used by F# projects compiled with fable.io",
"author": "Fable Contributors",
"license": "MIT",
Expand Down
10 changes: 9 additions & 1 deletion src/fable-standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_commit_released: 63bcd3d90f37cb3934edcc59b5f54f49ffab3896
last_commit_released: 09003de8bc72e4f73281828d905d49aab7db3f55
include:
- ../Fable.Transforms/
- ../fcs-fable/
Expand All @@ -13,6 +13,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.2 - 2026-05-29

### 🐞 Bug Fixes

* *(js/ts)* Throw an error when trying to set non-property memeber inside of `jsOptions` (#4624) ([2d9673f](https://github.com/fable-compiler/Fable/commit/2d9673fb609f6ae3273576c913929e0f601d8f5d))

<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>

## 2.0.1 - 2026-05-28

### 🐞 Bug Fixes
Expand Down