Releases: ParthJadhav/Rust_Search
Releases Β· ParthJadhav/Rust_Search
release v2.1.0
What's Changed
- Fix #20, search by file name by @TheAwiteb in #22
- Add search filters (Date Created, Date Modified, File Size) #3 by @mucks in #25
- chore: add sorting technique by @ParthJadhav in #24
New Contributors
- @mucks made their first contribution in #25
- @ParthJadhav made their first contribution in #24
Full Changelog: 2.0.0...2.1.0
Release v2.0.0 π
What's Changed
- Make
Search::new
public for crate only by @TheAwiteb in #15 (Breaking Change) Use ofSearch::new
is depreciated and will no longer work. UseSearchBuilder
instead - feat: add ability to set limit of results in output by @TheAwiteb in #19
- Use '~' as alias for home directory by @TheAwiteb in #16
- Expected the file extension without a dot by @TheAwiteb in #13
- Docs improvement by @TheAwiteb in #14
Full Changelog: 1.0.0...2.0.0
Contributors β€οΈ
- This release was made possible by @TheAwiteb, Thank you for your contributions π
Release v1.0.0
βοΈ What's Changed
- fix typo in example by @SimonMonecke in #1
- A bunch of performance improvements, style updates and use more "rusty" code by @jewlexx in #2
- Benchmarks by @TheAwiteb in #12
- Add
SearchBuilder
by @TheAwiteb in #9
β€οΈ New Contributors
- @SimonMonecke made their first contribution in #1
- @jewlexx made their first contribution in #2
- @TheAwiteb made their first contribution in #12
Full Changelog: https://github.com/ParthJadhav/rust_search/commits/1.0.0