All Versions
287
Latest Version
Avg Release Cycle
43 days
Latest Release
964 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v5.0.0-rc014 Changes
May 20, 2018- ๐ BUGFIX: Globbing is now more robust (especially outside the working directory) - https://github.com/fsharp/FAKE/issues/1925 https://github.com/fsharp/FAKE/issues/1750 and some not tracked issues
- ๐ COSMETICS: Fake is printing target description twice - https://github.com/fsharp/FAKE/issues/1931
- โจ ENHANCEMENT: Fake parallel logic is not even smarter in running targets parallel - https://github.com/fsharp/FAKE/pull/1934
- ๐ DOCS: We now have a full staging environment in place - https://fake.build/contributing.html#Staging-environment
- ๐ DOCS: We now have a place to thank our supporters - https://fake.build/help-supporters.html
-
v5.0.0-rc013 Changes
May 20, 2018- โจ ENHANCEMENT: Add partial restore (to improve the speed when using in a release-pipeline) - https://github.com/fsharp/FAKE/issues/1926
- ๐ FAKE5: Xake now supports FAKE 5 and is advertised as module - https://github.com/xakebuild/Xake
- โจ ENHANCEMENT: Parallelize targets even more - https://github.com/fsharp/FAKE/pull/1934
- ๐ COSMETICS: Targets are always shown as "failed" - https://github.com/fsharp/FAKE/issues/1929
- ๐ COSMETICS: Target description was printed twice - https://github.com/fsharp/FAKE/issues/1931
-
v5.0.0-rc012 Changes
May 12, 2018- ๐ FAKE5: New module
Fake.Windows.Registry
- https://github.com/fsharp/FAKE/pull/1909 - ๐ BUGFIX: Fix MSBuild parameter parsing - https://github.com/fsharp/FAKE/pull/1918
- ๐ BUGFIX: DocoptException was not reported correctly - https://github.com/MangelMaxime/fulma-demo/issues/4
- FAKE5: New module
Fake.DotNet.Fsc
- https://github.com/fsharp/FAKE/pull/1919 - โจ ENHANCEMENT: Improve GitLab and VSTS CI Support - https://github.com/fsharp/FAKE/pull/1920
- ๐ FAKE5: New module
Fake.BuildServer.GitLab
- https://github.com/fsharp/FAKE/pull/1919 - ๐ BUGFIX: Zip.unzip was flattening the result - https://github.com/fsharp/FAKE/pull/1920
- ๐ BUGFIX: Fake complained that Intellisense.fsx didn't exist - https://github.com/fsharp/FAKE/issues/1917
- โจ ENHANCEMENT: Targets now retrieve the current execution list as context parameter - https://github.com/fsharp/FAKE/pull/1920
- ๐ DOCS: Huge update to the documentation, adds obsolete warnings thanks @kblohm - https://github.com/fsharp/FAKE/pull/1923
- ๐ FAKE5: New module
-
v5.0.0-rc011 Changes
May 06, 2018- โจ ENHANCEMENT: Add Verbosity setting for NuGet restore - https://github.com/fsharp/FAKE/pull/1904
- ๐ BUGFIX: Fix msbuild helper OutputPath with trailing
\
- https://github.com/fsharp/FAKE/pull/1905 - ๐ BUGFIX: Make
Fake.Tools.Pickles
run on unix (with mono) - https://github.com/fsharp/FAKE/pull/1901 - ๐ DOCS: Add docs on how to test modules locally - https://github.com/fsharp/FAKE/pull/1906
- ๐ DOCS: Added some links to the documentation of SpecFlow, Pickles and ReportGenerator - https://github.com/fsharp/FAKE/pull/1907
- ๐ BUGFIX: API-Reference documentation showing invalid tool-tips - https://github.com/fsharp/FAKE/pull/1912
- ๐ BUGFIX: Fake being unable to compile when
intellisense.fsx
doesn't exist - https://github.com/fsharp/FAKE/issues/1908 - โจ ENHANCEMENT: Some improvements to the target build order algorithm - https://github.com/fsharp/FAKE/pull/1903
-
v5.0.0-rc010 Changes
May 01, 2018- ๐ BUGFIX: Some minor issues after last performance release - https://github.com/fsharp/FAKE/pull/1902
-
v5.0.0-rc009 Changes
May 01, 2018- FAKE5: New module
Fake.Installer.InnoSetup
- https://github.com/fsharp/FAKE/pull/1890 - ๐ DOCS: Order module-namespaces alphabetically - https://github.com/fsharp/FAKE/pull/1891
- ๐ BUGFIX: Make sure ReportGenerator is run with mono on unix - https://github.com/fsharp/FAKE/pull/1894
- ๐ DOCS: Make sure API docs for new modules and FAKE 4 is available - https://github.com/fsharp/FAKE/pull/1893
- ๐ PERFORMANCE: A lot of shortcuts have been added to improve the speed of some common use-cases - https://github.com/fsharp/FAKE/pull/1891
- ๐ BUGFIX:
tryFindFileOnPath
not working properly on windows - https://github.com/fsharp/FAKE/issues/1899 - ๐ฅ BREAKING: Change --environmentvariable to --environment-variable and --singletarget to --single-target - https://github.com/fsharp/FAKE/issues/1896
- ๐ฅ BREAKING: Targets with arguments are not opt-in to make the command line parser fail on spurious inputs by default - https://github.com/fsharp/FAKE/issues/1896
See https://fake.build/core-targets.html#Targets-with-arguments for details, basically you need to use
Target.runOrDefaultWithArguments
instead ofTarget.runOrDefault
to opt-in. - ๐ DOCS: Fix missing modules on documentation page - https://github.com/fsharp/FAKE/issues/1895
- ๐ DOCS: Documentation can now be hosted locally via
fake build target HostDocs
(after it has been built) - https://github.com/fsharp/FAKE/pull/1891
- FAKE5: New module
-
v5.0.0-rc008 Changes
April 26, 2018- FAKE4: Bundle System.ValueTuple to prevent some issues - https://github.com/fsharp/FAKE/pull/1883
- ๐ DOCS: Various improvements - https://github.com/fsharp/FAKE/pull/1883
- FAKE5: New module
Fake.Tools.Pickles
- https://github.com/fsharp/FAKE/pull/1884 - FAKE5: New module
Fake.Tools.Mage
- https://github.com/fsharp/FAKE/pull/1885 - โ
FAKE5: New module
Fake.DotNet.Testing.SpecFlow
- https://github.com/fsharp/FAKE/pull/1886 - โ
FAKE5: New module
Fake.Testing.ReportGenerator
- https://github.com/fsharp/FAKE/pull/1887 - ๐ BUGFIX: Some fixes in TeamFoundation integration - https://github.com/fsharp/FAKE/pull/1883
-
v5.0.0-rc007 Changes
April 23, 2018- ๐ DOCS: Update documentation issues - https://github.com/fsharp/FAKE/pull/1881
- ๐ BUGFIX: Improve error message when groups doesn't exist - https://github.com/fsharp/FAKE/issues/1874
- ๐ BUGFIX: Improve error message when file doesn't exist (
Process.start
) - https://github.com/fsharp/FAKE/issues/1875 - โจ ENHANCEMENT: Make
Shell
module conform to API-guidelines. Mark existing functions as obsolete - https://github.com/fsharp/FAKE/pull/1882
-
v5.0.0-rc006 Changes
April 22, 2018- โ
FAKE5: New module
Fake.DotNet.Testing.Expecto
- https://github.com/fsharp/FAKE/pull/1871 - FAKE5: New module
Fake.Sql.DacPac
- https://github.com/fsharp/FAKE/pull/1878 - ๐ FAKE5: New module
Fake.Documentation.DocFx
- https://github.com/fsharp/FAKE/pull/1872 - ๐ FAKE5: Add ChangeLog module to
Fake.Core.ReleaseNotes
- https://github.com/fsharp/FAKE/pull/1876 - ๐ DOCS: Fix some documentation - https://github.com/fsharp/FAKE/pull/1877
- โ
FAKE5: New module
-
v5.0.0-rc005 Changes
April 15, 2018- ๐ [DOCS] Improve NPM documentation - https://github.com/fsharp/FAKE/pull/1867
- [FAKE 5] Add yarn module 'Fake.JavaScript.Yarn' - https://github.com/fsharp/FAKE/pull/1868
- [FAKE 5] Add HockeyApp module 'Fake.Api.HockeyApp' - https://github.com/fsharp/FAKE/pull/1870
- ๐ [BUGFIX] Properly handle '.' in file-names - https://github.com/fsharp/FAKE/issues/1865
- โ Add some missing RequireQualifiedAccess Attributes - https://github.com/fsharp/FAKE/pull/1862