Skip to content

Commit 64b3d7d

Browse files
committed
Updated doc versioning and README about polyfills
1 parent 75d9e90 commit 64b3d7d

File tree

2 files changed

+52
-49
lines changed

2 files changed

+52
-49
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,15 @@ npm version <update_type>
7070
npm publish
7171
```
7272

73-
The browser target makes use of these polyfill `devDependencies`:
73+
The browser target makes use of these polyfills:
7474

7575
* buffer - Used everywhere.
7676
* events - Used by streams dependency.
7777
* path - Used for `join`.
7878
* process - Used for `nextTick` and `stdin` and `stdout` streams.
79+
* stream - Used for filesystem streaming
80+
81+
They are currently supplied through Rollup plugins.
7982

8083
Todo
8184
-----

doc/index.html

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset='utf-8' />
5-
<title>virtualfs 2.0.5 | Documentation</title>
5+
<title>virtualfs 2.1.0 | Documentation</title>
66
<meta name='viewport' content='width=device-width,initial-scale=1'>
77
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
88
<link href='assets/style.css' type='text/css' rel='stylesheet' />
@@ -14,7 +14,7 @@
1414
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
1515
<div class='py1 px2'>
1616
<h3 class='mb0 no-anchor'>virtualfs</h3>
17-
<div class='mb1'><code>2.0.5</code></div>
17+
<div class='mb1'><code>2.1.0</code></div>
1818
<input
1919
placeholder='Filter'
2020
id='filter-input'
@@ -5624,52 +5624,6 @@ <h3 class='fl m0' id='callbackup'>
56245624

56255625

56265626

5627-
5628-
5629-
5630-
5631-
5632-
</section>
5633-
5634-
5635-
5636-
5637-
<section class='p2 mb2 clearfix bg-white minishadow'>
5638-
5639-
5640-
<div class='clearfix'>
5641-
5642-
<h3 class='fl m0' id='virtualfserror'>
5643-
VirtualFSError
5644-
</h3>
5645-
5646-
5647-
</div>
5648-
5649-
5650-
5651-
5652-
<div class='pre p1 fill-light mt0'>VirtualFSError</div>
5653-
5654-
5655-
5656-
5657-
5658-
5659-
5660-
5661-
5662-
5663-
5664-
5665-
5666-
5667-
5668-
5669-
5670-
5671-
5672-
56735627

56745628

56755629

@@ -5761,6 +5715,52 @@ <h3 class='fl m0' id='virtualfserror'>
57615715

57625716

57635717

5718+
5719+
5720+
5721+
5722+
5723+
</section>
5724+
5725+
5726+
5727+
5728+
<section class='p2 mb2 clearfix bg-white minishadow'>
5729+
5730+
5731+
<div class='clearfix'>
5732+
5733+
<h3 class='fl m0' id='virtualfserror'>
5734+
VirtualFSError
5735+
</h3>
5736+
5737+
5738+
</div>
5739+
5740+
5741+
5742+
5743+
<div class='pre p1 fill-light mt0'>VirtualFSError</div>
5744+
5745+
5746+
5747+
5748+
5749+
5750+
5751+
5752+
5753+
5754+
5755+
5756+
5757+
5758+
5759+
5760+
5761+
5762+
5763+
57645764

57655765

57665766

0 commit comments

Comments
 (0)