- Changed dark blue in reporter to light blue
- Highlight errors headline in error list reporter
- Highlight test method in backtraces
- Use Colorize::ColorRGB for better colors
- Fix deprecated
splat/double_splat
- Crystal 1.10.0-dev (no fixes needed)
- Fixed named argument inspection in power asserts
- Crystal 1.4
- Reorganize some specs (move hooks spec and hook example files)
- Add test for order of hooks
- Add compilation error specs
- Move management scripts for generating README and releasing to cli.cr and ./cli
- Abort execution in Microtest.bug
- Abort when backtrace printer failes to classify backtrace entries (using BACKTRACE_ERRORS=true)
- Rename context "errors" to "failures"
- Rename spec helper macros, unify them, use "crystal run" instead of "eval" to avoid backtrace printer problems
- Power asserts evaluate expressions only once
- New power assert formatting
- Adde more detailed power assert specs
- Crystal 1.0
- Fix backtrace printing by using Crystal::PATH (crystal 0.26.0)
- Added timing info to DescriptionReporter
- Fixed timing-output in terminal
- abort tests
- limit power assert output depth
- update crystal to 0.24.0 (pre-release)
- fix around hooks
- Summary reporter: highlights whether focus is used or not
- JsonReporter: restructure output: list of tests and meta-information
- Examples: Embed tested examples in README automatically by running
build.cr
- Examples: Generate test output images via aha/wkhtmltoimage using docker