Skip to content

Releases: andrewferrier/debugprint.nvim

v3.1.0

28 Jul 13:12
07b3b4f
Compare
Choose a tag to compare

3.1.0 (2024-07-28)

Features

  • Introduce lazy.nvim package spec - closes #109 (7c9b7f0)

Bug Fixes

  • Change back to not supplying lazy-loading config - closes #111 (96e6d32)
  • Temporary workaround for lazy-loading issue (265b070)

v3.0.0

21 May 20:29
8f2a335
Compare
Choose a tag to compare

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

  • Get node name correctly for default case (1c93860)
  • Use tbl_get to support 0.8 (40fc629)

Miscellaneous Chores

  • Deprecate global-level ignore_treesitter option - closes #100 (7d49362)
  • Remove support for NeoVim 0.8 (1f03985)

v2.0.1

24 Apr 09:54
a72528b
Compare
Choose a tag to compare

2.0.1 (2024-04-24)

Bug Fixes

  • Lazy loading - no autocmds/warn on unmodifiable buffers - closes #97 (61dbc50)

v2.0.0

22 Apr 17:25
2a04a47
Compare
Choose a tag to compare

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)

v1.9.0

29 Mar 12:49
239bef6
Compare
Choose a tag to compare

1.9.0 (2024-03-29)

Features

Bug Fixes

  • Accuracy finding embedded langs - closes #84 (b813797)
  • Make validation work (fdc30b2)
  • Take a fresh copy of options object each time (c63b01d)

v1.8.0

05 Mar 09:03
159c752
Compare
Choose a tag to compare

1.8.0 (2024-02-22)

Features

v1.7.0

21 Jan 00:52
0c81cd2
Compare
Choose a tag to compare

1.7.0 (2024-01-21)

Features

Bug Fixes

v1.6.0

28 Nov 15:39
661eea1
Compare
Choose a tag to compare

1.6.0 (2023-11-28)

Features

Bug Fixes

  • JavaScript logging debug → warn (c8341fd)
  • Remove stderr for Python (a3f8beb)
  • Try to fix demo video link (dafd4db)

v1.5.1

24 Nov 10:06
95f0ef6
Compare
Choose a tag to compare

1.5.1 (2023-11-24)

Bug Fixes

  • Don't make keybindings unique - closes #69 (08a4dff)
  • populate runtimepath correctly - closes #65 (e12671b)

v1.5.0

15 Nov 22:20
c271268
Compare
Choose a tag to compare

1.5.0 (2023-11-15)

Features

Bug Fixes

  • get_node_at_cursor works again on 0.8.x - closes #64 (b141128)