Removed some additional, unused dependencies, including the no longer needed type packages for previously removed dependencies.
Move from standard
to neostandard
for linting testing code.
Small bugfixes in handling unexpected request responses in the HAR parsing.
Remove express
and use http-server
instead (to further reduce dependencies).
Add ability to record a HAR of the crawled page (PR #180).
Removed fs-extras
and chai
dependencies, in favor for standard library
approaches.
Specify and enforce a minimum node version, v20.0.0.
Clean up and reworking of test runner, including removing the hardcoded config file for the tests.
Added standardjs linting for test code.
Fixed race in tests that cause random-seeming failures.
Update eslint to 8.11.0, which resolves a non-useful warning when linting.
Minor version bumps in other dependencies.
Minor version bumps in dependencies.
Also pass --disable-first-run-ui
, to suppress some additional, unneeded and
unwanted browser UI, and disable the Chrome IPH_SidePanelGenericMenuFeature
for the same reason.
Remove some no longer needed dependencies.
Fix issue with some landing pages not loading.
Add this changelog.md
file, and start tagging releases.
Add additional flags for disabling chromium and Brave features, including
moving --disable-features=BraveSync
to --disable-sync
bc Brave will
be removing the former.