Releases: gabrielcsapo/tap-html
Releases Β· gabrielcsapo/tap-html
1.1.0
- fixes issue when no assert name is provided (#11) - @achappuis
- fixes issue when no test name is provided with TAP comment (#11) - @achappuis
- Change behavior when no output file is given to tap-html to restore what is described in README.md (#5) - @achappuis
- Updates deps to latest - @gcsapo
1.0.1
- fixes backwards compatibility with node@8
1.0.0
- removes react dependencies
- inlines assets
0.3.0
- fixes issue with plan not checking for plan name to be a string and instead uses range
0.2.1
- includes
babel-minify-webpack-plugin
as a dependency instead of devDependency.
0.2.0
- removes commander
- improves readability
- adds a named function
tapHTML
for readability - updates dependencies
0.1.8
- uses preact to reduce bundle size.
- 208 KB -> 130 KB (60% reduction in size)
0.1.7
- uses babel-preset-env instead of babel-preset-es2015
- updates webpack and babel
- uses babel-minify-webpack-plugin to minify es6
0.1.6
- fixes a styling issue when trying to display an assertion without a parent as the first item in the list
0.1.5
- moves font-awesome to dependencies