Tags give the ability to mark specific points in history as being important
-
v1.2.0-dev.2
63219a6d · · -
v1.2.0-dev.1
b2f89e90 · ·- New `--fail-fast` option to stop execution as soon as one test fails - Now unittests inside of nested classes/structs will be discovered and run Huge thanks to Luis Panadero Guardeño aka @Zardoz89!
-
v1.0.0
2d5072cb · ·- Licence has been changed to ISC. It is identical to the MIT licence used in the past, just fancy and new - CI is now using latest DMD/LDC to test silly weekly - Web page has been removed, all of the necessary documentation is now in the README - A couple of other internal improvements that help with occasional SEGFAULTs caused by tests in a template, make compilation faster a bit and utilize latest features of DMD and LDC (isModule trait)
-
v0.7.0
931bded6 · ·Release with number of internal changes: - Logger is re-implemented for better performance and lower resource usage - Special logger thread isn't a thing anymore, which means that 'dub test -- --threads=1' will spawn exactly 1 runner thread - Changed how 'Console' works - Fixed #20 which caused mess in terminal when an error occurred - Changed how test failures are print
-
v0.7.0-alpha
96dd1e54 · ·