Skip to content

Releases: drewdeponte/alt

v4.0.0

08 May 04:36
v4.0.0
86ae6ca
Compare
Choose a tag to compare
  • Added: multi-line/multi-alternate output
  • Changed: default behavior to output all possible alternates sorted by score
  • Added: CLI option to truncate possible alternates down to a specific number
  • Changed: scoring algorithm to be able to weight filenames different than paths
  • Added: CLI option to override the scoring algorithms default filename weight
  • Added: CLI option to override the scoring algorithms default path weight
  • Added: support for optionally using threads to score in parallel
  • Added: CLI option to enable parallel scoring
  • Fixed: bug where scored paths weren't being sorted properly
  • Fixed: bug where some paths would score as NaN and make sorting off
  • Changed: Vim example to a NeoVim Lua example as that is what I use

v3.4.0

19 Apr 04:06
v3.4.0
6b05425
Compare
Choose a tag to compare
  • Added: support for foo_test.go file types

v3.3.0

13 Jun 05:55
v3.3.0
c4378b1
Compare
Choose a tag to compare
  • Added: support for Rails monorepo spec & test files
  • Added: support for JSX specs

v3.2.0

18 Feb 19:13
v3.2.0
7fffb48
Compare
Choose a tag to compare
  • Added: support for mocha type test files for JS & TypeScript in same dir

v3.1.0

27 Jan 05:15
4575feb
Compare
Choose a tag to compare
  • Added: support for mocha type test files for JS & TypeScript

v3.0.0

12 Jan 19:26
08ca152
Compare
Choose a tag to compare
  • Added: -a option override the default of ignoring hidden directory entries
  • Changed: walkdir implemantion to ignore::WalkBuilder to gain performance and glob based ignoring
  • Changed: glob implementation to walkdir to gain performance

v2.4.0

11 Aug 06:55
cb6d1f9
Compare
Choose a tag to compare

This release is a backwards compatible feature addition release.

  • Added: support for Scala Test/Spec/Suite
  • Added: man page

v2.3.0

11 Jul 06:33
Compare
Choose a tag to compare

This release is a backwards compatible feature addition release.

  • Added: support for Groovy
  • Changed: specific extension handling into generic extension handling

v2.2.0

08 Jul 21:39
Compare
Choose a tag to compare

This release includes a bug fix as well as additional backward compatible functionality.

  • Added: support for Java Maven JUnit
  • Fixed: bug preventing Rake test alternates from working with Minitest

v2.1.1

16 Jun 05:06
Compare
Choose a tag to compare

This release is a small bug fix release

  • Fixed: Bug preventing Cucumber support from working