Skip to content

Documentation Comments and Refactoring

Compare
Choose a tag to compare
@leesharma leesharma released this 22 May 05:09
· 25 commits to main since this release

Documentation

Public methods and classes now have 100% documentation coverage, and the documentation was expanded to include descriptions, examples, links, and more.

Refactoring

The Rescuetime::DateParser class was extracted from the Rescuetime::QueryBuilder, keyword arguments were added in preference to the options hash, and other code readability/maintainability changes were made.

This release shouldn't affect the behavior or interface of the gem, and it adds no new features.