Releases: drewdeponte/alt
Releases · drewdeponte/alt
v4.0.0
Added
: multi-line/multi-alternate outputChanged
: default behavior to output all possible alternates sorted by scoreAdded
: CLI option to truncate possible alternates down to a specific numberChanged
: scoring algorithm to be able to weight filenames different than pathsAdded
: CLI option to override the scoring algorithms default filename weightAdded
: CLI option to override the scoring algorithms default path weightAdded
: support for optionally using threads to score in parallelAdded
: CLI option to enable parallel scoringFixed
: bug where scored paths weren't being sorted properlyFixed
: bug where some paths would score as NaN and make sorting offChanged
: Vim example to a NeoVim Lua example as that is what I use
v3.4.0
Added
: support for foo_test.go file types
v3.3.0
Added
: support for Rails monorepo spec & test filesAdded
: support for JSX specs
v3.2.0
Added
: support for mocha type test files for JS & TypeScript in same dir
v3.1.0
Added
: support for mocha type test files for JS & TypeScript
v3.0.0
Added
: -a option override the default of ignoring hidden directory entriesChanged
: walkdir implemantion to ignore::WalkBuilder to gain performance and glob based ignoringChanged
: glob implementation to walkdir to gain performance
v2.4.0
This release is a backwards compatible feature addition release.
Added
: support for Scala Test/Spec/SuiteAdded
: man page
v2.3.0
This release is a backwards compatible feature addition release.
Added
: support for GroovyChanged
: specific extension handling into generic extension handling
v2.2.0
This release includes a bug fix as well as additional backward compatible functionality.
Added
: support for Java Maven JUnitFixed
: bug preventing Rake test alternates from working with Minitest
v2.1.1
This release is a small bug fix release
Fixed
: Bug preventing Cucumber support from working