Skip to content

Releases: XDream8/file-rs

0.1.9

30 Jan 16:47
Compare
Choose a tag to compare

What's new:

  • a bug related to shebang detection fixed

0.1.8

30 Jan 16:06
Compare
Choose a tag to compare

What's new:

  • Lots of speed and code improvements
  • replaced std:: thread::scope with rayon::scope

0.1.7

29 Jan 06:58
Compare
Choose a tag to compare

What's new:

  • Shebang detection
  • Code improvements

0.1.6

03 Dec 04:31
Compare
Choose a tag to compare
bump to 0.1.6

0.1.5

26 Nov 05:07
Compare
Choose a tag to compare

Changes:

  • threaded file type detection
  • prettier output

0.1.4

16 Nov 19:15
Compare
Choose a tag to compare
added basic support for detecting file types, overall code improvement