All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning from version [0.1.0] moving forward.
- Bug fix targeting issue (#53) as log warn and no crash, for protocol error in json rpc serialization when there is id count mismatch
- removed Nojaf.React bindings nuget package and using Feliz instead for sample-project, as it is what is most used in community projects and suggested by official fable docs for React.
- pr (#55)
- Upgrade to Vite 7.0.0 as peer dependency and adjust transform hook to use latest filter property, pr (#49), targets issue (#39
- Support
majorroll forward dotnet versions of runtime for Fable.Daemon, pr (#46), targets issue (#44)
- bumping version and package release for changelog sync
- Fable.Compiler updated to 5.0.0-alpha.13 (#38)
- Added caret range to fable-library-js (#38)
- Updated fable-library-js to 2.0.0-beta.3 (#38)
- Updated fable-library-js to ^2.0.0-beta.3 (#38)
- Added README for Fable Daemon (#34)
- Upgrade to latest Fable.Compiler and Fable.AST (#13)
- Update node dependencies and bump version
- Fix Thoth.Json usage (#23)
- Error overlay for development (#8)
- Vite 6 support (#11)
- Improved diagnostics (#3)
- Debug viewer (#5)
- Combine file changes for faster rebuilds (#6)
- Project options cache (#2)
- Support for arm64 architecture in postinstall (#1)
- Improved endpoint call control via shared pending changes subscription.
- Various internal improvements and bug fixes.
- Update Fable.Compiler to 4.0.0-alpha-008.
- Update TypeScript and include debug folder.
- Handle F# changes via handleHotUpdate callback.
- Improved file change tracking and project cache key logic.
- Only send sourceFiles list of FSharpProjectOptions to plugin.
- Additional logging and reuse of CrackerOptions.
- Debug documentation and error overlay prototype.
- Initial debug page setup.
- Diagnostics support (#3).
- Use @fable-org/fable-library-js.
- Thoth.Json support.
- Initial cache key setup for project configuration.
- Initial caching for design time build.
- 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.