Added
- separate modules, rename SearchParams to Search, and move find_by fn's within Search
- pad the amount of chars of the filepath date
- find entry by date validations
Fixed
- by_date_range will be released at a later date
- use .to_owned()
- find_by_date -> by_date, find_by_range -> by_date_range
- remove set version
Refactor
- move code from else block
- unnecessary Path::new()