Skip to content

Releases: radiovisual/timecard

0.5.5

16 Feb 12:17
Compare
Choose a tag to compare
  • Adds version option to cli
  • enforce timecard file before clockin

0.5.3

16 Feb 00:57
Compare
Choose a tag to compare
  • Adds the ability to add messages to your shifts via the clockin and clockout commands
  • Refactor tests
  • general code cleanup

0.5.2

13 Jul 00:19
Compare
Choose a tag to compare
  • major code refactors
  • allow timecard commands from sub-directories in Node applications
  • default .timecard.json to package root in Node applications;
  • fix unhandled rejections in tests

0.4.3

09 Jul 15:05
Compare
Choose a tag to compare
  • Fixes bug where .timecard.json was not seen by JSON validator

0.4.2

09 Jul 11:13
Compare
Choose a tag to compare
  • fixes error in JSON validation check

0.4.1

09 Jul 02:59
Compare
Choose a tag to compare
  • allow timecard to print before clockout. Closes #24
  • add timecard json validaton check. Closes #20
  • exit if no timecard

0.3.0

06 Mar 18:50
Compare
Choose a tag to compare
  • refactors prompts into own file
  • adds prompt for project name
  • embeds project name into timecard
  • embeds project total time into timecard

0.2.9

02 Mar 12:17
Compare
Choose a tag to compare
  • Cleans up errors
  • Adds friendly warning when user tries clocking in/out without a timecard
  • timecard print prints package name when available
  • adds aliases
  • tweaks unit test

0.1.5

01 Mar 23:05
Compare
Choose a tag to compare
  • Complete re-write in ES6 using babel. Much cleaner code base!
  • Adds unit tests
  • Adds update-notifier

0.1.4

28 Feb 13:05
Compare
Choose a tag to compare
  • Prints time-based stats on clockout
  • pretty-prints .timecard.json
  • adds index to timecard entries
  • prints pwd to the print output
  • better formatting of print output
  • adds XO linting to source code