Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
Change
Union Cases
Union Case | Description |
Added(ChangeText)
Signature: ChangeText
|
for new features |
Changed(ChangeText)
Signature: ChangeText
|
for changes in existing functionality |
Custom(string,ChangeText)
Signature: string * ChangeText
|
Custom entry (Header, Description) |
Deprecated(ChangeText)
Signature: ChangeText
|
for once-stable features removed in upcoming releases |
Fixed(ChangeText)
Signature: ChangeText
|
for any bug fixes |
Removed(ChangeText)
Signature: ChangeText
|
for deprecated features removed in this release |
Security(ChangeText)
Signature: ChangeText
|
to invite users to upgrade in case of vulnerabilities |
Static members
Static member | Description |
Change.New(header, line)
Signature: (header:string * line:string) -> Change
|