Skip to content

Releases: brmmm3/scandir-rs

2.7.1

17 Apr 10:44
Compare
Choose a tag to compare

Fix project description

2.7.0

17 Apr 09:01
Compare
Choose a tag to compare

Added

Added optional serialization methods to_json, to_speedy and to_bincode to Walk. The corresponding features json, speedy and bincode need to be enabled.
Add missing st_size to DirEntry in Python class.
Add statistics getter to Walk.

Improved

Optimized code.
Update benchmarks.

2.6.0

13 Apr 22:11
Compare
Choose a tag to compare

Added

  • Added optional serialization methods to_json, to_speedy and to_bincode. The corresponding features json, speedy and bincode need to be enabled.
  • Add statistics getter to Scandir.

Improved

  • Optimized code.
  • Update benchmarks.

Changed

  • Change methods duration, finished and busy to getters.

2.5.1

01 Apr 19:20
Compare
Choose a tag to compare

Update dependencies

2.5.0

22 Mar 07:06
Compare
Choose a tag to compare

Added methods to directly access contents of DirEntry(Ext) in ScandirResult

2.4.2

15 Mar 09:19
Compare
Choose a tag to compare
  • Update dependencies.
  • Fix warnings.

2.4.1

10 Feb 22:33
Compare
Choose a tag to compare

Update dependencies

2.4.0

13 May 11:22
Compare
Choose a tag to compare

Changed

  • Unify API of different methods (API changes in some methods!).
  • Update documentation.

2.3.5

27 Apr 06:08
Compare
Choose a tag to compare

Update dependencies

2.3.4

12 Mar 07:30
Compare
Choose a tag to compare
  • Fix compile problems on Windows.
  • Replace all shell build scripts with a single Python build script.