All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Removed usage of
gulp-util
. (thanks @tuxlife)
- Escape Regex special chars from original path. Fixes #3 (thanks @jaysalvat)
- This plugin does not work with files containing a stream (
gulp.src(..., {buffer: false});
). So the plugin has been changed so when passed file with streams it throws and error.
CHANGELOG.md
,.editorconfig
and other files to improve project structure and consistency.
- Moved to a new Github repository.
- Missing metadata in the
package.json
has been added.
- Path to substitute are now sorted by from longest to shortest. (Fixes #10). Thanks @EdTorbett for your help!.
- Updated
Mocha
to its latest version as it contained critical security vulnerability.