Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

v0.19.0 "Super Ape"

Compare
Choose a tag to compare
@brentlintner brentlintner released this 10 Aug 22:44
· 34 commits to master since this release
  • Make Vile more usable out of the box by shipping core plugins stat,comment,coverage and ncu (can disable with -w)
  • Vile's coverage plugin now auto detects lcov data in coverage if it exists, which was an annoying manual hurdle when getting started
  • Make Vile more usable out of the box by auto ignoring a boat load of more directories and paths by default, and have vile init only add extra directories that a user can choose
  • Streamlined vile init to ask less questions and presume more (and not install plugins for you)
  • Also rewrote the docs to be more helpful and streamlined, especially with getting started and caveats for certain languages/frameworks
  • Attempt to make logging more clean when spinner is still running (ex: plugin logs to stderr)