Skip to content

v0.1.0

Compare
Choose a tag to compare
@zardoy zardoy released this 09 Feb 15:11
· 80 commits to main since this release

💥 BREAKING CHANGES

  • feat: change type of packageManagerAllowedEnv configuration from {pnpm: string[] | false} to enum: 'include' | 'exclude' | 'disable' now defaults to include on windows and mac in this mode envs picked from predefined list. Now it is not possible to control lists. This should finally fix pnpm crashes on Windows cdac71b