This document provides a summary of notable changes to the AsciiDoc TCK project by milestone or release.
For a detailed view of what's changed, refer to the {url-repo}/-/commits/main[commit history] for this repository.
== 0.1.0 (milestone build)
=== Added
* Add additional tests to exercise the ASG schema
* Populate ASG defaults before comparing expected output to actual
* Add purpose, architecture, and operation sections to the README (#3)
* Set up scaffolding for a scenario-based test suite that compares expected output (as specified by the ASG schema) to the actual output produced by an implementation
* Add initial flight of tests to demonstrate how the TCK test suite works and presents exhibits of the expected output
=== Changed
* Align expected output with latest ASG schema
* Use JSON format for configuration files (#7)
* Restructure project to clarify separation between test harness and tests (#1)