Skip to content

v0.5.0

Compare
Choose a tag to compare
@ianlewis ianlewis released this 04 Sep 02:47
· 161 commits to main since this release
e06be69

Added in 0.5.0

  • Support for Erlang, Haskell, R, and SQL programming languages has been added.

  • A new exclude-dir flag was added to todos that allows for excluding
    matching directories from the search.

  • TODO comments are matched more loosely with more delimeters such as '/' or '-'
    in addition to ':' being recognized.

  • A new --charset flag was added which defaults to UTF-8. This is the
    character set used to read the code files. A special name of detect
    specifies that the character set of each file should be detected.

  • Support was added for TODO comments with no space between the comment start
    and "TODO" marker and no delimiter.

    //TODO Add some code here.
  • Support was added for TODO comments in JavaDoc/JSDoc/TSDoc that had a *
    prefix.

    /**
     * Some comment.
     * TODO: Add some code here.
     */

Changed in 0.5.0

  • todos no longer detects character encodings by default and now defaults to
    reading files as UTF-8. Character detection can be enabled by using the
    --charset=detect flag.

All Changes

Full commit log: v0.4.0...v0.5.0