Releases: andrewferrier/debugprint.nvim
Releases · andrewferrier/debugprint.nvim
v5.1.0
5.1.0 (2025-01-25)
Features
- Support dynamic filetype config evaluation - closes #21 (9165c70)
- Support field_expression special case for C (40ddd36)
v5.0.1
5.0.1 (2025-01-23)
Bug Fixes
- Don't hang highlighting when editing a big file (e5a8874)
- Don't set up highlights if filetype not supported (91a1acf)
- Remove opts from healthcheck - closes #159 (4f52d81)
- Selene issues (7fe56b6)
v5.0.0
5.0.0 (2025-01-11)
⚠ BREAKING CHANGES
- Line highlighting using mini.hipatterns - closes #147
- Deprecation warning calling debugprint() directly - closes #99
Features
- Add health check - closes #154 (69c13fc)
- Add healthcheck for lazy loading and print_tag (4f3ded4)
- Check health - look for mini.hipatterns (bba532b)
- Line highlighting using mini.hipatterns - closes #147 (7cc6888)
- Support
notify_for_registers
option (88398b0)
- support registers - closes #148 (3ad3f73)
Bug Fixes
- Deprecation warning calling debugprint() directly - closes #99 (48505a2)
- Remove unnecessary parameter (2ae1289)
v4.0.0
4.0.0 (2024-12-11)
⚠ BREAKING CHANGES
- Use persistent counter - closes #143
Features
Bug Fixes
- Don't use vim.fs.rm(), it's not in stable yet (3b7d34c)
- simpler implementation of vim.fs.joinpath() (4a798ae)
- Stop using joinpath() (8a54467)
- Support empty or false to remove default keybindings (bf6c457)
v3.7.0
3.7.0 (2024-11-24)
Features
Bug Fixes
- Add missing validation for insert mode (392bd6c)
v3.6.0
3.6.0 (2024-11-08)
Features
Bug Fixes
v3.5.0
3.5.0 (2024-11-03)
Features
- Override display_* on a per-filetype basis - closes #135 (30e3fb3)
Bug Fixes
- Add missing function to display_counter (c14ac8d)
- Correct link for adding filetypes (358340a)
- Failing test on earlier NeoVim versions (f8b1f2f)
- Remove 'commands' from validate name also (90764e4)
- Typing issue (3859e21)
- Typing issues (52ced26)
- validating nonexistent field
commands_toggle_comment_debug_prints
(943afa6)
v3.4.0
3.4.0 (2024-10-29)
Features
Bug Fixes
v3.3.0
3.3.0 (2024-10-26)
Features
v3.2.1
3.2.1 (2024-10-26)
Bug Fixes
- Trigger for luarocks (6083ff3)
- Try using 'published' instead for luarocks (600746d)