v1.0.4
- fix(context): don't run 'after all' if all examples are skipped by tags
- feat(async): support Aggregate Exceptions thrown after a Task is awaited
- feat(exceptions): fail examples when exceptions thrown in beforeAll/afterAll
Internals:
- test(async): test expecting an exception when thrown in a collection of Tasks.
- test(expect): user custom exception types in expect<> unit tests
- chore(tools): make project work under OSX
- chore(tools): make unit test run on Mono
- chore(tools): add script to archive old branches
- chore(debug): add Context/Example string representation to aid debugging
- chore(codeStyle): improve description of expect<> helper methods
- chore(codeStyle): untabify NSpec\AssertionExtensions.cs
- chore(codeStyle): let Visual Studio untabify some files
- chore(codeStyle): move trailing open braces to newline
- chore(repository): ignore Visual Studio-generated TestResults directory
- chore(repository): ignore Visual Studio Code local settings