Releases: drewdeponte/alt
Releases · drewdeponte/alt
v2.1.0
This release is a small feature addition release and backwards compatible cleanup.
Added
: Swift Quick Tests supportAdded
: Swift XCTest & XCUI Tests supportAdded
: Swift Package Manager Tests support
v2.0.1
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 charRemoved
: Ruby implementation from benchmarks
v2.0.0
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 switchAdded
: complete rewrite in RustRemoved
: Ruby implementation