Skip to content

Releases: fsprojects/FAKE

5.0.0-rc009

01 May 17:53
Compare
Choose a tag to compare
5.0.0-rc009 Pre-release
Pre-release

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

26 Apr 20:49
Compare
Choose a tag to compare
5.0.0-rc008 Pre-release
Pre-release

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

22 Apr 23:36
Compare
Choose a tag to compare
5.0.0-rc007 Pre-release
Pre-release

DOCS: Update documentation issues - #1881
BUGFIX: Improve error message when groups doesn't exist - #1874
BUGFIX: Improve error message when file doesn't exist (Process.start) - #1875
ENHANCEMENT: Make Shell module conform to API-guidelines. Mark existing functions as obsolete - #1882

5.0.0-rc006

22 Apr 15:38
Compare
Choose a tag to compare
5.0.0-rc006 Pre-release
Pre-release

FAKE5: New module Fake.DotNet.Testing.Expecto - #1871
FAKE5: New module Fake.Sql.DacPac - #1878
FAKE5: New module Fake.Documentation.DocFx - #1872
FAKE5: Add ChangeLog module to Fake.Core.ReleaseNotes - #1876
DOCS: Fix some documentation - #1877

5.0.0-rc005

15 Apr 16:47
Compare
Choose a tag to compare
5.0.0-rc005 Pre-release
Pre-release

[DOCS] Improve NPM documentation - #1867
[FAKE 5] Add yarn module 'Fake.JavaScript.Yarn' - #1868
[FAKE 5] Add HockeyApp module 'Fake.Api.HockeyApp' - #1870
[BUGFIX] Properly handle '.' in file-names - #1865
Add some missing RequireQualifiedAccess Attributes - #1862

5.0.0-rc004

09 Apr 20:43
Compare
Choose a tag to compare
5.0.0-rc004 Pre-release
Pre-release

Same as rc002

5.0.0-rc001

07 Apr 22:09
Compare
Choose a tag to compare
5.0.0-rc001 Pre-release
Pre-release

[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

25 Mar 02:39
Compare
Choose a tag to compare
5.0.0-beta029 Pre-release
Pre-release

BUGFIX: Fix mono version detection on netcore.

5.0.0-beta028

24 Mar 22:37
Compare
Choose a tag to compare
5.0.0-beta028 Pre-release
Pre-release

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

24 Mar 15:55
Compare
Choose a tag to compare
5.0.0-beta027 Pre-release
Pre-release

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