Skip to content

Latest commit

 

History

History
106 lines (87 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

106 lines (87 loc) · 3.84 KB
    Release Notes - Paredit-Plus - Version 0.0.6

Bug

  • [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

Improvement

  • [PAREDIT-32] - Pass location to functions from command instead of using (editor/->cursor ed) inside function

New Feature

    Release Notes - Paredit-Plus - Version 0.0.5

Sub-task

  • [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

Bug

  • [PAREDIT-18] - Duplicating form at end of file not working correctly when not followed by newline

New Feature

  • [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

Bug

  • [PAREDIT-16] - Forward/backward delete checks token-type on wrong char

New Feature

  • [PAREDIT-9] - Add command to duplicate forms and collections entries

Also updated README (thanks Gabriel Horner)

    Release Notes - Paredit-Plus - Version 0.0.3

Bug

  • [PAREDIT-12] - Paredit-kill not working in between sexps

New Feature

  • [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