Skip to content

Releases: andrewferrier/debugprint.nvim

v5.1.0

12 Feb 16:37
196d33d
Compare
Choose a tag to compare

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

23 Jan 12:58
0db7ebd
Compare
Choose a tag to compare

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

12 Jan 22:26
302722c
Compare
Choose a tag to compare

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

14 Dec 13:54
97732cd
Compare
Choose a tag to compare

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

24 Nov 11:23
74c01be
Compare
Choose a tag to compare

3.7.0 (2024-11-24)

Features

Bug Fixes

  • Add missing validation for insert mode (392bd6c)

v3.6.0

21 Nov 15:34
6f40bea
Compare
Choose a tag to compare

3.6.0 (2024-11-08)

Features

Bug Fixes

  • Correct key descriptions (575f2e3)
  • get insert mode variable working with noice - closes #86 (6a08653)
  • Type annotations (3bdd861)
  • typecheck issue (7b7a02c)

v3.5.0

05 Nov 09:14
105d976
Compare
Choose a tag to compare

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

29 Oct 09:10
8cc7c96
Compare
Choose a tag to compare

3.4.0 (2024-10-29)

Features

Bug Fixes

  • typo in plain above desc (daf79f3)

v3.3.0

26 Oct 21:14
90b6680
Compare
Choose a tag to compare

3.3.0 (2024-10-26)

Features

v3.2.1

26 Oct 21:05
3109b7b
Compare
Choose a tag to compare

3.2.1 (2024-10-26)

Bug Fixes

  • Trigger for luarocks (6083ff3)
  • Try using 'published' instead for luarocks (600746d)