Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 1.02 KB

Change log

[v0.3.0] - 2017-03-20

Changed

  • Change #extensions to use file path separator
  • Change files loading
  • Remove search paths caching

v0.2.2 - 2017-02-06

Fixed

  • Fix File namespacing issue

v0.2.1 - 2016-12-26

Changed

  • Change to stop shadowing path var in Which#search_paths

v0.2.0 - 2016-07-01

Added

  • Add Which#exist? to check if file exists based on found path

Changed

  • Change Which#search_paths to allow for paths argument
  • Rename Which#executable_file_with_ext? to #file_with_exec_ext?
  • Rename Which#path_with_executable_file? to #file_with_path?

Fixed

  • Fix bug with Which#file_with_exec_ext? when comparing extensions

v0.1.0 - 2015-05-30

  • Initial implementation and release