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.
- Remove
MemberRefInfo.Attributes
GH-3817 (by @DunetsNM)
- Add
MemberRefInfo.AttributeFullNames
GH-3817 (by @DunetsNM)
- Change
| TypeCast of expr: Expr * Type
to| TypeCast of expr: Expr * typ: Type
- Add
Attributes
toMemberRefInfo
- Get sources from PluginHelper
- Add Entity.DeclaringEntity
- Add IsInternal/IsPrivate to Entity and MemberFunctionOrValue
- Stable AST for Fable 4
- Snake Island alpha release
- Publish with icon and symbols @cartermp
- Add GetOutputPath to PluginHelper
- Official release
- Add
Expr.LetRec
- Add
ScanForPluginsAttribute
- Add
AST.Fable.File
argument toMemberDeclarationPlugin.Transform
- Add
MemberDecl.ExportDefault
- Beta release
- Use string literals in ImportInfo
- Add optional string tag to TypeCast
- Add methods from Compiler to PluginHelper
- Add CallMemberInfo to Call expr
- Merge Member/Call plugins
- First alpha release