Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 785 Bytes

File metadata and controls

45 lines (29 loc) · 785 Bytes

V0.3.5

  • Add dot net dnx451 nuget output

V0.3.4

  • Add dot net 450 nuget output

V0.3.3

  • Updated : Fix regression issue on mismatch messages
  • New : New matchers All.Of and Any.Of to improve fluency vs the use of Matchers.All and Matchers.Any

V0.3.2

  • New : new match methods on AnArray and AByteArray

V0.3.1

  • New : AList.InOrder().WithOnlyValues(..)

V0.3.0

Noteable changes

  • Updated : AList now better supports mixed lists
  • Updated : Improved diagnostic error messages
  • Updated : Addition of new match methods on various matchers
  • Updated : Various bug fixes
  • Updated : Improve documentation
  • New : Add new matchers AnException, AChar
  • New : Add Expect.That(..).Throws(..) for exception testing

V0.2.1

  • Release as NuGet package