Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 3.12 KB

Changelog

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. jay-babu#17"
  • js: remove js. not officially supported by nvim-dap. jay-babu#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

bugfix