Skip to content

Releases: ldsands/PasteRegEx

0.0.5 - 2020-05-15

15 May 21:56
Compare
Choose a tag to compare
0.0.5 - 2020-05-15 Pre-release
Pre-release

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

02 May 20:58
Compare
Choose a tag to compare
0.0.4 - 2020-05-02 Pre-release
Pre-release

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

01 May 01:14
Compare
Choose a tag to compare
Pre-release
  • 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

30 Apr 17:45
Compare
Choose a tag to compare
Pre-release
  • 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

30 Apr 17:42
Compare
Choose a tag to compare
  • Added
    • apply regular expression to selected text
    • implemented the following commands
      • rmHangingSpaces
      • rmNewLines
      • rmHyphenLineEnd
      • rmSentenceBreaks