All Versions
38
Latest Version
Avg Release Cycle
29 days
Latest Release
1341 days ago

Changelog History
Page 3

  • v8.5.0 Changes

    November 05, 2018
    • โž• Add task tests i.e. testTask/ftestTask etc. thanks @AnthonyLloyd
    • โž• Add afterRunTests function global teardown. thanks @AnthonyLloyd
    • ๐Ÿ— Use Fake.BuildServer and sort tests. thanks @AnthonyLloyd
  • v8.4.3 Changes

    October 20, 2018
    • โž• Add testLabel. #286 thanks @haf
    • โœ… Document tests results are nunit v2 and upload. #288 thanks @enricosada
    • ๐Ÿ›  Fix small progress spinner issues. #285 thanks @AnthonyLloyd
    • ๐Ÿ‘‰ Make gray really white. #287 thanks @AnthonyLloyd
  • v8.4.2 Changes

    September 28, 2018
    • Junit report: add option to treat errors like failures. #282 thanks @0x53A
    • โž• Add etestProperty for stdgen and keep ftestProperty for just focus. #281 thanks @AnthonyLloyd
  • v8.4.1 Changes

    September 25, 2018
    • ๐Ÿ› Bug fix for C# IsFasterThan. thanks @AnthonyLloyd
  • v8.4.0 Changes

    September 25, 2018
    • ๐Ÿ“ฆ Create Expecto.TestResults package. thanks @haf
    • โœ… Create test results directory. #274 thanks @JonCanning
    • โž• Add a C# friendly extension method for the nunit testresult xml. #275 thanks @0x53A
    • โž• Add JUnit-like summary file. #278 thanks @0x53A
    • Expect.equal - locate first different field for records. #280 thanks @MNie
    • Expect.stringStarts - underline first difference. thanks @AnthonyLloyd
    • โž• Add no-spinner switch. thanks @AnthonyLloyd
    • โž• Add C# methods for IsFasterThan. thanks @AnthonyLloyd
  • v8.3.0 Changes

    September 05, 2018
    • โž• Adding test results file, see #179, thanks @matthid, @haf
    • ๐Ÿ›  Fix throwsT message on no exception. #272 thanks @otto-gebb
  • v8.2.2 Changes

    August 15, 2018
    • ๐Ÿ–จ Store non-atomic printfn output. #267 thanks @t1m0thyj @AnthonyLloyd
    • Unwrap AggregateExcpetions with single inner. #269 thanks @0x53A
  • v8.2.1 Changes

    July 30, 2018
    • ๐Ÿ›  Fixed version doesn't seem to work. #268 thanks @AnthonyLloyd
    • โž• Add auto flush console output for debug. #267 thanks @AnthonyLloyd
    • Attempted fix for progress indicator on iTerm/zsh. #267 thanks @AnthonyLloyd
  • v8.2.0 Changes

    July 13, 2018
    • โž• Added C# compatible With methods / Logging: add Task based Interface. #259 thanks @0x53A
    • ๐Ÿ”‹ Feature/sequencecontainsorder. #262 thanks @MNie
    • Console work inc ANSI colours, progress indicator. #258 thanks @AnthonyLloyd
    • โฌ†๏ธ Upgrade to FAKE 5. #263 thanks @AnthonyLloyd
    • โœ‚ Removed inlining. #254 thanks @jackfoxy @AnthonyLloyd
  • v8.1.1 Changes

    June 13, 2018
    • Compile against 4.3.4 of F# Core for now, thanks @haf