Skip to content

v0.13.0-rc.11

Pre-release
Pre-release

Choose a tag to compare

@ianlewis ianlewis released this 18 May 04:35
· 246 commits to main since this release
96e7e07

Added in v0.13.0-rc.11

⚠️ Do not use this release. ⚠️

  • Support was added for the Nix language (#1653).

  • Support was added for the CODEOWNERS file and Ignore List files (e.g. .gitignore) (#1667, #1700)

  • Support was added for requirements.txt files (#1729).

  • todos has been added to the Aqua registry. This allows todos to be installed using the Aqua package manager.

    aqua generate -g ianlewis/todos
  • todos can now be installed via npm

    npm install -g @ianlewis/todos
  • todos can now be run from a Docker container

    docker run --rm -t -v $(pwd):/src ghcr.io/ianlewis/todos /src

Changed in v0.13.0-rc.11

  • BREAKING CHANGE: todos now returns an exit status of 1 when TODOs are found (#1657).
  • BREAKING CHANGE: todos now returns an exit status of 3 when an file of an unsupported languages is passed via the command line (#1668).

All changes since v0.12.0

Full Changelog: v0.12.0...v0.13.0-rc.11