gulp-regex-shuffler
Version:
Use regular expressions to shuffle around text!
34 lines (24 loc) • 1.05 kB
Markdown
Release-Notes
=============
0.2.3 - 15/12/2014
- **BugFix:** fixed issue where pasteBefore did not paste in correct spot
0.2.2 - 15/12/2014
------------------
- **Documentation:** wrote this release-notes.md file
0.2.0 - 14/12/2014
------------------
- **BugFix:** fixed last letter of `cutMatch` being pasted if `captureGroup` was 0
- **Test:** using `mocha` for testing
- **Test:** added `jshint`
- **Test:** added test for basic functionality
- **Test:** added test for `captureGroup`
- **Dependencies:** removed unecessary dependencies
- **Travis:** added `.travis.yml` for Travis-CI builds
- **Documentation:** added Travis-CI Badge
- **Documentation:** corrected errors in documentation
0.1.0 - 13/12/2014
------------------
- **Documentation:** First working version. (a few bugs so don't use this one)
- **Feature:** cut and paste text using regular expressions
- **Feature:** specify which `captureGroup` you want to cut
- **Feature:** specify whether you want to paste before or after the `pasteMatch`