Documentation Comments and Refactoring
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.