v0.6.1 - 2024-01-07
This version fixes a build issue. It also provides .NET tool version upgrade and some performance improvement.
CLI Tools
- (Windows)
milone
command now generates VS2022 project files to build C code.
LSP Server
- Parse results are now memoized
- Some refactoring
Internal Changes
Compiler:
- Type synonym expansions is now faster
- Preparations for workspaces:
- Multiple
main
functions are now allowed - (Windows) MSBuild backend supports multi-projects
- Multiple
Others:
- Use
--allsig
options in F# projects (to reduce compilation time) - Add
scripts/prof
anddocs/internals/profiling.md
- Fix build/pack scripts