Visit the releases page for more details.
- The
hook
option was removed (userun
instead). :PaqRunHooks
was replaced by:PaqRunHook
paq-nvim
module alias was removed. callrequire 'paq'
instead.
See #87 for more details.
-
The
'paq-nvim'
module has been renamed to'paq'
. -
The command definitions have been moved from
plugin
to the lua module, to avoid calling commands (like:PaqClean
), without having listed packages. This is technically a breaking change, but since the alternative is rather destructive (removing all your packages), and it's really unlikely any user relies on the commands existing before havingrequire
d the module, this has been done in this release rather than waiting for v1.0.
Calling the paq
function per package is deprecated. Users should now pass a
list to the 'paq-nvim'
module instead. See the readme and documentation for
more details.
The hook
option is deprecated. Use run
instead.