Skip to content

v4.4.2

Compare
Choose a tag to compare
@inttter inttter released this 14 Jul 14:04
· 9 commits to main since this release

✨ Features

  • 1a8b37d ✨ feat: allow already existing files to be skipped
    • When you are warned of files being overwritten, you are asked if you want to skip the listed file paths.
    • If you select Yes, the listed file paths won't be created, and the file paths that don't already exist will be created as normal.
    • If you select No, the file paths are overwritten as normal with template content.

♻️ Refactors

  • 0e1fb42 ♻️ refactor: handle invalid dependencies significantly better

    Example

    As an example, let's say you entered something like:

    open, execa, invalidname12347489, chalk@4.0.0
    

    In this case, while open, execa and chalk@4.0.0 are valid, since they exist and the versions are valid, invalidname12347489 would be the invalid dependency, since it does not exist. The user will be notified which dependencies are invalid and asks them to re-enter the invalid dependencies correctly.

🧹 Chores

  • bc44ce8 🧹 chore(pkg-config): make success message match main command
  • 32a56ef 🧹 chore(pkg-config): improve warning of no funding type
Files and file contents fetched from Gist's remain unchanged in this release.