Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Latest commit

 

History

History
66 lines (42 loc) · 1.55 KB

Changelog.md

File metadata and controls

66 lines (42 loc) · 1.55 KB

Changelog

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

  • Changed Swift version requirement to 5.3. #29 by @mattt.
  • Changed expression syntax. #30 by @mattt.

Fixed

  • Fixed a bug that caused DocTest annotations to be missed. #30 by @mattt.

0.1.0 - 2020-05-04

Added

  • Added documentation and testing infrastructure for Linux support. #17 by @heckj and @mattt.
  • Added --verbose command flag. #21 by @mattt.

Fixed

  • Fixed test runner to fail on unexpected errors. #24 by @mattt.

0.0.4 - 2020-04-26

Changed

  • Changed Package.swift to include DocTest library product. #15 by @mattt

0.0.3 - 2020-04-20

Changed

  • Changed swift-doctest to exit with nonzero status when tests fail. #11 by @heckj.

0.0.2 - 2020-04-19

Fixed

  • Fixed bug when swift-doctest is run and no expectations are found. c02403705 by @mattt.

0.0.1 - 2020-04-18

Initial release.