Releases: johmsalas/text-case.nvim
Releases · johmsalas/text-case.nvim
v1.2.0
1.2.0 (2024-07-13)
Features
- Add start_replacing_command_with_first_part (0b0afd6)
- VSCode: Open the Command Palette instead of Telescope (#140) (d6f121e)
Bug Fixes
- docs: Update LazyVim config - lazy loading commands (f4735e2)
- docs: Updates LazyVim example setup to lazy load on all default invocations (#155) (6bc91cd)
- don't create select mode mappings (5d85b74)
- Error when passing an empty string via API methods (#146) (51fba4b)
- healthcheck: use whichkey.add instead of whichkey.register (d6122bc)
- LSP: support both, changes and documentChanges, according to the Language Server results (ec9925b)
- subs: Avoid modifying a match that has already been altered. (#147) (b812d89)
v1.1.0
v1.0.0
1.0.0 (2023-12-18)
Screencast
Features
- Add description to keymaps and WhichKey (#8) (576e774)
- Add WhichKey name for keybindings && removed calling setup as a hard requirement (b3410fe)
- Improve unicode casing (70272ff)
- Incremental substitution (533d91a)
- LSP rename converts next word if located in a non word character (#114) (2567488)
- Notify when LSP renaming failed (#60) (21ee7f8)
- Provide command to trigger bulk replacement (54e3d9d)
- Provide default picker in telescope extension (487b75c)
- Use option enabled_methods for Telescope (985b7de)
Bug Fixes
- buf_request_all test (9ea38f0)
- Correct documentation for LazyVim (#121) (b25eee2)
- Ignore unicode chars with more than 2 bytes (4fd525e)
- LSP: Apply changes from the language server that touches the most files (1f981c3)
- non-alphabetical characters are removed (#46) (ed83149)
- Some Subs test cases were not executed (d1ef3c0)
- Subs: Allow to select a part of a single line (bf08365)
- Subs: distinguish visual block mode and visual line mode (#118) (fe04c80)
- Subs: Make sure Subs command only changes text in visual range (9904f58)
- visual block selection with Telescope (7a64758)