Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

38 lines (29 loc) · 1.16 KB

Changelog

All notable changes to clockworks will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.1 - 2020-06-08

Added

  • Added a check to see if the timer exists before trying to remove it
  • Added a check to see if the timer exists before adding a new one

Changed

  • ClockWorks::pull() now takes the name of the timer object as the parameter and not the whole object or {name: String}

0.1.0 - 2020-06-07

Added

  • Initial version that works.
  • use microbundle
  • Initial dotfiles.
  • Added all the files and repo.

Help


Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.