Skip to content

Releases: robertazzopardi/depsync.nvim

v0.5.0 Cargo.toml Support

27 Jun 21:08
Compare
Choose a tag to compare

This release adds support for Cargo.toml files.

Full Changelog: v0.4.0...v0.5.0

v0.4.0 jobstart

11 Jun 20:55
Compare
Choose a tag to compare

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

04 Jun 00:20
Compare
Choose a tag to compare

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

03 Jun 17:08
Compare
Choose a tag to compare

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

02 Jun 16:17
Compare
Choose a tag to compare

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