Skip to content

Releases: drewdeponte/alt

v2.1.0

14 Dec 09:34
Compare
Choose a tag to compare

This release is a small feature addition release and backwards compatible cleanup.

  • Added: Swift Quick Tests support
  • Added: Swift XCTest & XCUI Tests support
  • Added: Swift Package Manager Tests support

v2.0.1

21 Jul 18:25
Compare
Choose a tag to compare

This is a small bug fix release that fixes an issue where the app would crash if having to deal with a file named a single character when its extension is removed.

  • Fixed: bug causing crash when dealing with files named a single char
  • Removed: Ruby implementation from benchmarks

v2.0.0

21 Jul 07:14
Compare
Choose a tag to compare

This version includes the following changes. The most notable is that it is a complete rewrite of the original Ruby application in a compiled language, Rust. It is now downloadable binary from this release.

  • Changed: the -- option switch to -f -
  • Removed: the --debug option switch
  • Added: complete rewrite in Rust
  • Removed: Ruby implementation