Echo Writes Code

CHANGELOG.md

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.

Unreleased

Added

  • core library for fundamental types and functions used by everything else
  • test library for testing infrastructure
  • core::result namespace, containing facilities for operations that can fail
  • test::outcome namespace, containing types representing scenario outcomes
  • EXPECT family of macros, used to express test conditions
  • test::scenario namespace, containing the Scenario type for representing a single test scenario
  • test::suite namespace, containing the Suite singleton used to hold all of the tests in a suite
  • test::cli namespace, containing a function execute() that can be called from main()

Changed

Deprecated

Removed

Fixed

Security