All Versions
38
Latest Version
Avg Release Cycle
29 days
Latest Release
1807 days ago
Changelog History
Page 3
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