- Change #extensions to use file path separator
- Change files loading
- Remove search paths caching
v0.2.2 - 2017-02-06
- Fix File namespacing issue
v0.2.1 - 2016-12-26
- Change to stop shadowing path var in Which#search_paths
v0.2.0 - 2016-07-01
- Add Which#exist? to check if file exists based on found path
- 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?
- Fix bug with Which#file_with_exec_ext? when comparing extensions
v0.1.0 - 2015-05-30
- Initial implementation and release