Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 1.02 KB

Unreleased

  • Upgrade project to Bootstrap v4.0.0-beta. Pull request #6

  • Correctly set the absolute date-time for schedule entry start and stop times based on time day boundaries. Pull request #5

Version Preparation

Any *-beta.# versions should go here before eventually migrating to the Released Versions section

Released Versions

v0.2.0 (Jun 19, 2017)

Pull request #4:

  • GitHub pages static site build.

  • Add schedule entries with add/remove functionality.

  • Ability to submit one or all entries to Toggl, only submits original datetime for start/stop times.

v0.1.0 (Jun 19, 2017)

Pull request #1:

  • Webpack build pipeline based off create-react-app.

  • Toggl API integration.

  • Add TogglApiKey component.

  • Redux architecture.

  • React and Redux Jest/Enzyme specs.