Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Oct 25, 2020
1 parent d785f6a commit fa92082
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 46 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.0] - 2020-10-25

### Changed
* `since` configuration option. Use [vinyl-filter-since](https://www.npmjs.com/package/vinyl-filter-since) if functionality is needed. This may be restored in a future release.
* `removeBOM` configuration option. Use [gulp-stripbom](https://www.npmjs.com/package/gulp-stripbom) if functionality is needed. This may be restored in a future release.
Expand Down
3 changes: 0 additions & 3 deletions docs/api/vinyl-fs-vpath.iconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ export interface IConfig
| [globs](./vinyl-fs-vpath.iconfig.globs.md) | string \| string\[\] | Input file matchers. |
| [logger](./vinyl-fs-vpath.iconfig.logger.md) | Logger | Optional logger. Use this to debug issues and trace behaviours. Adheres to interface defined in ts-log package. |
| [pathMappings](./vinyl-fs-vpath.iconfig.pathmappings.md) | [IPathMapper](./vinyl-fs-vpath.ipathmapper.md)<!-- -->\[\] | Virtual path mappings. Collision resolution uses the last mapping to select the file. Internally mapping occurs on absolute path strings, conversion and normalisation is performed automatically. Resolution is \*not\* recursive. |
| [removeBOM](./vinyl-fs-vpath.iconfig.removebom.md) | boolean | Causes the BOM to be removed on UTF-8 encoded files. Set to false if you need the BOM for some reason. Default: true |
| [since](./vinyl-fs-vpath.iconfig.since.md) | Date \| number | Only find files that have been modified since the time specified |
| [sourcemaps](./vinyl-fs-vpath.iconfig.sourcemaps.md) | boolean | Setting this to true will enable sourcemaps. Default: false |

13 changes: 0 additions & 13 deletions docs/api/vinyl-fs-vpath.iconfig.removebom.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/api/vinyl-fs-vpath.iconfig.since.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/api/vinyl-fs-vpath.iconfig.sourcemaps.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/api/vinyl-fs-vpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Function | Description |
| --- | --- |
| [src(config)](./vinyl-fs-vpath.src.md) | Vinyl source that maps input files with virtual paths. Files are overriden on collision. |
| [src(config)](./vinyl-fs-vpath.src.md) | Vinyl source that maps input files with virtual paths. Files are overridden on collision. |

## Interfaces

Expand Down
2 changes: 1 addition & 1 deletion docs/api/vinyl-fs-vpath.src.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## src() function

Vinyl source that maps input files with virtual paths. Files are overriden on collision.
Vinyl source that maps input files with virtual paths. Files are overridden on collision.

<b>Signature:</b>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package.json",
"name": "@userfrosting/vinyl-fs-vpath",
"version": "1.0.1",
"version": "2.0.0",
"description": "Vinyl source for file system with support for virtual paths.",
"funding": {
"url": "https://opencollective.com/userfrosting"
Expand Down

0 comments on commit fa92082

Please sign in to comment.