Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.53 KB

changelog.md

File metadata and controls

67 lines (40 loc) · 1.53 KB

1.2.0

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).

1.1.3

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.

1.1.2

Update eslint to 8.11.0, which resolves a non-useful warning when linting.

Minor version bumps in other dependencies.

1.1.1

Minor version bumps in dependencies.

1.1.0

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.

1.0.2

Fix issue with some landing pages not loading.

1.0.1

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.