Skip to content

Releases: ad-si/Textalyzer

Release list

v0.4.0

Choose a tag to compare

@ad-si ad-si released this 16 Jun 20:13
0430412
  • Add new subcommand line-length to generate a histogram of line lengths
  • Ignore leading and trailing whitespace when checking line duplication
  • Use flake.nix for dependency management
  • Automatically deploy latest version to GitHub Pages

v0.3.0

Choose a tag to compare

@ad-si ad-si released this 16 Jun 20:14
0e6d597
  • Add support for compiling to WASM and include a webapp build
    to analyze text in the browser.
  • Subcommand duplication:
    • Implement finding multi-line duplications.
    • Check all nested files when a directory is specified.
    • Allow specifying multiple paths in duplicates check.
    • Improve formatting and color scheme of output.
    • Ignore files specified in common ignore files.
    • Add --files-only flag to only show files with duplicates
      and not the duplicated code itself.
    • Add --min-lines flag to filter out duplications with less
      than a specified number of lines.