Releases: LitFill/src-todo
Releases · LitFill/src-todo
v0.4.0.0 Use Attoparsec
Full Changelog: v0.3.5.0...v0.4.0.0
0.4.0.0 - 2025-09-15
Bug Fixes
Documentation
- Add source documentations (2fc32af)
- Update README to reflect UUID-based ID generation and add unregister command details (74f1ddf)
Features
- Displaying todos will not error anymore (7e85160)
- Add error handling with Control.Exception (e69d95a)
- Add
hasIdfor filtering (c7fcac4) - Add dependency version bounds and other cabal fields (a57318d)
- Implement UUID-based ID generation for TODOs and add unregister command (369e636)
Refactor
- Simplify TODO parsing logic and remove unused functions (d6c640f)
Revert
- Revert the behavior of extractTodos (ffc4a53)
v0.3.5.0 Fully Qualified
Full Changelog: v0.3.1.0...v0.3.5.0
0.3.5.0 - 2025-09-14
Documentation
Features
Miscellaneous Tasks
- Bump version (1c3277b)
Styling
Bugfix
Full Changelog: v0.3.0.0...v0.3.1.0
0.3.1.0 - 2025-09-14
Bug Fixes
Documentation
- Update changelogs (d592856)
Miscellaneous Tasks
- Bump minor version (53e232f)
Styling
- Tidy the lang pragma and imports (ae85d5d)
Using Directory Trees
Full Changelog: v0.2.0.0...v0.3.0.0
0.3.0.0 - 2025-09-14
Bug Fixes
Features
- Imports for the next few commits (251f07b)
- Adding default "." if no file specified (d26ba9a)
- Using directory-tree to extract Todos (d73cba0)
Miscellaneous Tasks
Refactor
- Remove sample.hs (cf7d7a3)
Using Optparse
Full Changelog: v0.1.0.0...v0.2.0.0
Documentation
- Configure and update CHANGELOG.md (0b585a0)
Features
- Using optparse-applicative now (ed473ca)
- Imports for next few commits (1792edd)
- Refactor
replaceAtLineand add banners (d4b6060) - Add
displayTodo(e914ee4)
Refactor
- Refactor: style
handleCommandandmain, usetraverseinstead of (7ed4adb)
Styling
v0.1.0.0
Full Changelog: https://github.com/LitFill/src-todo/commits/v0.1.0.0