Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1.55 KB

Changes

  • fix return type of lua() / executeLua()
  • strengthen some error handling
  • 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)