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.
- Fable 5.0.0-rc.1
- Fable 5.0.0-alpha.10
- Replace
FABLE_COMPILER_4withFABLE_COMPILER_5as the compiler directive
- Fixed includes to come from this package internals (by @MangelMaxime)
- Fixed includes to come from this package internals and to use
fable-library-jsinstead offable-library-ts(by @ncave)
- Use
@fable-org/fable-metadatapackage instead offable-metadata(by @MangelMaxime) - Use
@fable-org/fable-standalonepackage instead offable-standalone(by @MangelMaxime) - Make
GetDirectoryNamereturn"."instead of""if the path doesn't contain any directory (by @MangelMaxime)
- Fix initialization of
fable-standalonewith the new package format (by @MangelMaxime)
- Add
NPM_PACKAGE_FABLE_COMPILER_JAVASCRIPTcompiler directive (by @MangelMaxime)
- Release stable version
- First release as part of
@fable-orgscope