todone_lib 0.1.0
todone_lib: ^0.1.0 copied to clipboard
A library made to parse and write tasks in the ToDone open format.
0.0.1 #
- Initial version.
- Parser can read from a String right formatted, a path of a file or a File object.
0.0.2 #
- Fixed the standard to only include text that starts with
!. - Fixed an error that made the tasks to be set as
undonewhen it included adone:keyword.
0.1.0 #
- Tests: Fixed the tests to be compatible with new standard
- Library: Renamed class from Parser to ToDone
- Library: Added method to write to file
- Docs: Documented all public APIs
- Docs: Moved examples from README to example/README.md
- Docs: Reorganized examples and fixed to reflect the changes of the API