Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
Change
Union Cases
Union Case | Description |
Added(string)
Signature: string
|
for new features |
Changed(string)
Signature: string
|
for changes in existing functionality |
Custom(string,string)
Signature: string * string
|
Custom entry (Header, Description) |
Deprecated(string)
Signature: string
|
for once-stable features removed in upcoming releases |
Fixed(string)
Signature: string
|
for any bug fixes |
Removed(string)
Signature: string
|
for deprecated features removed in this release |
Security(string)
Signature: string
|
to invite users to upgrade in case of vulnerabilities |
Static members
Static member | Description |
Change.New(header, line)
Signature: (header:string * line:string) -> Change
|