All Versions
287
Latest Version
Avg Release Cycle
43 days
Latest Release
1299 days ago

Changelog History
Page 5

  • v5.16.0-alpha.1228 Changes

    August 17, 2019

    ๐Ÿš€ LEGACY: Remove Fake.Deploy from repository and NuGet package, see #1820
    โšก๏ธ LEGACY: Update to net461 to support latest FSharp.Compiler.Service to fix #2362
    ๐Ÿš€ LEGACY: Release a new version of FakeLib.dll (the original FAKE NuGet package)
    ๐Ÿ›  BUGFIX: Fake.Api.Slack uses Username not From, thanks @mastion - #2360
    โœจ ENHANCEMENT: add rollforward policy to next-major to make fake-cli work in future dotnet sdk major version, thanks @baronfel - #2372
    โœจ ENHANCEMENT: ProcessUtils now considers PATHEXT on windows - #2368
    โœจ ENHANCEMENT: [Fake.Api.GitHub] Added TargetCommitish parameter to the CreateReleaseParams 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 for netstandard1.6 and net46 (please open an issue if that actually hits you). All fake modules are now compiled for netstandard2.0, net462 and FSharp.Core 4.7, you should consider to upgrade your runtime.
    โœจ ENHANCEMENT: Fake.DotNet.Fsc and Fake.DotNet.Fsi now use latest FSharp.Compiler.Service

  • v5.15.4 Changes

    July 16, 2019

    ๐Ÿ›  BUGFIX: Fix high memory use and slowness with a large number of targets/dependencies - #2354

  • v5.15.3 Changes

    July 03, 2019

    ๐Ÿ›  BUGFIX: Disable fast restore for MSBuild version < 15.8 - fsprojects/Paket#3611

  • v5.15.2 Changes

    July 03, 2019

    ๐Ÿ›  BUGFIX: Fast Restore (bugfix from paket) - fsprojects/Paket#3608

  • v5.15.1 Changes

    June 30, 2019

    โœจ ENHANCEMENT: Some internal improvements in Fake.Runtime for Ionide - #2341
    โœจ ENHANCEMENT: Add new Target.getArguments() function in order to retrieve arguments globally - #2341
    ๐Ÿ›  BUGFIX: Make sure to detect proper code locations when using #load (Ionide tooling, Fake.Core.Target) - #2341
    ๐Ÿ“„ DOCS: Consolidate getting started, recommend Ionide, add FAQ section to menu and some feature updates - #2341

  • v5.15.1-alpha.1104 Changes

    June 21, 2019

    โœจ ENHANCEMENT: Some internal improvements for Ionide - #2341

  • v5.15.0 Changes

    June 17, 2019

    โœจ ENHANCEMENT: Add --write-info <file> command line to Fake.Core.Target in order to support tooling in Ionide see ionide/ionide-vscode-fsharp#1137 - #2335
    ๐Ÿ›  BUGFIX: Fake 5 runner now recompiles the script when --fsiargs have changed (invalidates the cache) - #2335

  • v5.14.1 Changes

    June 13, 2019

    ๐Ÿ›  BUGFIX: Fake 5 native libraries support now works on unix - #2334

  • v5.14.0 Changes

    June 12, 2019

    ๐Ÿ’ฅ BREAKING: Renamed CliVersion.Lkg to CliVersion.Coherent as it was renamed on the installer. If you use an old installer with this flag you can still use CliVersion.Version "lkg" - #2318
    ๐Ÿ’ฅ BREAKING: Renamed NuGet.feedUrl to NuGet.galleryV1 and marked it as obsolete. Added galleryV2 and galleryV3 - #2323
    โœจ ENHANCEMENT: Fake 5 now supports native libraries (like SQL and SQLite NuGet packages) - #2007
    ๐Ÿ›  BUGFIX: DotNet.exec (dotnet installer) fails when username has a blank - #2319
    ๐Ÿ›  BUGFIX: Error when invoking fake run with different casings - #2314
    ๐Ÿ›  BUGFIX: Potential fix for incorrect console colors after running fake - #2173
    ๐Ÿ“„ DOCS: Document difference between @@ and </> as well as Path.combineTrimEnd and Path.combine - #2329

  • v5.14.0-alpha.1085 Changes

    June 10, 2019

    ๐Ÿ’ฅ BREAKING: Renamed NuGet.feedUrl to NuGet.galleryV1 and marked it as obsolete. Added galleryV2 and galleryV3 - #2323
    โœจ ENHANCEMENT: Fake 5 now supports native libraries (like SQL and SQLite NuGet packages) - #2007
    ๐Ÿ›  BUGFIX: DotNet.exec (dotnet installer) fails when username has a blank - #2319
    ๐Ÿ›  BUGFIX: Error when invoking fake run with different casings - #2314
    ๐Ÿ›  BUGFIX: Potential fix for incorrect console colors after running fake - #2173
    ๐Ÿ“„ DOCS: Document difference between @@ and </> as well as Path.combineTrimEnd and Path.combine - #2329