Release Notes - Paredit-Plus - Version 0.0.6
- [PAREDIT-27] - Kill jumps prematurely into preceding sexp
- [PAREDIT-29] - Surrounding pair bounds not determined correctly
- [PAREDIT-30] - Wrapping functions include one character too many at the end
- [PAREDIT-31] - Locate-chars always finds strings, even if the set doesn't contain the open/close quote
- [PAREDIT-32] - Pass location to functions from command instead of using (editor/->cursor ed) inside function
- [PAREDIT-28] - Add paredit-raise-sexp
Release Notes - Paredit-Plus - Version 0.0.5
- [PAREDIT-21] - Add function to determine pair bounds
- [PAREDIT-22] - Add function that moves cursor to start or end of pair and before or after pair char
- [PAREDIT-18] - Duplicating form at end of file not working correctly when not followed by newline
- [PAREDIT-4] - Add command to add newline right before end of current pair
- [PAREDIT-19] - Add command to add newline right after end of current pair
- [PAREDIT-26] - Add command to kill everything inside a pair
Release Notes - Paredit-Plus - Version 0.0.4
- [PAREDIT-16] - Forward/backward delete checks token-type on wrong char
- [PAREDIT-9] - Add command to duplicate forms and collections entries
Also updated README (thanks Gabriel Horner)
Release Notes - Paredit-Plus - Version 0.0.3
- [PAREDIT-12] - Paredit-kill not working in between sexps
- [PAREDIT-1] - Add paredit-forward-delete command
- [PAREDIT-2] - Add paredit-backward-delete command
- [PAREDIT-3] - Add ability to determine if a character is escaped
- [PAREDIT-11] - Check for escaped characters outside of strings as well as comments/strings
Release Notes - Paredit-Plus - Version 0.0.2
- "Paredit Plus: Kill" behaves more like emacs paredit-kill
- Change command names to be more in line with other Light Table commands (e.g. :paredit-plus.join-sexps in stead of :paredit-plus.join.sexps)
- Rename :paredit-plus.wrap.quotes to :paredit-plus.wrap-quote