5.0.0-beta022
Pre-release
Pre-release
matthid
released this
04 Mar 12:21
·
2804 commits
to master
since this release
FAKE5: New module "ChangeWatcher"
FAKE5: Reduce number of modules by combining some modules:
Fake.Core.BuildServer
moved toFake.Core.Environment
Fake.Core.Globbing
moved toFake.IO.FileSystem
(includes the namespace change fromFake.Core
toFake.IO
)
BREAKING: Refactor Process API according to FAKE5 guidelines
BREAKING: AddRequireQualifiedAccess
to some core modules in order to lead users into the new API-Usage
ENHANCEMENT: RefactorFake.Core.Target
module and improve summary output and error reporting.
BUGFIX: Use "defines" for the#r "paket:..."
tokenizer
BUGFIX: Fake5 did not properly handle the --fsiargs command line argument.