taskwarrior v0.2.0.0 Release Notes

Release Date: 2020-04-19 // about 4 years ago
  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿšš data Status: Removed RecurringChild, renamed RecurringParent to Recurring.

    Other API changes

    • RecurringChild is now a new Type and a Maybe field of Task.
    • โž• Added the fields 'id' and 'urgency' to Task. They were regarded as UDAs before.
    • Now exporting the data consructors of Priority
    • โž• Added To- and FromJSON for Status
    • โž• Add FromJSON for Priority and improved Parser errors for it

    ๐Ÿ“š Documentation

    • โž• Added documentation about adherence to the specification
    • ๐Ÿ‘Œ Improved linking in the docs
    • Expanded README regarding help and contributions

    Development

    • Github actions will now check formatting and linking in haddocks

    Thanks

    ๐Ÿš€ Thanks to @ryantrinkle and @tom-audm for their contributions, which triggered this release.