From 082a3ce94ea11dd858d652b1036d18a64b2da21f Mon Sep 17 00:00:00 2001 From: Taylor Beseda Date: Fri, 27 Oct 2023 12:08:55 -0600 Subject: [PATCH] update changelog and readme --- CHANGELOG.md | 6 ++++++ README.md | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62d022..b171096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.0] - 2023-10-27 + +### Changed + +- replace `tap-parser` with `tap-reader` for simpler i/o, shallower dependency graph, and smaller disk footprint +- single-line diffs now output to 2 lines: "Actual" and "Expected" for easier reading ## [1.1.0] - 2023-10-17 diff --git a/README.md b/README.md index 6478d5c..7a6aad6 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,9 @@ ## Objectives -- minimal, informative spec-like output for all assertions -- minimal, maintained dependencies -- streaming in and out +- minimal, informative spec-like output for all assertion types - helpful diffing for failures +- shallow graph of maintained dependencies ![tap-arc output screen shot](./screen-shot.png) @@ -41,7 +40,8 @@ Example `npm test` script: } ``` -💁 `tap-arc` will format output from any tap reporter. [`tape`](https://github.com/ljharb/tape) is our favorite and was used for testing. +> [!IMPORTANT] +> 💁 `tap-arc` will format output from any tap reporter. [`tape`](https://github.com/ljharb/tape) is our favorite and was used for testing. ### `tap-arc --help`