Releases: fsprojects/FAKE
5.0.0-rc009
FAKE5: New module Fake.Installer.InnoSetu
- #1890
DOCS: Order module-namespaces alphabetically - #1891
BUGFIX: Make sure ReportGenerator is run with mono on unix - #1894
DOCS: Make sure API docs for new modules and FAKE 4 is available - #1893
PERFORMANCE: A lot of shortcuts have been added to improve the speed of some common use-cases - #1891
BUGFIX: tryFindFileOnPath
not working properly on windows - #1899
BREAKING: Change --environmentvariable to --environment-variable and --singletarget to --single-target - #1896
BREAKING: Targets with arguments are not opt-in to make the command line parser fail on spurious inputs by default - #1896
See https://fake.build/core-targets.html#Targets-with-arguments for details, basically you need to use Target.runOrDefaultWithArguments
instead of Target.runOrDefault
to opt-in.
DOCS: Fix missing modules on documentation page - #1895
DOCS: Documentation can now be hosted locally via fake build target HostDocs
(after it has been built) - #1891
5.0.0-rc008
FAKE4: Bundle System.ValueTuple to prevent some issues - #1883
DOCS: Various improvements - #1883
FAKE5: New module Fake.Tools.Pickles
- #1884
FAKE5: New module Fake.Tools.Mage
- #1885
FAKE5: New module Fake.DotNet.Testing.SpecFlow
- #1886
FAKE5: New module Fake.Testing.ReportGenerator
- #1887
BUGFIX: Some fixes in TeamFoundation integration - #1883
5.0.0-rc007
5.0.0-rc006
5.0.0-rc005
5.0.0-rc004
Same as rc002
5.0.0-rc001
[BREAKING] New runner is not compatible with old Fake.Core.Target
package. Make sure to upgrade your packages before updating the runner!
[BREAKING] Fix inconsistent naming of MSBuild package (MsBuild -> MSBuild), add setParams to run* methods - #1837
[BREAKING] Update to the CLI, see https://fake.build/fake-commandline.html
[FAKE 5] Implement MSBuild /nowarn command line option (#1840)
[FAKE 5] Target Parameters (closes #1830)
[FAKE 5] Scripts can now have/use their own CLI.
[FAKE 5] Performance numbers (closes #1831)
[FAKE 5] new module Fake.Core.CommandLineParsing
, see https://fake.build/core-commandlineparsing.html
[DOCS] fixes #1845
[BUGFIX] fix various migration messages and fix ChangeWatcher according to API-Guideline
[BUGFIX] Remove content-disposition from Azure.Webjobs - #1844
[BUGFIX] Don't alter global shell var $cur - #1844
[BUGFIX] Fix docs and traces for dotnet version (#1835)
5.0.0-beta029
BUGFIX: Fix mono version detection on netcore.
5.0.0-beta028
ENHANCEMENT: Fix API Guidelines on various modules
BREAKING: API changes, cleanup and redesign Process module slightly
BUGFIX: Crash on DotNet.Install
when no dotnet was found.
5.0.0-beta027
ENHANCEMENT: Allow to wire DotNet.Install
and DotNet.<Command>
such that they work together, see https://fake.build/dotnet-cli.html
DOCS: Document how to run fake 5 scripts via fsi
, see https://fake.build/fake-debugging.html