Releases: antfu-collective/ni
Releases · antfu-collective/ni
v0.21.6
v0.21.5
🚀 Features
- Expose
getCliCommandfunction - by @ghengeveld and @antfu in #164 (17d8e)
🐞 Bug Fixes
- If there are spaces in args, then wrap them with quotes - by @FrankFang and @antfu in #160 (3ae42)
View changes on GitHub
v0.21.4
v0.21.3
No significant changes
View changes on GitHub
v0.21.2
v0.21.0
🚨 Breaking Changes
🚀 Features
- Add error message for unsupported commands/package managers - by @Zeko369 and @antfu in #129 (1a7e9)
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v0.20.0
⚠️ BREAKING CHANGE
We renamed nx to nix to avoid conflicts with the other existing tool - nx. If you don't use nx and still want the old nx behavior you can create an alias on your shell configuration file (.zshrc, .bashrc, etc).
alias nx="nix"- Rename nx to nix - by @joaosamouco in #134 (d17eb)