wct-mocha
Version:
Client-side library for testing web-components with Mocha.
25 lines (16 loc) • 998 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- ## Unreleased -->
<!-- Add new, unreleased changes here. -->
## 1.1.0
* Added support for running with an enforced Trusted Types policy: https://github.com/WICG/trusted-types
## 1.0.1
* Added support for Mocha 6.0.0, which introduced a breaking change related to initialization of stats on Mocha's test-runner, preventing reporting of test results.
## 1.0.0
* Official initial release of `wct-mocha` as a drop-in replacement for `wct-browser-legacy`.
## 1.0.0-pre.3
* Minor refactorings, updated typings, but no functional differences intentionally introduced.
## 1.0.0-pre.2
* Created `wct-mocha` as a dependency-free alternative to running browser-side test suites; code has been extracted from and is fully compatible with `web-component-tester@^6.9.0-pre.1`