Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

55 lines (45 loc) · 1.63 KB

Change Log

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

0.0.5 - 2018-02-07

Added

  • Couple of new badges to README

Changed

  • Improved test title with nested suites
  • Circle CI config updated to 2.0
  • Update dependencies

0.0.4 - 2017-03-09

Added

  • Screen shots of output in README

Changed

  • Base test state detaction on actual event/type property as state is missing
  • Don't show duration for single tests
  • Simplify interfaces for minimum necessary data
  • Include skipped tests in the plan as test:start is not emitted for skipped tests

0.0.3 - 2017-03-09

Added

  • coveralls as dev dependency
  • files section in package.json as built fiels were missing
  • prepublish script to make sure built files are present

Removed

  • Installing coveralls globally in CI
  • Unused typings

0.0.2 - 2017-03-08

Changed

  • Fix typo in README
  • Upload coverage results only for master branch

0.0.1 - 2017-03-08

Added

  • Initial code for the tap reporter
  • Tests for reporter
  • Basic README file
  • This CHANGELOG
  • Config file for CircleCI

Compare