Skip to content

Latest commit

 

History

History
109 lines (89 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

109 lines (89 loc) · 3.69 KB

Change Log

All notable changes to the "PasteRegEx" extension will be documented in this file.

  • Added - for new features.
  • Changed - for changes in existing functionality.
  • Deprecated - for soon-to-be removed features.
  • Removed - for now removed features.
  • Fixed - for any bug fixes.
  • Security - in case of vulnerabilities.

0.0.5 - 2020-05-15

Patch

  • Added
    • added the rmExtraSpaces command
      • this will replace all instances of more than one space with only one space
  • Changed

0.0.4 - 2020-05-02

Patch

  • Changed
    • changed all of the regular expressions and placed them directly into the string replace searchValue section
  • Fixed
    • fixed the issue of the rmNewLines working correctly
    • fixed the issue of the rmSentenceBreaks working correctly

0.0.3 - 2020-04-29

Patch

  • Added
    • added a testingStrings.txt file for testing all of the commands
  • Changed
    • I changed the regular expressions for a couple of the commands to make them account for more situations
  • Fixed
    • fixed the issue of not implementing the RegEx statement correctly

0.0.2 - 2020-04-29

Patch

  • Changed
    • one regex statement in extension.ts to match the others
      • this does not change the command's function at all
    • minor changes to the README
    • added known bug

0.0.1 - 2020-04-26

Initial release of PasteRegEx

  • Added
    • apply regular expression to selected text
    • implemented the following commands
      • rmHangingSpaces
      • rmNewLines
      • rmHyphenLineEnd
      • rmSentenceBreaks