Skip to content

Latest commit

 

History

History
81 lines (42 loc) · 4.76 KB

CHANGELOG.md

File metadata and controls

81 lines (42 loc) · 4.76 KB

1.2.1 (2024-10-03)

Fix

  • Pass configFile to loadConfig method for config rc files (2def7da)

1.2.0 (2024-10-02)

Build

  • Add SonarCloud analyze (fixes #23) (d1347e3), closes #23
  • Allow to bypass branch protection rules for semantic release process (6103b7c)
  • Bump @cucumber/cucumber from 10.8.0 to 10.9.0 (06d3c9e)
  • Bump chai from 4.2.0 to 4.5.0 (6a18130)
  • Bump elliptic from 6.5.5 to 6.5.7 (734b043)
  • Bump mocha from 10.6.0 to 10.7.3 (90ec549)
  • Bump semantic-release from 24.0.0 to 24.1.0 (970c47d)
  • Fix semantic release configuration (2e03790)

Docs

New

  • Implement JUnitXMLReporter (f3e5705), closes #1

Upgrade

  • Bump yargs-parser from 20.2.9 to 21.1.1 (59c50a7)

1.1.0 (2024-08-17)

New

  • Implement BrokenCrossReferencesChecker (fixes #20) (7259ebe), closes #20

1.0.4 (2024-08-07)

Fix

  • Pass httpConnectionTimeout option to XmlHttpRequest (f736f3b)

1.0.3 (2024-08-07)

Fix

  • return empty title if no head title element is found (#16) (f6c34e4), closes #16

1.0.2 (2024-08-07)

Fix

  • find all files in a directory (#14) (51b43ff), closes #14

1.0.1 (2024-07-30)

Fix

  • Rename binary script and add extension *.js (fixes #2) (67c6b04), closes #2

1.0.0 (2024-07-29)

Build

  • Configure semantic release process (732b55b)
  • setup release process and dependabot (fixes #3) (598e3c0), closes #3

New

  • initial port from HtmlSanityCheck project (3a8b26d)