Skip to content

Releases: EdJoPaTo/project-below

v1.2.0

05 Feb 19:48
81f6468
Compare
Choose a tag to compare

Added

  • When run with --base-dir paths can now be printed --relative to the working directory instead of relative to the --base-dir.
  • The output of --list can now be delimited with NUL via --print0. This is useful when used in scripts.
  • Hide the output before and after a command (path, time took, error code) with --no-harness.

v1.1.0

24 Oct 16:34
bc8a138
Compare
Choose a tag to compare

Added

  • Print paths canonical with --canonical
  • Traverse into hidden folders to search for projects with --hidden

Changed

  • Use OsString for --file and --directory. This allows characters that are possible for the OS but aren't Unicode.

v1.0.0

28 Apr 15:48
Compare
Choose a tag to compare

This tool is used daily for over a year now. I consider this stable. (no breaking change from v0.2)

Changed

  • Do less memory allocations when doing stdout
  • Improve error message when command failed to execute

v0.2.1

15 Apr 21:52
Compare
Choose a tag to compare
  • Build deb/rpm packages
  • housekeeping, dependency updates, …

v0.2.0

14 Feb 13:56
Compare
Choose a tag to compare

Added

  • --list shows a list of all the matching directories instead of running a command.
  • Set the --base-dir from where to search for directories.
  • Check deep globs like src/*.ts.

Changed

  • Speed things up with a parallel file walker.
  • Performance improvements.
  • Skip the base directory for project checks. Only scan subdirectories as potential projects.

v0.1.0

03 Feb 01:25
Compare
Choose a tag to compare

Initial release ✨