Releases: andrewferrier/debugprint.nvim
Releases · andrewferrier/debugprint.nvim
v3.1.0
v3.0.0
3.0.0 (2024-05-18)
⚠ BREAKING CHANGES
- Deprecate global-level ignore_treesitter option - closes #100
- Remove support for NeoVim 0.8
Features
- Add support for AppleScript (0811b50)
- Customizable display_counter - closes #104 (1400e08)
- Show number of lines on delete/toggle - closes #101 (77be09b)
- Use smarter variable finding - closes #27 (052693a)
Bug Fixes
Miscellaneous Chores
v2.0.1
v2.0.0
2.0.0 (2024-04-17)
⚠ BREAKING CHANGES
- New keymap/command configuration - closes #44
Features
- add elixir support (0ac7f57)
- Implement comment toggle - closes #85 (7fac302)
- Keybinding: delete_debug_lines - closes #87 (6ef8571)
- keymap: map keys only on
modifiable
buffers and make keymaps buffer-local (319edf0) - New keymap/command configuration - closes #44 (ee9d6ff)
- Simplify configuration warning text (7e8ccd4)
Bug Fixes
- Debug Print Not generating for c_shrarp file type (3d00dd0)
- g?v for comments in lua (f9b9b87)
- Mapping TS lang → filetype - closes #93 (3b21eba)
- Only map TSLang → ft on NeoVim 0.9+ (8c7a872)
- Only warn once about NeoVim version (005430d)
- Remove conflicts with nvim-notify - closes #91 (bb6d1c9)
- Setup of function callbacks (32137d7)
- Use feedkeys to work with noice.nvim - closes #80 (a326cad)
- Use non-deprecated API (63e9017)