Skip to content

Releases: jmhobbs/jsTodoTxt

0.10.0

07 Jun 16:59
Compare
Choose a tag to compare

Some linting cleanup and bug fixes in this release. Thanks to @zerodat and @xuhcc

  • Fix undeclared variable in DueExtension
  • Update parse() to accept optional error handler
  • Import TodoTxtExtension into main module
  • Fix indentation; replace spaces with tabs
  • Context/project replacement patterns were too aggressive

https://www.npmjs.com/package/jstodotxt/v/0.10.0

jsTodoTxt.parse breaking change

30 Oct 03:04
Compare
Choose a tag to compare

jsTodoTxt.parse will no longer raise an exception when the text of a task is empty.

This change is to allow behavior such as the following,

Empty tasks could be useful when combined with "hidden" tag. For example, one can create a task like this:
h:1 +project1 +project2 +project3 +project4
to define a list of projects so the app can do autocompletion for them.

Thanks to @xuhcc

0.8.2

30 Oct 02:58
Compare
Choose a tag to compare

Fixes the hidden extension, thanks to @xuhcc in #19

0.8.1

30 Oct 02:26
Compare
Choose a tag to compare
Release 0.8.1

0.7.2

30 Oct 02:26
Compare
Choose a tag to compare
Release 0.7.2 with backported fix for due date extension.