Skip to content

Latest commit

 

History

History
166 lines (78 loc) · 9.13 KB

CHANGELOG.md

File metadata and controls

166 lines (78 loc) · 9.13 KB

Changelog

2.4.0 (2024-08-04)

Features

  • Add erlang to list of supported debug adapters (#135) (aa82cbe)

2.3.1 (2024-06-30)

Bug Fixes

  • netcoredbg: failing to start on Windows (#133) (2bff39c)

2.3.0 (2024-06-07)

Features

  • automatically configure the vscode extension in nvim-dap (#129) (a046867)

Bug Fixes

  • Start Delve debug in project mode, not file (#122) (67210c0)

2.2.2 (2023-12-21)

Bug Fixes

  • Use integratedTerminal for Python and CodeLLDB (#117) (9e82ded)

2.2.1 (2023-11-22)

Bug Fixes

2.2.0 (2023-10-19)

Features

  • Enable the codelldb and cppdbg adapters to debug swift applications. (#108) (6148b51)
  • Enable Zig debugging on codelldb (#111) (1e5cdf1)

2.1.1 (2023-06-10)

Bug Fixes

  • Fixed codelldb and cppdbg failing to setup on windows. (#96) (961e9e8)

2.1.0 (2023-05-01)

Features

  • Add haskell to list of supported debug adapters (#87) (7c18898)

Bug Fixes

  • changed default prompt to be the fresh-installed stack version (#90) (f0a476f)
  • use ghci-dap and -ignore-dot-ghci (#91) (6fe5eac)

2.0.4 (2023-04-23)

Bug Fixes

  • remove not used language_mappings defition (#84) (9512a88)

2.0.3 (2023-04-23)

Bug Fixes

2.0.2 (2023-04-22)

Performance Improvements

2.0.1 (2023-04-09)

Bug Fixes

  • check if bash-debug-adapter is available then get its data (#60) (b3cf65e)

2.0.0 (2023-04-09)

⚠ BREAKING CHANGES

Features

1.2.2 (2023-03-31)

Bug Fixes

  • use vim.fn.exepath for all adapter commands (#54) (7f54a17)

1.2.1 (2023-03-28)

Bug Fixes

1.2.0 (2023-02-18)

Features

  • obtain executable paths dynamically (3dff251)

1.1.0 (2023-02-17)

Features

  • cppdb: Add asm filetype to configurations (#42) (64f0b2e)

1.0.0 (2023-02-16)

⚠ BREAKING CHANGES

  • js: re-add js due to popular demand. #17"
  • js: remove js. not officially supported by nvim-dap. #17

Features

  • .github: stale cronjob (7d9f778)
  • adapter: add support for dart (#35) (a775db8)
  • add elixir-ls (#7) (6d73fdc)
  • add lldb, bash, java, mock, puppet, netcore, php, js-debug-adapter (30282c9)
  • allowing users to pass in function to override instead of simply a list (#40) (858942c)
  • codelldb: support automatic_setup (#20) (40c9a53)
  • elixir: support automate_setup (#19) (d6049cf)
  • kotlin: adding kotlin-debug-adapter (#26) (2c97ca2)
  • support overriding filetypes for adapters (#29) (d6cb770)

Reverts

  • js: re-add js due to popular demand. #17" (6efa7cb)

bugfix

  • js: remove js. not officially supported by nvim-dap. #17 (48a4aa6)