Skip to content

Releases: gabrielcsapo/tap-html

1.1.0

15 Mar 06:37
Compare
Choose a tag to compare
  • 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

20 Apr 07:20
Compare
Choose a tag to compare
  • fixes backwards compatibility with node@8

1.0.0

20 Apr 07:07
Compare
Choose a tag to compare
  • removes react dependencies
  • inlines assets

0.3.0

05 Mar 04:55
Compare
Choose a tag to compare
  • fixes issue with plan not checking for plan name to be a string and instead uses range

0.2.1

10 Jun 00:56
Compare
Choose a tag to compare
  • includes babel-minify-webpack-plugin as a dependency instead of devDependency.

0.2.0

20 Dec 05:43
Compare
Choose a tag to compare
  • removes commander
  • improves readability
  • adds a named function tapHTML for readability
  • updates dependencies

0.1.8

14 Nov 03:02
Compare
Choose a tag to compare
  • uses preact to reduce bundle size.
    • 208 KB -> 130 KB (60% reduction in size)

0.1.7

19 Oct 05:37
Compare
Choose a tag to compare
  • uses babel-preset-env instead of babel-preset-es2015
  • updates webpack and babel
  • uses babel-minify-webpack-plugin to minify es6

0.1.6

13 Oct 06:20
Compare
Choose a tag to compare
  • fixes a styling issue when trying to display an assertion without a parent as the first item in the list

0.1.5

13 Oct 06:14
Compare
Choose a tag to compare
  • moves font-awesome to dependencies