All Versions
287
Latest Version
Avg Release Cycle
43 days
Latest Release
969 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v5.3.1 Changes
August 06, 2018- ๐ BUGFIX: Minor code improvements - https://github.com/fsharp/FAKE/pull/2045
- ๐ BUGFIX: Adding newline to fix 'fake --help' formatting - https://github.com/fsharp/FAKE/pull/2051
- ๐ BUGFIX: Proper quotations in
Fake.DotNet.Cli
module - https://github.com/fsharp/FAKE/pull/2053 - ๐ BUGFIX: Proper quotations in
Process.quote
andProcess.quoteIfNeeded
- https://github.com/fsharp/FAKE/pull/2045 - ๐ BUGFIX: The latest template now always installs the latest stable of fake - https://github.com/fsharp/FAKE/pull/2045
- ๐ BUGFIX: Support white spaces in paths when using the template on unix shell - https://github.com/fsharp/FAKE/issues/2054
- ๐ DOCS: Add SemVer module to the docs
- ๐ DOCS: Fix Rsync link in the docs
-
v5.3.0 Changes
July 30, 2018- ๐ NEW: module Fake.Tools.Rsync - https://github.com/fsharp/FAKE/pull/1987
- ๐ NEW: module Fake.Installer.Wix - https://github.com/fsharp/FAKE/pull/2002
- ๐ NEW: module Fake.DotNet.Testing.VSTest - https://github.com/fsharp/FAKE/pull/2008
- โจ ENHANCEMENT: Add .NET Sdk 2.1.302 version to Fake.DotNet.Cli - https://github.com/fsharp/FAKE/pull/2034
- โจ ENHANCEMENT: Add extended commit message to Fake.Tools.Git - https://github.com/fsharp/FAKE/pull/2038
- โจ ENHANCEMENT: GlobbingPattern.createFrom in Fake.IO.FileSystem - https://github.com/fsharp/FAKE/pull/2030
- โจ ENHANCEMENT: Add
BuildConfiguration.fromEnvironmentVarOrDefault
to Fake.DotNet.Cli - https://github.com/fsharp/FAKE/pull/2031 - โจ ENHANCEMENT: Add
withAdditionalArgs
helper to Fake.DotNet.Cli - https://github.com/fsharp/FAKE/pull/2044 - ๐ BUGFIX: Unbreak outdir on older mono - https://github.com/fsharp/FAKE/pull/2021
- ๐ BUGFIX: Fix Expecto ParallelWorkers - https://github.com/fsharp/FAKE/pull/2028
- ๐ BUGFIX: Environment setup error when running fake from a subdirectory - https://github.com/fsharp/FAKE/issues/2025
- ๐ BUGFIX: Fix signature of
Zip.createZip
- https://github.com/fsharp/FAKE/issues/2024 - ๐ BUGFIX: Call gitversion with mono if required - https://github.com/fsharp/FAKE/issues/2041
-
v5.2.0 Changes
July 10, 2018- โจ ENHANCEMENT: Improve output around empty target descriptions - https://github.com/fsharp/FAKE/pull/1996
- ๐ BUGFIX: Proper handling of dotnet SDK versioning - https://github.com/fsharp/FAKE/pull/1963
- ๐ NEW: Add debian package (maintainer wanted for hosting!) - https://github.com/fsharp/FAKE/pull/1863
- ๐ BUGFIX: Fix ambiguity in new octokit release - https://github.com/fsharp/FAKE/pull/2004
- ๐ BUGFIX: Fix XML poke - https://github.com/fsharp/FAKE/pull/2005
- ๐ BUGFIX: Fix SQLPackage path with VS2017 - https://github.com/fsharp/FAKE/pull/2006
- ๐ BUGFIX: Warn when resolved FSharp.Core doesn't match - https://github.com/fsharp/FAKE/issues/2001
- โจ ENHANCEMENT: Upgrade runner to FSharp.Core 4.5
- โจ ENHANCEMENT: Fix tracing of final and failure targets and add new
Trace.useWith
API - https://github.com/fsharp/FAKE/pull/2009 and https://github.com/fsharp/FAKE/pull/2016
-
v5.1.0 Changes
June 18, 2018- ๐ NEW: module Fake.DotNet.Fsi to start fsharpi/fsi.exe on a F# script - https://github.com/fsharp/FAKE/pull/1970
- ๐ NEW:
dotnet new -i "fake-template::*"
anddotnet new fake
to get started via SDK-template - https://github.com/fsharp/FAKE/pull/1989 and https://github.com/fsharp/FAKE/pull/1990 - ๐ NEW: module Fake.Tools.GitVersion to interact with gitversion.exe - https://github.com/fsharp/FAKE/pull/1988
- โจ ENHANCEMENT: Add
traceImportantf
andtraceErrorf
- https://github.com/fsharp/FAKE/pull/1986 - โจ ENHANCEMENT: Minimalize dependencies between FAKE packages - https://github.com/fsharp/FAKE/pull/1980
- โจ ENHANCEMENT: Change chocolatey package according to feedback - https://github.com/fsharp/FAKE/pull/1983
- ๐ BUGFIX: Fix locating kudusync.cmd in Fake.Azure.Kudu - https://github.com/fsharp/FAKE/pull/1995
- ๐ NEW: module Fake.Core.UserInput - https://github.com/fsharp/FAKE/pull/1997
-
v5.0.0 Changes
June 06, 2018- Deep integration into the .NET SDK and .Net Core
- Global dotnet cli-tool
dotnet tool install fake-cli -g --version 5.*
dotnet-fake
cli tool viaDotNetCliToolReference
- ๐ Standalone
.zip
xcopy deployment and various package manager integrations (for example chocolatey). - ๐ฆ The old runner (
FAKE
nuget package) is obsolete - ๐ FakeLib and FAKE.Deploy are obsolete - https://github.com/fsharp/FAKE/issues/1820
- ๐ Clean and modularized API - A lot of stuff is obsolete now as it moved to a different location and will be removed with version 6
- ๐ Feature to import fake modules - https://fake.build/fake-fake5-modules.html
- ๐ Migration guide - https://fake.build/fake-migrate-to-fake-5.html
- ๐ New and clean CLI interface - https://fake.build/fake-commandline.html
- ๐
build.sh
andbuild.cmd
are no longer required - Modules can be used in regular projects
- ๐ You can extend FAKE more easily - https://fake.build/fake-fake5-custom-modules.html
- ๐ API Guideline - https://fake.build/contributing.html#API-Design
- ๐ Improved F# scripting support including support for command-line arguments
- ๐ Learn more - https://fake.build/fake-fake5-learn-more.html
-
v5.0.0-rc018.248 Changes
June 05, 2018- FAKE5: New module Fake.Core.FakeVar - https://github.com/fsharp/FAKE/pull/1978
-
v5.0.0-rc018.244 Changes
June 02, 2018- โจ ENHANCEMENT: Upgrade to final release of global tools - https://github.com/fsharp/FAKE/pull/1972
- โจ ENHANCEMENT: Upgrade to netcore2.1 - https://github.com/fsharp/FAKE/pull/1972
- ๐ BUGFIX: Fix issue to hide secrets in output - https://github.com/fsharp/FAKE/pull/1969
-
v5.0.0-rc017 Changes
May 22, 2018- ๐ฅ BREAKING: Add some
[<RequireQualifiedAccess>]
attributes according to API-Guidelines (Target, Globbing, AssemblyInfoFile) - โจ ENHANCEMENT: Mark
Target.DoNothing
as obsolete - โจ ENHANCEMENT: Mark
Target.Description
as obsolete and addTarget.description
- ๐ BUGFIX: Includes fixes from 4.64.12
- ๐ BUGFIX: Quoting in NuGet Restore task - https://github.com/fsharp/FAKE/pull/1962
- ๐ BUGFIX: Fix several bugs in AssemblyInfo reader - https://github.com/fsharp/FAKE/pull/1959
- ๐ BUGFIX: Workaround System.Reactive v4 release breaking us - https://github.com/fsharp/FAKE/issues/1966
- ๐ฅ BREAKING: Add some
-
v5.0.0-rc016 Changes
May 21, 2018- โจ ENHANCEMENT: Make caches more portable - https://github.com/fsharp/FAKE/issues/1924
- โจ ENHANCEMENT: Handle Ctrl+C to properly shutdown (for example run final targets) - https://github.com/fsharp/FAKE/pull/1946
- โจ ENHANCEMENT: Add
Target.deactivateBuildFailure
andTarget.deactivateFinal
- https://github.com/fsharp/FAKE/pull/1949 - ๐ BUGFIX: Fake had problems with
#load
directives in some scenarios - https://github.com/fsharp/FAKE/issues/1947 - ๐ BUGFIX: Parallel Builds on Team-Foundation would sometimes fail because of racy output of
#vso[]
commands - https://github.com/fsharp/FAKE/pull/1949 - ๐ BUGFIX: Parallel runner would run more targets than needed in error case - https://github.com/fsharp/FAKE/pull/1949
-
v5.0.0-rc015 Changes
May 21, 2018- FAKE5: Global dotnet cli-tool
fake-cli
- https://github.com/fsharp/FAKE/pull/1932 Install viadotnet 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 - https://github.com/fsharp/FAKE/issues/1692
- โจ ENHANCEMENT: Add API to set the build state - https://github.com/fsharp/FAKE/issues/1936
- โจ ENHANCEMENT: Add
Shell.copyFilesWithSubFolder
to copy files while keeping relative directories in place - https://github.com/fsharp/FAKE/issues/1937 - โจ ENHANCEMENT: Fake runner will now hint you into success when dependencies are missing - https://github.com/fsharp/FAKE/issues/1783
- FAKE5: Global dotnet cli-tool