Releases: harlan-zw/unlighthouse
Releases · harlan-zw/unlighthouse
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Features 🚀
CI: New JSON Reporting Format #111
When running the CI a simple JSON report is generated at ./.unlighthouse/ci-options.json
. This report can be consumed by other tools for your own purposes but it's very limited in terms of data.
With this release we introduce new infrastructure to support other reporters and the first new reporter: jsonExpanded
.
This new format includes a lot more detail and can be used to generate more creative integrations.
You can opt into this new report using the command line with --reporter jsonExpanded
, or the config using ci.reporter: 'jsonExpanded'
. With the v1 release, this will become the new default.
Big thanks to @mastoj for his initiative and work on this.
v0.7.7
v0.7.6
v0.7.5
Bug Fixes
v0.7.4
chore: release v0.7.4