Releases: ArazEstPrit/to-do-app
Releases · ArazEstPrit/to-do-app
v0.2.0
New Features
- Task Description: Users can now add optional descriptions to tasks.
- Optional Due Date: Task due dates are now optional. Users can create tasks without specifying a due date.
- User Prompting: The app now prompts users for input when creating or deleting tasks if required information is missing or invalid.
Bug Fixes
- Empty Task Name Check: Added a check to prevent the creation of tasks with empty names.
Enhancements
- Console Input in Tests: Incorporated mock-stdin to simulate user input in unit tests
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the first release of the to-do app!
Features
- add tasks: you can add tasks with
npm start add "<task name>" <due date>
- view tasks: you can view your tasks with
npm start view
- complete tasks: you can complete tasks with
npm complete "<task name>"
Getting started
- Clone the repository
- Run
npm install
to install the dependencies - great! You can now use this app.
For more info, check the README.
Note: I have deleted the previous release of this version because of a version number discrepancy between package.json and package-lock.json. However, before noticing this error, the following changes were made to the app:
I apologise for any inconvenience caused.