All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed Swift version requirement to 5.3. #29 by @mattt.
- Changed expression syntax. #30 by @mattt.
- Fixed a bug that caused DocTest annotations to be missed. #30 by @mattt.
0.1.0 - 2020-05-04
- Added documentation and testing infrastructure for Linux support. #17 by @heckj and @mattt.
- Added
--verbose
command flag. #21 by @mattt.
- Fixed test runner to fail on unexpected errors. #24 by @mattt.
0.0.4 - 2020-04-26
- Changed
Package.swift
to includeDocTest
library product. #15 by @mattt
0.0.3 - 2020-04-20
- Changed
swift-doctest
to exit with nonzero status when tests fail. #11 by @heckj.
0.0.2 - 2020-04-19
- Fixed bug when
swift-doctest
is run and no expectations are found. c02403705 by @mattt.
0.0.1 - 2020-04-18
Initial release.