v0.0.4
v0.0.4 introduces the new report
command. The spectral report command has shifted to spectral-report.
The latest report command will generate a vacuum-sealed report that is re-playable through the dashboard or HTML-report renderers. Compression is enabled using the -c flag and is highly recommended. It dramatically reduces the footprint of the sealed report, many times smaller than the original spec.
vacuum automatically detects a report vs. an OpenAPI spec and will re-render the report instead of re-linting the spec.
Changelog
- 35bd960 Added in new VacuumReport feature
- 586fec7 Added support for vacuum report replay to CUI
- 604312e Adding report rebuilding mechanism
- 94ce7e4 Bump @shoelace-style/shoelace in /html-report/ui
- bfd8449 Bump @typescript-eslint/eslint-plugin in /html-report/ui
- ddafe32 Bump @typescript-eslint/parser from 5.27.0 to 5.27.1 in /html-report/ui
- 9d4ec87 Bump @web/test-runner from 0.13.29 to 0.13.30 in /html-report/ui
- 4ab8bc9 Bump eslint from 8.16.0 to 8.17.0 in /html-report/ui
- 9800133 Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
- 928c589 Bump lint-staged from 13.0.0 to 13.0.1 in /html-report/ui
- 8e0823e Bump typescript from 4.7.2 to 4.7.3 in /html-report/ui
- 5fe6880 Bump webpack-dev-server from 4.9.1 to 4.9.2 in /html-report/ui
- b919c88 Bumping coverage on functions and html report.
- a8236ff Cleaned up go.mod
- 6b02503 Fixed broken tests after refactor
- 43550ff HTML Report now supports replay.
- a8a90ea Merge pull request #36 from daveshanley/dependabot/go_modules/github.com/stretchr/testify-1.7.2
- 233aeec Merge pull request #37 from daveshanley/dependabot/npm_and_yarn/html-report/ui/typescript-4.7.3
- e9f5848 Merge pull request #38 from daveshanley/dependabot/npm_and_yarn/html-report/ui/eslint-8.17.0
- 7d6efa5 Merge pull request #39 from daveshanley/dependabot/npm_and_yarn/html-report/ui/web/test-runner-0.13.30
- ed9ae52 Merge pull request #40 from daveshanley/dependabot/npm_and_yarn/html-report/ui/typescript-eslint/parser-5.27.1
- 921bb18 Merge pull request #41 from daveshanley/dependabot/npm_and_yarn/html-report/ui/typescript-eslint/eslint-plugin-5.27.1
- 639385a Merge pull request #42 from daveshanley/dependabot/npm_and_yarn/html-report/ui/webpack-dev-server-4.9.2
- 7362553 Merge pull request #43 from daveshanley/vacuum-replay-report
- 58ec474 Merge pull request #44 from daveshanley/dependabot/npm_and_yarn/html-report/ui/lint-staged-13.0.1
- 2878103 Merge pull request #45 from daveshanley/dependabot/npm_and_yarn/html-report/ui/shoelace-style/shoelace-2.0.0-beta.75
- 0e7b730 Need to add in some commit hooks, re-ran linter
- 1a7068f Re-added renderJSON template function
- a255257 Refactored and cleaned up HTML report TS code.
- e83a701 Refactoring reports into a more coherent pattern.
- e4b62fb Removed browsers from test config.
- 11018cf Updated JS testing config
- d730de0 Updated readme to reflect renamed
spectral-report
command. - 7584105 Updating readme.