Releases: fsprojects/FAKE
5.0.0-rc018.248
5.0.0-rc018-244
5.0.0-rc017.237
BREAKING: Add some [<RequireQualifiedAccess>]
attributes accoding to API-Guidelines (Target, Globbing, AssemblyInfoFile)
ENHANCEMENT: Mark Target.DoNothing
as obsolete
ENHANCEMENT: Mark Target.Description
as obsolete and add Target.description
BUGFIX: Includes fixes from 4.64.12
BUGFIX: Quoting in NuGet Restore task - #1962
BUGFIX: Fix several bugs in AssemblyInfo reader - #1959
BUGFIX: Workaround System.Reactive v4 release breaking us - #1966
5.0.0-rc016.225
ENHANCEMENT: Make caches more portable - #1924
ENHANCEMENT: Handle Ctrl+C to properly shutdown (for example run final targets) - #1946
ENHANCEMENT: Add Target.deactivateBuildFailure
and Target.deactivateFinal
- #1949
BUGFIX: Fake had problems with #load
directives in some scenarios - #1947
BUGFIX: Parallel Builds on Team-Foundation would sometimes fail because of racy output of #vso[]
commands - #1949
BUGFIX: Parallel runner would run more targets than needed in error case - #1949
5.0.0-rc015.196
FAKE5: Global dotnet cli-tool fake-cli
- #1932
Install via dotnet tool install fake-cli -g --version 5.0.0-*
BUGFIX: Some issues when running latest dotnet cli
via the Fake.DotNet.Cli module.
BUGFIX: Fake.Core.Xml changed DOCTYPE - #1692
ENHANCEMENT: Add API to set the build state - #1936
ENHANCEMENT: Add Shell.copyFilesWithSubFolder
to copy files while keeping relative directories in place - #1937
ENHANCEMENT: Fake runner will now hint you into success when dependencies are missing - #1783
5.0.0-rc014.167
BUGFIX: Globbing is now more robust (especially outside the working directory) - #1925 #1750 and some not tracked issues
COSMETICS: Fake is printing target description twice - #1931
ENHANCEMENT: Fake parallel logic is not even smarter in running targets parallel - #1934
DOCS: We now have a full staging environment in place - https://fake.build/contributing.html#Staging-environment
DOCS: We now have a place to thank our supporters - https://fake.build/help-supporters.html
5.0.0-rc013.141
ENHANCEMENT: Add partial restore (to improve the speed when using in a release-pipeline) - #1926
FAKE5: Xake now supports FAKE 5 and is advertised as module - https://github.com/xakebuild/Xake
5.0.0-rc012.95
FAKE5: New module Fake.Windows.Registry
- #1909
BUGFIX: Fix MSBuild parameter parsing - #1918
BUGFIX: DocoptException was not reported correctly - MangelMaxime/fulma-demo#4
FAKE5: New module Fake.DotNet.Fsc
- #1919
ENHANCEMENT: Improve GitLab and VSTS CI Support - #1920
FAKE5: New module Fake.BuildServer.GitLab
- #1919
BUGFIX: Zip.unzip was flattening the result - #1920
BUGFIX: Fake complained that Intellisense.fsx didn't exist - #1917
ENHANCEMENT: Targets now retrieve the current execution list as context parameter - #1920
DOCS: Huge update to the documentation, adds obsolete warnings thanks @kblohm - #1923
5.0.0-rc011
ENHANCEMENT: Add Verbosity setting for NuGet restore - #1904
BUGFIX: Fix msbuild helper OutputPath with trailing \
- #1905
BUGFIX: Make Fake.Tools.Pickles
run on unix (with mono) - #1901
DOCS: Add docs on how to test modules locally - #1906
DOCS: Added some links to the documentation of SpecFlow, Pickles and ReportGenerator - #1907
BUGFIX: API-Reference documentation showing invalid tool-tips - #1912
BUGFIX: Fake being unable to compile when intellisense.fsx
doesn't exist - #1908
ENHANCEMENT: Some improvements to the target build order algorithm - #1903
5.0.0-rc010
BUGFIX: Some minor issues after last performance release - #1902