Skip to content

Releases: andrewferrier/debugprint.nvim

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)

v3.2.0

26 Oct 20:42
cce7052
Compare
Choose a tag to compare

3.2.0 (2024-10-26)

Features

  • Add display_location and enhance tests - closes #122 (0a2a860)
  • Add luarocks support (7358de8)
  • support Apex language (0228c0e)

Bug Fixes

v3.1.2

30 Aug 16:51
3c9a95a
Compare
Choose a tag to compare

3.1.2 (2024-08-30)

Bug Fixes

  • variable_above_alwaysprompt key - closes #115 (9d09893)

v3.1.1

14 Aug 16:07
3495c27
Compare
Choose a tag to compare

3.1.1 (2024-08-11)

Bug Fixes

  • Remove specific version numbers in deprecation warnings (31588c4)