Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 473 Bytes

CHANGELOG.md

File metadata and controls

11 lines (11 loc) · 473 Bytes

0.0.2.3 - Bug fix and improvements

  • Check for empty strings and do not wrap them
  • If an empty string is found insert a new line

0.0.2 - Bug fix and minor feature

  • Fix bug where multi-line replacing was replacing the entire buffer instead of just selected text - affected both functions
  • Feature - replace all single quotes (') with double single quotes ('') in selected text

0.0.1 - First Release

  • Add sql wrap for "Add('')"
  • Add sql wrap for ".Add('')"