Skip to content

2.0.1

Compare
Choose a tag to compare
@justindhillon justindhillon released this 23 Jan 20:40
· 79 commits to main since this release

Announcing Version 2.0 !

New Features:

  • Can now be used as binary and npm package
  • It can now be passed a callback, so you can decide exactly what is done with broken links
  • Rewritten in typescript
  • Custom in-house scheduler, increasing performance by checking 10 links at once.
  • Reading and writing files are asynchronous, reducing io bottlenecks.
  • Binary files are skipped
  • Output directory is now correct path 100% of the time
  • Many bug fixes
  • Much better performance

Repo Changes:

  • All git commits gets tested by linting and building. This is done with a GitHub action.

Issues Resolved:

#46 files over 100mb are skipped.
#1 finally solved by skipping files over 100mb.