Skip to content

Releases: userfrosting/vinyl-fs-vpath

3.0.3

16 Mar 01:47
Compare
Choose a tag to compare

Changed

  • Bumped dependency versions.

3.0.2

05 Jan 11:52
Compare
Choose a tag to compare

Changed

  • Typos in logs.

3.0.1

24 Apr 13:27
Compare
Choose a tag to compare

Fixed

  • File access errors not being pushed into stream, resulting in unclear failure reasons. #285

3.0.0

13 Feb 02:51
Compare
Choose a tag to compare

Changed

  • Removed esm loader in favour of native ESM support.
  • Raised minimum NodeJS version from 10 to 12.17.0.

2.0.0

25 Oct 06:21
Compare
Choose a tag to compare

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

25 Oct 06:21
Compare
Choose a tag to compare

Changed

  • Formalized error for when a previously resolved file fails to be loaded.

1.0.0

25 Oct 06:21
Compare
Choose a tag to compare

Changed

  • Renamed interface IVirtPathMapping to IPathMapper.
  • Renamed configuration property virtPathMaps to pathMappings.

Fixed

  • Moved required dependency into package dependencies from dev dependencies.

1.0.0-alpha.0

21 Feb 09:46
Compare
Choose a tag to compare
1.0.0-alpha.0 Pre-release
Pre-release

Removed redundant check, test improvements.

0.3.0

21 Feb 09:44
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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

22 Jan 21:06
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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.