All Versions
10
Latest Version
Avg Release Cycle
22 days
Latest Release
1762 days ago
Changelog History
Changelog History
-
v0.3.0.0 Changes
May 23, 2020- 0๏ธโฃ Only export
id
andurgency
when non default. - ๐ Change use of
[]
toSet
because that matches the semantic better.
- 0๏ธโฃ Only export
-
v0.2.1.0 Changes
April 26, 2020- โ Add helpers for onAdd and onModify hooks.
- ๐ Fix a bug where JSON without an
id
arurgency
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.
- โ Add
-
v0.1.2.1 Changes
January 22, 2020- โ Remove string-interpolate dependency
-
v0.1.2.0 Changes
December 23, 2019- โ Added
getUUIDs
function.
- โ Added
-
v0.1.1.0 Changes
December 06, 2019- โ Added
makeTask
andcreateTask
functions.
- โ Added
-
v0.1.0.0 Changes
November 08, 2019- First version. Includes the data types,
saveTasks
andgetTasks
.
- First version. Includes the data types,