Releases: robertazzopardi/depsync.nvim
Releases · robertazzopardi/depsync.nvim
v0.5.0 Cargo.toml Support
This release adds support for Cargo.toml files.
Full Changelog: v0.4.0...v0.5.0
v0.4.0 jobstart
This release removes the dependency on plenary:job to spawn npm view
commands and uses neovims jobstart
instead.
Full Changelog: v0.3.0...v0.4.0
v0.3.0 Specify args to update
Extends the :DepSyncUpdate
command to take args, so that specific args can be updated only.
Example
:DepSyncUpdate express lodash axios
Full Changelog: v0.2.0...v0.3.0
v0.2.0 DepSyncUpdate command
This release adds the DepSyncUpdate
command which updates the out of date dependencies in the currently open package.json
buffer
Full Changelog: v0.1.0...v0.2.0
v0.1.0 Initial Release
Adds :DepSync
command to neovim, which checks dependencies in a package.json
and displays any version updates inline.
Full Changelog: https://github.com/robertazzopardi/depsync/commits/v0.1.0