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.
- Raised minimum NodeJS version from 12.17.0 to 14.
- Bumped dependency versions.
- Typos in logs.
- File access errors not being pushed into stream, resulting in unclear failure reasons. #285
- Removed
esm
loader in favour of native ESM support. - Raised minimum NodeJS version from 10 to 12.17.0.
since
configuration option. Use vinyl-filter-since if functionality is needed. This may be restored in a future release.removeBOM
configuration option. Use gulp-stripbom if functionality is needed. This may be restored in a future release.sourcemaps
configuration option. Use gulp-sourcemaps if functionality is needed. This may be restored in a future release.
- File names containing glob syntax failing to be read correctly due to unescaped glob syntax being processed by
vinyl-fs
internally. #79
- Formalized error for when a previously resolved file fails to be loaded.
- Renamed interface
IVirtPathMapping
toIPathMapper
. - Renamed configuration property
virtPathMaps
topathMappings
.
- Moved required dependency into package dependencies from dev dependencies.
- Logging improvements
- Refactored to use vinyl-fs internally
- Fixed issues around handling of paths and virtual path mapping resolutions.
- Customization of used current working directory.
- Support for logging integration.
- Virtual path mapping input must now be an array of objects, and its required.
Maintenance release.
- Bumped dependency versions
- Applied fix for type validation in unit tests
- Updated Travis test matrix to reflect supported versions of NodeJS
Initial release.