Debugprint.nvim Versions Save

Debugging in NeoVim the print() way!

v2.0.1

3 weeks ago

2.0.1 (2024-04-24)

Bug Fixes

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

v2.0.0

3 weeks ago

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

1 month ago

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

2 months ago

1.8.0 (2024-02-22)

Features

v1.7.0

3 months ago

1.7.0 (2024-01-21)

Features

Bug Fixes

v1.6.0

5 months ago

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

5 months ago

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

5 months ago

1.5.0 (2023-11-15)

Features

Bug Fixes

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

v1.4.0

6 months ago

1.4.0 (2023-11-06)

Features

  • Handle variables in Makefiles - closes #37 (52c82f6)

v1.3.0

6 months ago

1.3.0 (2023-11-02)

Features

  • Use a default value for variable input - closes #59 (775de28)

Bug Fixes

  • Property identifier for Typescript - closes #60 (e811865)