- 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
- fixes backwards compatibility with node@8
- removes react dependencies
- inlines assets
- fixes issue with plan not checking for plan name to be a string and instead uses range
- includes
babel-minify-webpack-plugin
as a dependency instead of devDependency.
- removes commander
- improves readability
- adds a named function
tapHTML
for readability - updates dependencies
- uses preact to reduce bundle size.
- 208 KB -> 130 KB (60% reduction in size)
- uses babel-preset-env instead of babel-preset-es2015
- updates webpack and babel
- uses babel-minify-webpack-plugin to minify es6
- fixes a styling issue when trying to display an assertion without a parent as the first item in the list
- moves font-awesome to dependencies
- updates dependencies
- updates to [email protected]
- will recursively generate output directory if it doesn't exist
- bundles font-awesome with output
- adds storybook
- fixes error when data is undefined and the extra event is triggered
- adds fields to
package.json
that were formerly missing - fixes a bug with flat tests
- adds tests for flat and nested tests for the parse functionality
- fixes bug with empty test suites
- default behavior will output to stdout, an added flag --out will write to disk
- updates and fixes implementation with [email protected]
- fixes issue with webpack ignoring node_modules folder, fixes it by only including
tap-html
- upgrades
webpack@^2.6.1
->webpack@^3.0.0
- upgrades
babel-loader@^7.0.0
->babel-loader@^7.1.1
- upgrades
html-webpack-plugin@^2.28.0
->html-webpack-plugin@^2.29.0
- upgrades
react@^15.5.4
->react@^15.6.1
- upgrades
react-dom@^15.5.4
->react-dom@^15.6.1
- fixes the bin name to be the correct one
- removes console statements and unused code paths
- basic functionality
- keeps npm name