Skip to content

Releases: ngnijland/typescript-todo-or-die-plugin

Add tod CLI

19 Nov 11:18
Compare
Choose a tag to compare

This release adds a CLI to this package. You can use it to find any due TODO comments in your project. Or use it to fail your pipelines when TODO comments are due to fix.

Use it like this:

tod <file|dir|glob...

For more information: run in command line

Die when current branch is "..."

25 Oct 09:54
Compare
Choose a tag to compare

This release includes the addition of the local dependency version condition

You'll be able to use the following todo condition:

// TODO::on_branch("master"): fix me!

Support FIXME and custom tags

15 Oct 08:54
Compare
Choose a tag to compare

You'll be able to use FIXME as a keyword by default, e.g.:

// FIXME::when("typescript", ">4.5.0"): check your types

Next to that you can now configure your own keywords: read how

Die when local dependency version is met

14 Oct 05:38
Compare
Choose a tag to compare

This release includes the addition of the local dependency version condition (#12)

You'll be able to use the following todo condition:

// TODO::when("typescript", ">4.5.0"): fix me!

Issue: #12

Warnings before data condition is met

03 Oct 08:45
Compare
Choose a tag to compare

It closes the following issues:

  • Warning x time before after_date condition is met [#4]

Initial release

01 Oct 13:56
Compare
Choose a tag to compare

This is the first release of typescript-todo-or-die-plugin.

It closes the following issues:

  • Date todo conditions [#1]