Criterion/ChangeLog

37 lines
1.1 KiB
Text
Raw Normal View History

2015-03-24 16:02:40 +01:00
2015-03-24 Franklin "Snaipe" Mathieu <franklinmathieu@gmail.com>
2015-04-15 23:47:30 +02:00
* criterion: version 1.1.0
* Refactored logging system
* Changed output format to a better-looking one
* Added Syntactic coloration
2015-03-24 16:02:40 +01:00
2015-04-15 23:47:30 +02:00
* Added test suite separation
* Added test suite statistics
* Added --list option
* Added --fail-fast option
* Added --pattern option
2015-03-24 16:02:40 +01:00
2015-03-17 23:56:28 +01:00
2015-03-18 Franklin "Snaipe" Mathieu <franklinmathieu@gmail.com>
2015-04-15 23:47:30 +02:00
* criterion: version 1.0.0
* Added test timings
* Changed assert prototypes
* ANSI compliance over header files
* Windows + FreeBSD compatibility
2015-03-17 23:56:28 +01:00
2015-03-11 Franklin "Snaipe" Mathieu <franklinmathieu@gmail.com>
2015-04-15 23:47:30 +02:00
* criterion: version 0.3.0
* A logging interface
* Various readme and documentation changes
* Default CLI options & environment variables
* Mac OS X compatibility
* Comparison assertions, floating-point equality assertions
2015-02-06 14:29:11 +01:00
2015-02-06 Franklin "Snaipe" Mathieu <franklinmathieu@gmail.com>
2015-04-15 23:47:30 +02:00
* criterion: version 0.2.0
* Added criterion internals.
* Added Test, ReportHook, assert and expect macros.