Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

53 lines (35 loc) · 2.35 KB

Changes

  • feat(findNvim): version parsing robustness
  • findNvim supports firstMatch parameter which callers can use to stop searching after the first valid Nvim is found. #370
  • findNvim now searches various common locations, in addition to $PATH. That makes it more useful for GUIs where $PATH is often different than the user's shell. #267
  • findNvim supports optional paths and dirs parameters.
  • Invalid RPC error now shows the contents of the invalid RPC message. #404
  • fix(logger): console.assert() throws exception
  • fix return type of lua() / executeLua()
  • strengthen some error handling
  • fix: SyntaxError: Unexpected token '?' in cli.js #373
  • fix: console.log() writes to RPC channel #202 #329
  • feat: eliminate which dependency
  • feat: improve logs + error messages
  • fix: always use custom logger if one is given #336
  • feat(logger): timestamp, pretty-print objects #337

5.0.1 (2024-03-01)

  • Renamed getNvimFromEnv to findNvim
  • fix: findNvim() fails if path has spaces. #319

4.11.0 (2024-02-07)

  • getNvimFromEnv provides a way to easily find nvim on the user's system. (Currently depends on $PATH #267)
  • Use $NVIM instead of deprecated $NVIM_LISTEN_ADDRESS #195
  • Update dependencies
  • Minimum node.js version: 14.x

4.8.0 (2020-01-12)

  • attach: allow custom logger for attach neovim proc (#138) (d9bc2ef)

4.7.0 (2019-12-30)

  • transport: bump up msgpack to latest official (#136) (669e1d9)