Skip to content

Releases: andrewdavidmackenzie/simpath

1.4.1 Adds Doc Comments and a new method

21 Mar 20:42
1fb0ce1
Compare
Choose a tag to compare

Added doc comments everywhere necessary

Added a "validate()" method

Added ability to find by type

14 Apr 15:18
Compare
Choose a tag to compare

added function find_type() that allows you to find for a Directory, a File or Any

Bug fixed in find()

11 Feb 12:36
Compare
Choose a tag to compare
v1.2.0

Fixed a bug in find() and bumped version number to 1.2.0

Method renamed

11 Feb 11:53
Compare
Choose a tag to compare

find_file() is now called just find()

1.0.0 release for crates.io

11 Feb 11:27
Compare
Choose a tag to compare

First implementation, initial methods implemented