Skip to content

2.0.0

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 07 Feb 16:03
2.0.0
936f920
  • Made the test syntax compatible with fish_indent (#34).
    • Removed the test..end block syntax in favor of using actual fish syntax.
    • Switched to a new @test declaration to create (still converted to test calls under the hood).
    • If you upgraded from an earlier version, you'll need to make adjustments to your code. Read the migration guide for help.
  • Run tests in parallel (as background jobs) (#31).
  • Removed --pipe in favor of a userland solution like "fish -c "fishtape *.fish | tap-nyan".
  • Removed runtime variables except for $FILENAME (renamed to $filename).