Releases: radiovisual/timecard
Releases · radiovisual/timecard
0.5.5
0.5.3
- Adds the ability to add messages to your shifts via the
clockinandclockoutcommands - Refactor tests
- general code cleanup
0.5.2
- major code refactors
- allow timecard commands from sub-directories in Node applications
- default
.timecard.jsonto package root in Node applications; - fix unhandled rejections in tests
0.4.3
- Fixes bug where
.timecard.jsonwas not seen by JSON validator
0.4.2
- fixes error in JSON validation check
0.4.1
0.3.0
- refactors prompts into own file
- adds prompt for project name
- embeds project name into timecard
- embeds project total time into timecard
0.2.9
- Cleans up errors
- Adds friendly warning when user tries clocking in/out without a timecard
timecard printprints package name when available- adds aliases
- tweaks unit test
0.1.5
- Complete re-write in ES6 using babel. Much cleaner code base!
- Adds unit tests
- Adds update-notifier
0.1.4
- Prints time-based stats on clockout
- pretty-prints
.timecard.json - adds index to timecard entries
- prints
pwdto the print output - better formatting of print output
- adds XO linting to source code