Releases: userfrosting/vinyl-fs-vpath
Releases · userfrosting/vinyl-fs-vpath
3.0.3
3.0.2
Changed
- Typos in logs.
3.0.1
3.0.0
Changed
- Removed
esm
loader in favour of native ESM support. - Raised minimum NodeJS version from 10 to 12.17.0.
2.0.0
Changed
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.
Fixed
- File names containing glob syntax failing to be read correctly due to unescaped glob syntax being processed by
vinyl-fs
internally. #79
1.0.1
Changed
- Formalized error for when a previously resolved file fails to be loaded.
1.0.0
Changed
- Renamed interface
IVirtPathMapping
toIPathMapper
. - Renamed configuration property
virtPathMaps
topathMappings
.
Fixed
- Moved required dependency into package dependencies from dev dependencies.
1.0.0-alpha.0
Removed redundant check, test improvements.
0.3.0
Added
- Logging improvements
Changed
- Refactored to use vinyl-fs internally
Fixed
- Fixed issues around handling of paths and virtual path mapping resolutions.
0.2.0
Added
- Customisation of used current working directory.
- Support for logging integration.
Changed
- Virtual path mapping input must now be an array of objects, and its required.