Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 14:51

0.10.0 (2020-12-30)

Bug Fixes

  • add missing github-markup dependencies to dockerfile (b5fb88a)
  • file-hash now accepts legacy configuration format (d509274)
  • fix broken link behavrior with files in subdirectories (6c14db9)
  • fix pathing issues and succeed/fail criteria with no files found (c0c101b)
  • remove Object.fromEntries for node 10 support (0644374)
  • update dockerfile to reconfigure bundle which (may) have caused some bugs on linux (889da3e)
  • upgrade broken-link-checker to add node 10 support (4f00b33)
  • upgrade ruby gems to latest version (e36c10a)

Features

  • finalize no broken links rule and dockerfile (c1b1f72)
  • update dockerfile to reflect new dependencies (c256af7)
  • no-broken-links: add option to pass or not pass in external links (aaa92f8)
  • switch to fork of broken-link-checker (7df3086)
  • WIP adding a broken link checker rule (9e8bb98)