Changelog History
Page 4
-
v5.19.0-alpha.1439 Changes
December 16, 2019โฑ EHNANCEMENT:
Fake.DotNet.Cli
Add timeout field to kill the process after the given timeout - #2425
๐ท EHNANCEMENT:Fake.Core.Target
Add notification when a fake worker is idle - #2425
EHNANCEMENT: Use SPDX license expressions in the nuspec files, thanks @teo-tsirpanis - #2403
โจ ENHANCEMENT:fake-cli
Update bundled paket - #2425
โจ ENHANCEMENT:Fake.DotNet.Cli
Suppress copyright messages when invokingdotnet build
, thanks @objectx - #2436
EHNANCEMENT:Fake.Installer.Squirrel
Add additional Squirrel parameters, thanks @pchinery - #2431
๐ BUGFIX:Fake.Tools.Rsync
Fix typo in Rsync.fs options, thanks @rmunn - #2432
๐ BUGFIX:Fake.DotNet.Testing.Coverlet
Fix Coverlet output property name, thanks @SteveGilham - #2427
๐ BUGFIX:Fake.Tools.Octo
Octopus deploy trace always marked failures, thanks @ids-pfinn - #2428
๐ DOCS: Change the README badges and their placement, thanks @teo-tsirpanis - #2437 -
v5.19-alpha Changes
December 15, 2019- โฑ EHNANCEMENT:
Fake.DotNet.Cli
Add timeout field to kill the process after the given timeout - https://github.com/fsharp/FAKE/pull/2425 - ๐ท EHNANCEMENT:
Fake.Core.Target
Add notification when a fake worker is idle - https://github.com/fsharp/FAKE/pull/2425 - EHNANCEMENT: Use SPDX license expressions in the nuspec files, thanks @teo-tsirpanis - https://github.com/fsharp/FAKE/pull/2403
- โจ ENHANCEMENT:
fake-cli
Update bundled paket - https://github.com/fsharp/FAKE/pull/2425 - โจ ENHANCEMENT:
Fake.DotNet.Cli
Suppress copyright messages when invokingdotnet build
, thanks @objectx - https://github.com/fsharp/FAKE/pull/2436 - EHNANCEMENT:
Fake.Installer.Squirrel
Add additional Squirrel parameters, thanks @pchinery - https://github.com/fsharp/FAKE/pull/2431 - ๐ BUGFIX:
Fake.Tools.Rsync
Fix typo in Rsync.fs options, thanks @rmunn - https://github.com/fsharp/FAKE/pull/2432 - ๐ BUGFIX:
Fake.DotNet.Testing.Coverlet
Fix Coverlet output property name, thanks @SteveGilham - https://github.com/fsharp/FAKE/pull/2427 - ๐ BUGFIX:
Fake.Tools.Octo
Octopus deploy trace always marked failures, thanks @ids-pfinn - https://github.com/fsharp/FAKE/pull/2428 - ๐ DOCS: Change the README badges and their placement, thanks @teo-tsirpanis - https://github.com/fsharp/FAKE/pull/2437
- โฑ EHNANCEMENT:
-
v5.18.3 Changes
November 04, 2019 -
v5.18.2 Changes
October 26, 2019๐ NEW: Add
Fake.DotNet.Testing.Coverlet
, thanks @Tarmil - #2413
๐ BUGFIX:paket pack
module was broken, thanks @sergey-tihon - #2418 -
v5.18.1 Changes
October 22, 2019 -
v5.18.0 Changes
October 21, 2019โจ ENHANCEMENT: Add core support for local tools via
CreateProcess.withToolType
, this helper is part ofFake.DotNet.Cli
and available afteropen Fake.Core
- #2399
โจ ENHANCEMENT: AddToolType
support inReportGenerator
andPaket
, thanks @SteveGilham and @Tarmil - #2399
ENHANCEMENT: AddFAKE_COREFX_VERBOSE
in order to increase verbosity for the FAKE libraries
โจ ENHANCEMENT: AddDotNet.setupEnv
in order to improve working with installed SDKs (for example when calling fable), fixes #2405
๐ BUGFIX: Address #2406 by only printing a warning instead of crashing
๐ BUGFIX: Partially address #2401 by allowing the user to continue and request additional info.
๐ BUGFIX: Fix "FindLocalTools fails to search Paket.exe in Subdirectory" - #2390 -
v5.17.0 Changes
October 10, 2019๐ DOCS: Remove Issue Stats, thanks @vbfox - #2393
โจ ENHANCEMENT: Support VSTest parallel test execution setting, thanks @dungpa - #2385
โจ ENHANCEMENT: Update dotnet new template, thanks @Krzysztof-Cieslak - #2391
๐ BUGFIX: Fix API for DotCover.report, thanks @TomasMorton - #2389
โจ ENHANCEMENT: Add installFrozenLockFile option for Yarn, thanks @rfrerebe - #2388
โจ ENHANCEMENT: Add the extra OpenCover registration options, thanks @SteveGilham - #2387
โจ ENHANCEMENT: Allow FSI evaluation option for FSharp.Formatting, thanks @kurtschelfthout - #2158
๐ BUGFIX: Fixed DocFx bug, thanks @DigitalFlow - #2188
โจ ENHANCEMENT: Add support for contentFiles to Fake.DotNet.NuGet packaging, thanks @chappoo - #2165
โจ ENHANCEMENT: Support mono in Fake.DotNet.Fsc, thanks @wallymathieu - #2397 -
v5.16.2-alpha.1304 Changes
October 08, 2019 -
v5.16.1 Changes
August 25, 2019BUGFIX: Fix that
generate_load_scripts
prevents restore after update - #2382
๐ BUGFIX: Fix FAKE unable to load assemblies in some scenarios - #2381
๐ BUGFIX: Fix File.getVersion fails if version is not set, thanks @SCullman - #2378
โจ ENHANCEMENT: makeFake.DotNet.Paket
work with the dotnet tool based version of Paket, thanks @seanamosw - #2364
โจ ENHANCEMENT: addOrganization
field toFake.Testing.SonarQube
, thanks @Lutando - #2358
โจ ENHANCEMENT: AddedArguments.appendRaw*
functions to handle weird microsoft escaping.
โจ ENHANCEMENT: AddedEnvironment.getNuGetPackagesCacheFolder()
, returns the NuGet packages path.
โจ ENHANCEMENT: AddedProcessUtils.tryFindLocalTool
to resolve tools via a common logic (Fake.IO.Globbing.Tools
is not obsolete)
๐ DOCS: Fix some broken links - #2351 -
v5.16.0 Changes
August 17, 2019๐ LEGACY: Remove
Fake.Deploy
from repository and NuGet package, see #1820
โก๏ธ LEGACY: Update tonet461
to support latestFSharp.Compiler.Service
to fix #2362
๐ LEGACY: Release a new version ofFakeLib.dll
(the original FAKE NuGet package)
๐ BUGFIX: Fake.Api.Slack usesUsername
notFrom
, thanks @mastion - #2360
โจ ENHANCEMENT: add rollforward policy to next-major to makefake-cli
work in future dotnet sdk major version, thanks @baronfel - #2372
โจ ENHANCEMENT:ProcessUtils
now considersPATHEXT
on windows - #2368
โจ ENHANCEMENT: [Fake.Api.GitHub
] AddedTargetCommitish
parameter to theCreateReleaseParams
record. This parameter is passed to Octokit's 'NewRelease', and allows for the creation of releases from arbitrary commits when the release tag does not exist yet, thanks @nikolamilekic - #2367
โฌ๏ธ (Minor) BREAKING: Drop support fornetstandard1.6
andnet46
(please open an issue if that actually hits you). All fake modules are now compiled fornetstandard2.0
,net462
andFSharp.Core 4.7
, you should consider to upgrade your runtime.
โจ ENHANCEMENT:Fake.DotNet.Fsc
andFake.DotNet.Fsi
now use latestFSharp.Compiler.Service
โจ ENHANCEMENT: The fake runtime now supportsFSharp.Core 4.7
, thanks @drssoccer55 - #2373