All Versions
10
Latest Version
Avg Release Cycle
22 days
Latest Release
1405 days ago

Changelog History

  • v0.3.0.0 Changes

    May 23, 2020
    • 0๏ธโƒฃ Only export id and urgency when non default.
    • ๐Ÿ”„ Change use of [] to Set because that matches the semantic better.
  • v0.2.1.0 Changes

    April 26, 2020
    • โž• Add helpers for onAdd and onModify hooks.
    • ๐Ÿ›  Fix a bug where JSON without an id ar urgency key would be wrongly rejected.
  • v0.2.0.0 Changes

    April 19, 2020

    ๐Ÿ’ฅ 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.

  • v0.1.2.4 Changes

    April 18, 2020
    • ๐Ÿ›  Fix a bug where recurring masks where parsed wrong
    • ๐Ÿ“š Further (small) documentation improvementes
  • v0.1.2.3 Changes

    April 11, 2020
    • ๐Ÿ“š Documentation improvements
    • Loosen some dependency bounds
  • v0.1.2.2 Changes

    February 26, 2020
    • โž• Add StrictData pragma for better performance.
  • v0.1.2.1 Changes

    January 22, 2020
    • โœ‚ Remove string-interpolate dependency
  • v0.1.2.0 Changes

    December 23, 2019
    • โž• Added getUUIDs function.
  • v0.1.1.0 Changes

    December 06, 2019
    • โž• Added makeTask and createTask functions.
  • v0.1.0.0 Changes

    November 08, 2019
    • First version. Includes the data types, saveTasks and getTasks.