Skip to content

v0.1.4

Latest
Compare
Choose a tag to compare
@schneedotdev schneedotdev released this 24 Aug 20:50
767aad8

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()