Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

76 lines (41 loc) · 2.13 KB

Changelog

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.

Unreleased

4.0.0-alpha-010 - 2024-05-24

Fixed

  • GH-3835 [All] Use case insensitive comparison when searching for dependencies between fable packages (by @ThisFunctionalTom)

4.0.0-alpha-009 - 2024-05-24

Changed

  • Fable 4.18.0

4.0.0-alpha-008 - 2024-02-27

Fixed

  • GH-3769 The dependent files of the current file should be detected for the signature file if there is one present. (by @nojaf)
  • GH-3769 Local plugin build does not run indefinably. (by @nojaf)

4.0.0-alpha-007 - 2024-02-20

Added

  • GH-3758 Endpoint to get Fable.AST for a file. (by @nojaf)

Fixed

  • GH-3763 Redirect plugin build stdout and pass to logger. (by @nojaf)

4.0.0-alpha-006 - 2024-02-12

Changed

  • Update to Fable.AST 4.4.0

4.0.0-alpha-005 - 2024-02-12

Changed

  • GH-3742 Return diagnostics in compile response (by @nojaf)
  • GH-3746 Extract type-checking from compilation (by @nojaf)

4.0.0-alpha-004 - 2024-01-30

Changed

  • GH-3724 Internalize GetFableModulesFromDir & GetFableModulesFromProject (by @nojaf)

4.0.0-alpha-003 - 2024-01-30

  • GH-3720 Introduce ProjectCrackerResolver allowing customizing the project resolution (by @nojaf)

4.0.0-alpha-002 - 2024-01-25

Changed

  • Respect file extension from CliArgs
  • Use Microsoft.Extensions.Logging
  • Load Fable plugins

4.0.0-alpha-001 - 2023-12-14

  • Initial release

4.0.0-beta-001 - 2023-12-14 [YANKED]

  • Initial release