Skip to content

Releases: haf/expecto

8.6.1

07 Dec 15:48
Compare
Choose a tag to compare

Tweak colourised console colours, thanks @haf
Xml summary can cause exception. #296 thanks @AnthonyLloyd
isFasterThan improve use of warm up runs. thanks @AnthonyLloyd
taskTask is missing my stack trace. #295 thanks @AnthonyLloyd
taskTask doesnt surface Task as valid do target. #293 thanks @AnthonyLloyd

8.6.0

17 Nov 13:01
@haf haf
Compare
Choose a tag to compare

#266 Merge ANSI Output Writer back into Logary Facade, decouple it from Progress, thanks @haf
#290 Speed up Progress, thanks @haf
#291 Make ANSI writing the default, so Expecto loggers work outside of framework-provided runXXXX functions, thanks @haf
Make sure isEqual doesn't crash on null values, thanks @kleidemos
Using the improved v2 task workflow builder, thanks @AnthonyLloyd

8.5.0

05 Nov 23:22
Compare
Choose a tag to compare

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

8.4.3

20 Oct 12:34
Compare
Choose a tag to compare

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

8.4.2

28 Sep 16:56
Compare
Choose a tag to compare

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

8.4.1

25 Sep 12:09
Compare
Choose a tag to compare

Bug fix for C# IsFasterThan. thanks @AnthonyLloyd

8.4.0

25 Sep 09:26
0b6e5e8
Compare
Choose a tag to compare

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

8.3.0

05 Sep 09:37
@haf haf
Compare
Choose a tag to compare

Adding test results file, see #179, thanks @matthid, @haf
Fix throwsT message on no exception. #272 thanks @otto-gebb

8.2.2

15 Aug 16:08
Compare
Choose a tag to compare

Store non-atomic printfn output. #267 thanks @t1m0thyj @AnthonyLloyd
Unwrap AggregateExcpetions with single inner. #269 thanks @0x53A

8.2.1

30 Jul 22:57
Compare
Choose a tag to compare

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