Skip to content

Latest commit

 

History

History
567 lines (479 loc) · 29.7 KB

RELEASE_NOTES.md

File metadata and controls

567 lines (479 loc) · 29.7 KB

4.7.0-alpha002 - 15.10.2015

  • Internalized FSharp.Compiler.Service.dll in FakeLib.dll
  • Cleanup Registry helpers - fsprojects#980
  • FAKE.Deploy scans for default scripts - fsprojects#981
  • BUGFIX: support caching even when running RazorEngine as part of the build script - fsprojects#979

4.6.0 - 14.10.2015

4.5.0 - 07.10.2015

4.4.0 - 11.09.2015

4.3.0 - 26.08.2015

4.2.0 - 24.08.2015

4.1.0 - 10.08.2015

4.0.0 - 23.07.2015

3.36.0 - 13.07.2015

3.35.0 - 09.06.2015

3.34.0 - 25.05.2015

3.33.0 - 20.05.2015

3.32.4 - 18.05.2015

  • Add test adapter path to vs test params - fsprojects#793
  • BUGFIX: Fix WatchChanges on Mac, fix Dispose, improve Timer usage - fsprojects#799
  • REVERT: FCS simplification - fsprojects#773
  • BUGFIX: Don't use MSBuild from invalid path
  • BUGFIX: Improved detection of MSBuild.exe on TeamCity - fsprojects#789

3.31.0 - 06.05.2015

  • BUGFIX: close stdin in asyncShellExec to avoid hangs - fsprojects#786
  • Fix FAKE not working on machines with only F# 4.0 installed - fsprojects#784
  • Fix for watching files via relative paths - fsprojects#782
  • Fix package id parsing and avoid NPE when feed is missing some properties - fsprojects#776

3.30.1 - 29.04.2015

3.29.2 - 27.04.2015

3.28.0 - 09.04.2015

  • Don't run package restore during MSBuild run from FAKE - fsprojects#753
  • Added support for Mage's CertHash parameter - fsprojects#750
  • Force build server output in xUnit2 if the user wishes to - fsprojects#749
  • Reverting 0df4569b3bdeef99edf2eec6013dab784e338b7e due to backwards compat issues
  • Improvements for FAKE.Deploy - fsprojects#745
  • Set debug flag on mono - fsprojects#744

3.27.0 - 07.04.2015

3.26.0 - 25.03.2015

3.25.2 - 24.03.2015

3.25.1 - 24.03.2015

3.25.0 - 23.03.2015

3.24.0 - 22.03.2015

  • BREAKING CHANGE: Better support for AssemblyMetadata in AssemblyInfoHelper - fsprojects#694
  • Added modules for building VB6 projects with SxS manifest - fsprojects#697
  • Use parameter quoting for Paket helpers

3.23.0 - 12.03.2015

  • BREAKING CHANGE: Adjusted Xamarin.iOS archive helper params - fsprojects#693
  • New operator </> allows to combine paths similar to @@ but with no trimming operations - fsprojects#695

3.22.0 - 12.03.2015

  • Globbing allows to grab folders without a trailing slash
  • Removed long time obsolete globbing functions

3.21.0 - 11.03.2015

3.20.1 - 10.03.2015

3.20.0 - 10.03.2015

3.18.0 - 04.03.2015

3.17.0 - 12.02.2015

3.15.0 - 07.02.2015

  • New VSTest module for working with VSTest.Console - fsprojects#648
  • Add Verbose to argument list for NuGet update - fsprojects#645
  • BUGFIX: Fix jarsigner executing on Windows environment - fsprojects#640
  • Adding UploadTestResultsXml function to the AppVeyor module - fsprojects#636
  • Adding the NoDefaultExcludes NugGet parameter - fsprojects#637
  • Adding SpecificMachines option to OctoTools - fsprojects#631
  • Allow to run gacutil on mono
  • Ignore unknown project references in MSBuild task - fsprojects#630

3.14.0 - 14.01.2015

  • BUGFIX: Added a reset step before starting a deployment - fsprojects#621
  • Report fatal git errors to command line

3.13.0 - 03.01.2015

3.11.0 - 03.12.2014

3.10.0 - 27.11.2014

3.9.0 - 07.11.2014

  • Create a new package with a x64 version - fsprojects#582
  • Added a Xamarin.iOS Archiving helper - fsprojects#581
  • DynamicsNAV helper should use the correct ServiveTier

3.8.0 - 30.10.2014

3.7.0 - 16.10.2014

  • BUGFIX: --single-target didn't work
  • NDepend support - fsprojects#564

3.6.0 - 14.10.2014

3.5.0 - 19.09.2014

3.4.0 - 28.08.2014

3.3.0 - 25.08.2014

  • Using JSON.NET 6.0.4
  • FAKE.Deploy switched to FCS - fsprojects#519
  • FAKE.Deploy WorkDirectory fix - fsprojects#520
  • HipChat notification helper - fsprojects#523
  • Don't crash during tool discovery
  • NuGet: support fallback framework groups - fsprojects#514
  • New pushd/popd command in FileUtils - fsprojects#513
  • New AppVeyor properties
  • FSC - support of compilation for different versions of F#
  • Provide env var access to --fsiargs build script args so works on FAKE
  • Adding NGen Install task
  • Allow to use gacutil
  • Allow to use ngen.exe
  • Allow to use all sn.exe features
  • Adding DisableVerification for StrongNames
  • Adding helpers which allow to strong name assemblies
  • Allow to use empty MSBuild targets
  • Adding setProcessEnvironVar and clearProcessEnvironVar
  • Try to reference local nuspec in order to fix fsprojects/FSharp.TypeProviders.SDK#33
  • Better log messages to fix fsprojects/FSharp.TypeProviders.SDK#33
  • Fix fsiargs and -d options - fsprojects#498 fsprojects#500
  • Change RemoveDuplicateFiles & FixMissingFiles to only save on change - fsprojects#499

3.2.0 - 07.07.2014

  • BREAKING CHANGE: API for CreateAssemblyInfoWithConfig was set back to original version This resets the breaking change introduced in fsprojects#471
  • Automatic tool search for SpecFlowHelper - fsprojects#496
  • GuardedAwaitObservable was made public by accident - this was fixed
  • Add support for remote service admin - fsprojects#492

3.1.0 - 04.07.2014

  • New FSC helper allows to call F# compiler directly from FAKE - fsprojects#485
  • "CustomDictionary" support for FxCop - fsprojects#489
  • Check if file exists before delete in AssemblyInfoFile
  • Use FSharp.Compiler.Service 0.0.58
  • Report all targets if a target error occurs
  • Use FSharp.Compiler.Service with better FSharp.Core resolution - fsharp/fsharp-compiler-docs#156
  • Don't break in MSBuildHelper
  • Put FSharp.Core.optdata and FSharp.Core.sigdata into nuget package
  • Fixed TargetTracing
  • Fixed SourceLinking of FAKE
  • Added new exception trap for Fsi creation
  • -br in command line will run debugger in F# scripts - fsprojects#483
  • Null check in NuGet helper - fsprojects#482

3.0.0 - 27.06.2014

  • Use FSharp.Compiler.Service 0.0.57 instead of fsi.exe
  • Better error message for registry access
  • Fall back to 32bit registry keys if 64bit cannot be found
  • Improved SqlServer Disconnect error message
  • Log "kill all processes" only when needed
  • Try to run as x86 due to Dynamics NAV problems
  • Allow to use /gac for FxCop
  • Make NuGet description fit into single line
  • Use Nuget.Core 2.8.2
  • Fix NUnitProcessModel.SeparateProcessModel - fsprojects#474
  • Improved CLI documentation - fsprojects#472
  • Added Visual Basic support to AssemblyFileInfo task and make Namespace optional in config - fsprojects#471
  • Added support for OctoTools ignoreExisting flag - fsprojects#470
  • OctoTools samples fixed - fsprojects#468 fsprojects#469
  • Added support for FxCop /ignoregeneratedcode parameter - fsprojects#467
  • CreateAssemblyInfo works with nonexisting directories - fsprojects#466

2.18.0 - 11.06.2014

  • New (backwards compat) CLI for FAKE that includes FSI cmd args passing - fsprojects#455
  • New updateApplicationSetting method - fsprojects#462
  • Support for msbuild /noconlog - fsprojects#463
  • RoundhouseHelper - fsprojects#456
  • Pass optional arguments to deployment scripts
  • Support building source packages without project file
  • Display messages when deploy fails
  • Fix formatting in FAKE.Deploy docs
  • Fix memory usage in FAKE.Deploy
  • Increase WebClient's request timeout to 20 minutes - fsprojects#442
  • Mainly Layout fixes and disabling authenticate in FAKE.Deploy fsprojects#441
  • Deploy PDBs via nuget fsprojects#435
  • Release Notes parser should not drop asterisk at end of lines
  • Corrected location of @files@ in nuspec sample
  • Allow to report tests to AppVeyor
  • fix appveyor msbuild logger
  • Don't add Teamcity logger if not needed

2.17.0 - 23.05.2014

  • Fake.Deploy agent requires user authentication
  • Remove AutoOpen von AppVeyor
  • fix order of arguments in call to CopyFile
  • Support MSTest test settings - fsprojects#428
  • If the NAV error file contains no compile errors return the length

2.16.0 - 21.05.2014

  • Promoted the master branch as default branch and removed develop branch
  • Remove AutoOpen from TaskRunnerHelper
  • Adding Metadata to AsssemblyInfo
  • Analyze the Dynamics NAV log file and report the real error count
  • Allow to retrieve version no. from assemblies
  • Fix issue with symbol packages in NugetHelper
  • Fix issues in the ProcessHelper - fsprojects#412 and fsprojects#411
  • Allow to register BuildFailureTargets - fsprojects#407
  • UnionConverter no longer needed for Json.Net

2.15.0 - 24.04.2014

2.14.0 - 22.04.2014

  • Support for OpenCover - fsprojects#398
  • Support for ReportsGenerator - fsprojects#399
  • Adding AppVeyor environment variables
  • New BulkReplaceAssemblyInfoVersions task - fsprojects#394
  • Fixed default nuspec file
  • "Getting started" tutorial uses better folder structure
  • Allows explicit file specification on the NuGetParams Type
  • Fix TypeScript output dir
  • Add better docs for the TypeScript compiler.
  • Don't call the TypeScript compiler more than once
  • New parameters for TypeScript

2.13.0 - 04.04.2014

  • Enumerate the files lazily in the File|Directory active pattern
  • Using Nuget 2.8.1
  • Added TypeScript 1.0 support
  • Added TypeScript support
  • Fixed ProcessTestRunner
  • Fixed mono build on Travis

2.12.0 - 31.03.2014

  • Add getDependencies to NugetHelper
  • SourceLink support
  • NancyFx instead of ASP.NET MVC for Fake.Deploy
  • Allows to execute processes as unit tests.
  • Adding SourceLinks
  • Move release management back to the local machine (using this document)
  • Allow to run MsTest test in isolation
  • Fixed Nuget.packSymbols
  • Fixed bug in SemVer parser
  • New title property in Nuspec parameters
  • Added option to disabled FAKE's automatic process killing
  • Better AppyVeyor integration
  • Added ability to define custom MSBuild loggers
  • Fix for getting the branch name with Git >= 1.9
  • Added functions to write and delete from registry
  • NUnit NoThread, Domain and StopOnError parameters
  • Add support for VS2013 MSTest
  • Lots of small fixes

2.2

  • Created new packages on nuget:
    • Fake.Deploy - allows to use FAKE scripts in deployment.
    • Fake.Experimental - new stuff where we aren't sure if we want to support it.
    • Fake.Gallio - contains the Gallio runner support.
    • Fake.SQL - Contains tasks for SQL Server.
    • Fake.Core - All the basic features and FAKE.exe.
  • Created documentation and tutorials - see http://fsharp.github.io/FAKE/
  • New tasks:
    • Added ReleaseNotes parser
    • Added Dynamics NAV helper
    • Added support for MSTest and fixie
    • Parallel NUnit task
    • New AssemblyInfoFile task
    • Support for Octopus Deploy
    • Support for MAGE
    • Suppport for Xamarin's xpkg
    • Many other new tasks
  • Fake.Boot
  • New Globbing system
  • Tons of bug fixes
  • Bundles F# 3.0 compiler and FSI.

1.72.0.0

  • "RestorePackages" allows to restore nuget packages

1.70.0.0

  • FAKE nuget package comes bundles with a fsi.exe
  • Self build downloads latest FAKE master via nuget

1.66.1.0

  • Fixed bug where FAKE.Deploy didn't run the deploy scripts where used as a windows service
  • It's possible to add file loggers for MSBuild
  • Fixed path resolution for fsi on *nix
  • BREAKING CHANGE: Removed version normalization from NuGet package creation
  • Fixes for NUNit compatibility on mono
  • Fixes in ProcessHelper for mono compatibility
  • Fixes in the mono build
  • Improved error reporting in Fake.exe
  • Added a SpecFlow helper
  • Fixed some issues in file helper routines when working with no existing directory chain

1.64.1.0

  • Fixed bug where FAKE didn't run the correct build script

1.64.0.0

  • New conditional dependency operator =?>
  • BREAKING CHANGE: Some AssemblyInfo task parameters are now option types. See type hints.

1.62.0.0

  • New RegAsm task, allows to create TLBs from a dll.
  • New MSI task, allows to install or uninstall msi files.
  • StringHelper.NormalizeVersion fixed for WiX.

1.58.9.0

  • Allow to choose specific nunit-console runner.

1.58.6.0

  • Using nuget packages for mspec.
  • FAKE tries to kill all MSBuild and FSI processes at the end of a build.

1.58.1.0

  • Removed message system for build output. Back to simpler tracing.

1.58.0.0

  • ReplaceAssemblyInfoVersions task allows to replace version info in AssemblyVersion-files
  • New task ConvertFileToWindowsLineBreaks

1.56.10.0

  • Allows to build .sln files

1.56.0.0

  • Allows to publish symbols via nuget.exe
  • Autotrim trailing .0 from version in order to fullfill nuget standards.

1.54.0.0

  • If the publishment of a Nuget package fails, then FAKE will try it again.
  • Added Changelog.markdown to FAKE deployment
  • Added RequireExactly helper function in order to require a specific nuget dependency.
  • NugetHelper.GetPackageVersion - Gets the version no. for a given package in the packages folder.
  • EnvironmentHelper.getTargetPlatformDir - Gets the directory for the given target platform.

1.52.0.0

  • Some smaller bugfixes
  • New dependency syntax with ==> and <=>
  • Tracing of StackTrace only if TargetHelper.PrintStackTraceOnError was set to true

1.50.0.0

  • New task DeleteDirs allows to delete multiple directories.
  • New parameter for NuGet dependencies.

1.48.0.0

  • Bundled with docu.exe compiled against .Net 4.0.
  • Fixed docu calls to run with full filenames.
  • Added targetplatform, target and log switches for ILMerge task.
  • Added Git.Information.getLastTag() which gets the last git tag by calling git describe.
  • Added Git.Information.getCurrentHash() which gets the last current sha1.

1.46.0.0

  • Fixed Nuget support and allows automatic push.

1.44.0.0

  • Tracing of all external process starts.
  • MSpec support.