All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added method setFocus.
- Fixed getIdTimeByType method.
- Added method to remove events database folder.
- Changed getElapsedTime to calculate elapsed time from two dates received by params.
- Event validation update: Now only allows adding finish events after tracking is completed.
- _stopEventsInBackground improvement: Added validation to pause only active events
- getElapsedTime adjustment: Time calculations now use the last finish event when multiple are present.
- Added removeFinishById method to delete all finish records by ID, returning a rejected promise on failure
- Added a class that tracks actions with its current time