Skip to content
Merged
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
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

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/),
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) from version [0.1.0] moving forward.

## [0.2.1] - 2025-10-23
### Changed
- Removed caret range from ts-lsp-client to use version 1.0.4, pr ([#59](https://github.com/fable-compiler/vite-plugin-fable/pull/59)), targets issue ([#58](https://github.com/fable-compiler/vite-plugin-fable/issues/58))

## [0.2.0] - 2025-06-24
### Changed
- Upgrade to Vite 7.0.0 as peer dependency and adjust transform hook to use latest filter property, pr ([#49](https://github.com/fable-compiler/vite-plugin-fable/pull/49)), targets issue ([#39]([#39](https://github.com/fable-compiler/vite-plugin-fable/issues/39))
Expand Down Expand Up @@ -112,4 +116,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial implementation of Vite plugin for Fable.
- Basic F# file compilation and integration with Vite build.
- Early support for project file watching and hot reload.
- Initial project setup, configuration, and documentation.
- Initial project setup, configuration, and documentation.
8 changes: 4 additions & 4 deletions bun.lock

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-fable",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "http://fable.io/vite-plugin-fable/",
"description": "",
"main": "index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@fable-org/fable-library-js": "2.0.0-beta.3",
"promise.withresolvers": "^1.0.3",
"rxjs": "^7.8.1",
"ts-lsp-client": "^1.0.3"
"ts-lsp-client": "1.0.4"
},
"peerDependencies": {
"esbuild": "*",
Expand Down