Releases: abgox/PSCompletions
Releases · abgox/PSCompletions
v5.1.1
- Fix the issue of
order.json
parsing compression causing completion errors.
- Other optimizations and fixes.
v5.1.0
- Add method
$PSCompletions.argc_completions()
for argc-completions.
- Optimize the module directory structure, and put unnecessary files into the
temp
directory.
- Reduce unnecessary duplicate parsing, making subsequent completions faster after the first completion.
- Other optimizations and fixes.
v5.0.8
- Fix the issue that the help information is not changed after switching languages.
- Fix some issues with the
reset
subcommand.
- Now, when downloading/updating completions, all json files will be compressed.
v5.0.7
- Fix an initialization bug.
v5.0.6
- Fix directory path completion without trailing path separators.
- Other optimizations and fixes.
v5.0.5
- Add a method
return_completion
in $PSCompletions
for hooks.ps1
.
- Other optimizations and fixes.
v5.0.4
- Fix the issue that the
psc rm *
command will reset all configuration items.
- Other optimizations and fixes.
v5.0.3
- Fix the error that the
psc
subcommand runs into an error.
- Other optimizations and fixes.
v5.0.2
- Remove unnecessary file I/O operations.
- Other optimizations and fixes.
v5.0.1
- Fix the issue that
psc
did not add after updating the module version.